You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the real name of a user is split into sn and givenName in my AD. How do I fill the name field with these two values in LDAP "User Data Field Map" configuration?
This does not work:
{"#{givenName} #{sn}":"name", "mail":"email"}
whereas
{"sn":"name", "mail":"email"}
or
{"givenName":"name", "mail":"email"}
does work.
Ciao!
Marcus
The text was updated successfully, but these errors were encountered:
Hi,
the real name of a user is split into sn and givenName in my AD. How do I fill the name field with these two values in LDAP "User Data Field Map" configuration?
This does not work:
{"#{givenName} #{sn}":"name", "mail":"email"}
whereas
{"sn":"name", "mail":"email"}
or
{"givenName":"name", "mail":"email"}
does work.
Ciao!
Marcus
The text was updated successfully, but these errors were encountered: