Issue #228 has been updated by leandro fontenla.
Sorry guys its working and thanks for the quick answer!! i thought i had to load the module check_password.so with moduleload directive in slapd.conf. But now ldappasswd fails always with the message: check_password_quality: lt_dlsym failed: (check_password.so) /mnt/opt/openldap/libexec/openldap/check_password.so: undefined symbol: check_password This is my check_passwd.conf: #Minimum number of quality points a new password must have to be accepted. One quality point is awarded for each character class used in the password. minPoints : 2 #Set it to 0 to disable cracklib verification. It has no effect if cracklib is not included at compile time. useCracklib : 1 #Minimum upper characters expected. minUpper: 2 #Minimum lower characters expected. minLower: 4 #Minimum digit characters expected. minDigit: 2 #Minimum punctuation characters expected. minPunct: 0 And the following is the Password Policy: # default, Policies, vostu.com dn: cn=default,ou=Policies,dc=hdwsolutions,dc=com cn: default pwdAllowUserChange: TRUE pwdAttribute: userPassword pwdCheckQuality: 2 pwdExpireWarning: 600 pwdFailureCountInterval: 30 pwdGraceAuthNLimit: 5 pwdInHistory: 5 pwdLockout: TRUE pwdLockoutDuration: 0 pwdMaxAge: 0 pwdMaxFailure: 5 pwdMinAge: 0 pwdMustChange: FALSE pwdSafeModify: FALSE sn: VostuPolicies pwdMinLength: 8 objectClass: pwdPolicy objectClass: person objectClass: top objectClass: pwdPolicyChecker pwdCheckModule: check_password.so Any ideas? Thanks in advance, ---------------------------------------- Bug #228: Error while running slapd with check_password.so module http://tools.lsc-project.org/issues/228 Author: leandro fontenla Status: Assigned Priority: Normal Assigned to: Clément Oudot Category: OpenLDAP check password Target version: openldap-ppolicy-check-password-1.1 Hi all, I have openldap running with ppolicy and memberof overlays. i also wanted to add more security to users passwords so i get to ltb-project and tried to install the ppolicy-check password. i successfully followed the steps for installation and configuration. But when i tried to start the slapd with the module the following error appears: line 26 (moduleload check_password.so) loaded module check_password.so module check_password.so: init_module() failed /mnt/opt/openldap/etc/openldap/slapd.conf: line 26: <moduleload> handler exited with 1! slapd stopped. Do you have any ideas or suggestions about this error?? Thanks in advance, Leandro -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
