I have a NextCloud server which is connected to an openLDAP server. All users can change their passwords which should follow a password policy. For users which only have a NextCloud account, this works fine with the setting in NextCloud. However, most users have an openLDAP account. I followed this HowTo
https://kifarunix.com/implement-openldap-password-policies/
to set up the password policy in openLDAP. On the LDAP server itself it works (e.g. minimum of 10 characters). However, you can type in any password changing it via the NextCloud. In the NextCloud I use cn=admin to connect to the LDAP server.
Has anyone any idea why the password policy is ignored?
Best regards