Minor fixes in kerberos example
This commit is contained in:
parent
6124fd64f3
commit
87994e032d
1 changed files with 4 additions and 2 deletions
|
@ -71,7 +71,6 @@
|
||||||
"changedSyncPeriod": -1,
|
"changedSyncPeriod": -1,
|
||||||
"config": {
|
"config": {
|
||||||
"syncRegistrations" : "false",
|
"syncRegistrations" : "false",
|
||||||
"userAccountControlsAfterPasswordUpdate" : "true",
|
|
||||||
"connectionPooling" : "true",
|
"connectionPooling" : "true",
|
||||||
"pagination" : "true",
|
"pagination" : "true",
|
||||||
"allowKerberosAuthentication" : "true",
|
"allowKerberosAuthentication" : "true",
|
||||||
|
@ -79,13 +78,16 @@
|
||||||
"editMode" : "WRITABLE",
|
"editMode" : "WRITABLE",
|
||||||
"vendor" : "other",
|
"vendor" : "other",
|
||||||
"usernameLDAPAttribute" : "uid",
|
"usernameLDAPAttribute" : "uid",
|
||||||
|
"rdnLDAPAttribute" : "uid",
|
||||||
|
"uuidLDAPAttribute" : "entryUUID",
|
||||||
"userObjectClasses" : "inetOrgPerson, organizationalPerson",
|
"userObjectClasses" : "inetOrgPerson, organizationalPerson",
|
||||||
"connectionUrl" : "ldap://localhost:10389",
|
"connectionUrl" : "ldap://localhost:10389",
|
||||||
"userDnSuffix" : "ou=People,dc=keycloak,dc=org",
|
"usersDn" : "ou=People,dc=keycloak,dc=org",
|
||||||
"bindDn" : "uid=admin,ou=system",
|
"bindDn" : "uid=admin,ou=system",
|
||||||
"bindCredential" : "secret",
|
"bindCredential" : "secret",
|
||||||
"kerberosRealm" : "KEYCLOAK.ORG",
|
"kerberosRealm" : "KEYCLOAK.ORG",
|
||||||
"serverPrincipal" : "HTTP/localhost@KEYCLOAK.ORG",
|
"serverPrincipal" : "HTTP/localhost@KEYCLOAK.ORG",
|
||||||
|
"useKerberosForPasswordAuthentication": "true",
|
||||||
"keyTab" : "http.keytab"
|
"keyTab" : "http.keytab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue