Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP: User Data Field Map #6172

Closed
localguru opened this issue Feb 25, 2017 · 2 comments
Closed

LDAP: User Data Field Map #6172

localguru opened this issue Feb 25, 2017 · 2 comments

Comments

@localguru
Copy link
Contributor

localguru commented Feb 25, 2017

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

@Flipez
Copy link

Flipez commented Apr 19, 2017

As far as I can tell this is currently not supported but should not be too hard to implement.

Maybe something like "fullname" with an Array of LDAP-Keys is possible?

@rodrigok
Copy link
Member

rodrigok commented Oct 2, 2017

Closed by #6921

@rodrigok rodrigok closed this as completed Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants