keycloak-aplcache

Merge pull request #1921 from mposolda/1.7.x Minor fixes

12/2/2015 9:12:50 AM

Details

diff --git a/examples/kerberos/kerberosrealm.json b/examples/kerberos/kerberosrealm.json
index 95d612b..36a3113 100644
--- a/examples/kerberos/kerberosrealm.json
+++ b/examples/kerberos/kerberosrealm.json
@@ -71,7 +71,6 @@
             "changedSyncPeriod": -1,
             "config": {
                 "syncRegistrations" : "false",
-                "userAccountControlsAfterPasswordUpdate" : "true",
                 "connectionPooling" : "true",
                 "pagination" : "true",
                 "allowKerberosAuthentication" : "true",
@@ -79,13 +78,16 @@
                 "editMode" : "WRITABLE",
                 "vendor" : "other",
                 "usernameLDAPAttribute" : "uid",
+                "rdnLDAPAttribute" : "uid",
+                "uuidLDAPAttribute" : "entryUUID",
                 "userObjectClasses" : "inetOrgPerson, organizationalPerson",
                 "connectionUrl" : "ldap://localhost:10389",
-                "userDnSuffix" : "ou=People,dc=keycloak,dc=org",
+                "usersDn" : "ou=People,dc=keycloak,dc=org",
                 "bindDn" : "uid=admin,ou=system",
                 "bindCredential" : "secret",
                 "kerberosRealm" : "KEYCLOAK.ORG",
                 "serverPrincipal" : "HTTP/localhost@KEYCLOAK.ORG",
+                "useKerberosForPasswordAuthentication": "true",
                 "keyTab" : "http.keytab"
             }
         }