Hash « ldap « Java Enterprise Q&A





1. How to specify hash algorithm when updating LDAP via Java?    stackoverflow.com

Is there a way to specify the hash algorithm (MD5, SHA1, etc.) to use for storing the passwords when you update an Open LDAP directory using Java APIs with code like ...

2. How to check LDAP password hash method (password authentication) in java?    stackoverflow.com

I need to synchronize users kept in my database in my java application with those in specific location in active directory. I want to use the same authentication in my server ...