Hi Guys, I'm using JNDI to connect to LDAP for user authentication. At the moment I'm just testing against an OpenLDAP server.
I have my Context.SECURITY_AUTHENTICATION set to simple, however when some password encryption are used within LDAP it fails. Any idea how to solve this? clear - works blowfish - fails crypt - works ext_des - works md5 - works k5key - fails md5crypt - works sha - works smd5 - fails ssha - works sha512 - fails