Jiri Netolicky wrote:
Have a nice day.
I have to implement password policy in our OpenLdap. During testing futures
of ppolicy module I found that they ignore expired password when I authenticate
user by SASL DIGEST-MD5.
When I try on exprired account:
Correct. Password policies as currently defined in LDAP only affect
Simple Binds.
Many thanks for quick answer.
Do you plan in near future implement password policy in other
authentication methods? If not the only way for me is disable SASL
authentication
and force bind authentication secured by SSL or TLS.