Ldap eway Autentication
Hi everyone
I am using ldap eWay.
I did a java collaboration for connecting to ldad. My java collaboration receive two parameters userID an password. I want autenticate this user against a Ldap server.
I implement performCompare operation from ldapOTD for comparing userPassword attribute on ldap but I am sending the userPassword on text.
How can I send a encrypted password to ldap, since ldap server save the user passwords encrypted?
Thanks a lot

