1
1
I've been asked to store hashed data in a LDAP server. Putting hashed passwords is easy but I'm not sure if LDAP allows to store data like email hashed or even encrypted.
Creating a LDIF file with a string "{MD5}contents" gives me no errors but I don't know how to retrieve this information once it's stored.
Any help?
The LDAP server needs to be aware of hashed passwords because it must be able to recompute the hash to authenticate users with it. Unless your LDAP server needs to do blind validation of said email field, why would it have to care about hashing ? that should be handled by the application. – b0fh – 2012-09-21T17:13:40.640