|
LDAP Authentication(UserPassword validation)
Hi,
I'm trying to authenticate UserPassword in Ldap Server from client side using Active Server Pages as script language.
We tried to define #ACL's in slapd.conf file. The code for which is given below
access to attribute=userPassword
by dn="cn=Manager,dc=guessant,dc=org" write
by anonymous auth
by self write
by * none
The above ACL is not working in my system. Anyone know how to authenticate UserPassword without using ACL.
I'm using OpenLdap 2.2.13.
Your early reply is greatly appreciated.
Regards,
Joe
|