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,
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue