My PHP application uses MD5() function to generate the hash for the user passwords. Now while connecting again to the user, the application expects me to bind with the MD5 hash of the password string - it does not work when I connect with the password clear text. Is this how it works always or am I doing something wrong here ? ( As far as I see it, the PHP bind password should always be a clear text and it should not matter what kind of crypt I use in my LDAP tree).
Thanks for any suggestions.
Shiva.