On releases up to 2.4.16 (2.3.x too) works next config :
overlay ppolicy ppolicy_default "cn=CompanyAccountPolicy,ou=CompanyPolicies,dc=Company,dc=com" ppolicy_hash_cleartext ppolicy_use_lockout
On 2.4.18, 2.4.19 its don't work.
you have to apply a password policy to your > entry, either by setting a default password policy in ppolicy overlay > configuration
How I can do it ?
26.09.09, 01:37, "Clément OUDOT" clem.oudot@gmail.com:
2009/9/25 Evgeniy :
Can you get example of correct using security attr (pwdAccountLockedTime, pwdMaxFailure and others) for 2.4.18 ?
Hi, the ITS was opened because pwdAccountLockedTime was efficient on entries not concerned by any password policy, which was a mistake. This is now corrected, so you have to apply a password policy to your entry, either by setting a default password policy in ppolicy overlay configuration (man slapo-ppolicy), either by filling the pwdPolicySubentry attribute. Clément.