pqChecker
OpenLDAP password policy pwdCheckModule - Page 3
pqChecker deployment and test

pqChecker is deployed on the same machine than OpenLDAP server. Care must be taken, in particular, to the location of two files.

  • pqchecker.so must be in the location defined by olcModulePath setting (modulepath in old style slapd.conf file).
  • pqparams.dat must be in the location defined at build time of pqchecker.so library (PARAMDIR setting of configure script). See INSTALL file provided with sources and build from sources explanation for further details.
If we try to change the password using a value who not compliant with quality settings, e.g. using the command ldappasswd:

ldappasswd -x -H ldap://localhost -D uid=durand,ou=people,dc=ldaptuto,dc=net -w Dur19@ -s durand ↵

'Constraint violation', code 19

The server responds with a general error message. Further details may be shown in the server log file:

 

If modified password is compliant with quality settings, no error message is chown and slapd log look like: