[Date Prev][Date Next] [Chronological] [Thread] [Top]

Implementation for expired password, retry limits and inactive user.



Hi all,

I want to use OpenLDAP to build a LDAP Server to autheticate users from web and windows applications.
I need to work with the next login features:
 * Expired Password.
 * Retry limits
 * Active / inactive users
I think to define a new class to add these attributes.
I need that ldap_bind returns false if user is inactive, his password is expired or number of bad logins exceeds a value.

Can someone point me the way to implement these features?


Thanks.