mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 08:45:08 +00:00
example_configs: keycloak typo for first name attribute (#1004)
It should be `givenName` instead of `givenname`. Using the later one, will result in Keycloak bugging out during the sync process, and henceforth displaying an empty user list.
This commit is contained in:
parent
abfe2f3a17
commit
a95ac38083
1 changed files with 1 additions and 1 deletions
|
@ -69,4 +69,4 @@ Since Keycloak and LLDAP use different attributes for different parts of a user'
|
|||
|
||||
Go back to "User Federation", edit your LDAP integration and click on the "Mappers" tab.
|
||||
|
||||
Find or create the "first name" mapper (it should have type `user-attribute-ldap-mapper`) and ensure the "LDAP Attribute" setting is set to `givenname`. Keycloak may have defaulted to `cn` which LLDAP uses for the "Display Name" of a user.
|
||||
Find or create the "first name" mapper (it should have type `user-attribute-ldap-mapper`) and ensure the "LDAP Attribute" setting is set to `givenName`. Keycloak may have defaulted to `cn` which LLDAP uses for the "Display Name" of a user.
|
||||
|
|
Loading…
Reference in a new issue