Yes, password is stored in salted-SHA hashes.(I can see this once connected using Apache Studio). But in my ldif file I provided the password as plain text. userpassword:: secret
Where can I configure ApachesDS not to store my password in SHA hashes? Kiran Ayyagari-2 wrote: > > DIGEST-MD5 requires the password to be stored in plain text in the server. > check if your password is stored in plain text or not, by default > ApacheDS stores the > passwords in salted-SHA hashes > > On Mon, Jul 9, 2012 at 12:36 PM, rJassal <jassal.ravinder...@gmail.com> > wrote: >> >> Hi, >> >> I am working with ApacheDS 2.0.0-M7 release and trying to connect using >> DIGEST-MD5 mechanism using the below code. >> >> >> Hashtable env = new Hashtable(); >> >> env.put(Context.INITIAL_CONTEXT_FACTORY, >> "com.sun.jndi.ldap.LdapCtxFactory"); >> env.put(Context.PROVIDER_URL, "ldap://ldap.example.com:10389"); >> >> env.put(Context.SECURITY_PRINCIPAL, "mborn"); >> env.put(Context.SECURITY_CREDENTIALS, "secret"); >> env.put(Context.SECURITY_AUTHENTICATION, "DIGEST-MD5"); >> env.put( "java.naming.security.sasl.realm", "example.com" ); >> >> InitialDirContext ctx = new InitialDirContext(env); >> >> But I am getting this error 'INVALID_CREDENTIALS: DIGEST-MD5: cannot >> acquire >> password'. >> >> Can anyone please help me in this? >> Am I doing something wrong in the code or do I need to make some >> configuration changes in ApacheDS? >> -- >> View this message in context: >> http://old.nabble.com/ApacheDS---DIGEST-MD5---INVALID_CREDENTIALS%3A-DIGEST-MD5%3A-cannot-acquire-password-tp34132601p34132601.html >> Sent from the Apache Directory Project mailing list archive at >> Nabble.com. >> > > > > -- > Kiran Ayyagari > > -- View this message in context: http://old.nabble.com/ApacheDS---DIGEST-MD5---INVALID_CREDENTIALS%3A-DIGEST-MD5%3A-cannot-acquire-password-tp34132601p34132739.html Sent from the Apache Directory Project mailing list archive at Nabble.com.