Hi, I have a problem, the server don't check the syntax of the password for example when i change it to a small than 5 caracteres. I don't understand why ? and when do you know what i must add to the user entry to have the pwdChangedTime attribute ? thx I have configured my slap.conf like this:
# password policy overlay ppolicy ppolicy_default "cn=default,ou=policies,dc=myDirectory,dc=fr" the server start with out problem. The entry corresponding to default like this: dn: cn=default,ou=policies,dc=mydirectory,dc=fr objectclass: pwdPolicy objectclass: device objectclass: pwdPolicyChecker cn: default pwdAttribute : userPassword pwdCheckQuality :2 pwdMinLength: 5 pwdLockout: TRUE pwdLockoutDuration : 60 pwdMaxFailure: 3 pwdInHistory: 1
