I want to store answers to password reset questions in LDAP. I know that the answers should be hashed with a salt. I would like insight into the following:
- What attributeClass should we use?
- Is it possible to get the LDAP server to perform the hashing operations?
- Is there a way to use the LDAP compare operation if the container doesn't expose how it performs hashing?
- Does the answer vary depending on which directory service vendor you go with?
- Is it possible to extend the password attributeClass for this purpose?