Gossamer Forum
Home : General : Internet Technologies :

LDAP authentication via pam_ldap

Quote Reply
LDAP authentication via pam_ldap
I'm researching methods to store encrypted passwords in LDAP. Currently I've found that the pam_ldap module is avb to enable you to store & change passwords. I now want to create an API to the LDAP server through which a user can (1) Set (2) Retrieve passwords. I've already created an LDAP API which serves as a wrapper around the core C LDAP API i.e. ldap_bind, ldap_add etc. Would it be psb now to add onto this API and create a wrapper with functions named e.g. LDAP_Change_Pwd, LDAP_Retrieve_Pwd? Also, how do I store encrypted passwords in LDAP? Thanks
Subject Author Views Date
Thread LDAP authentication via pam_ldap jayden_t 3771 Apr 5, 2004, 10:13 AM
Post Re: [jayden_t] LDAP authentication via pam_ldap
jayden_t 3585 Apr 7, 2004, 7:13 AM