I am able to connect to an ldap directory service, and view data within the directory using Net::LDAP. Fields of particular interest are the username and password. I have access to the username, however there does not appear to be a password field.
I would like to validate a users username and password against an entry in the ldap directory, how do I go about this?.