KEYCLOAK-1826

This commit is contained in:
mposolda 2015-09-08 21:00:42 +02:00
parent 86f0092622
commit 6225ccfc06

View file

@ -333,6 +333,7 @@ public class LDAPOperationManager {
Hashtable<String, Object> env = new Hashtable<String, Object>(this.connectionProperties);
env.put(Context.SECURITY_AUTHENTICATION, LDAPConstants.AUTH_TYPE_SIMPLE);
env.put(Context.SECURITY_PRINCIPAL, dn);
env.put(Context.SECURITY_CREDENTIALS, password);