-
Notifications
You must be signed in to change notification settings - Fork 10
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
Displayname missing from LDIF template placeholders #122
Comments
Not without server/provisioning API changes, as backends do get the userid and a password only for the initial user generation. The user has to exist after this point. The displayname is provided to the backends somewhat later, so it can be set only later. Delaying the creation is unreliable (would rely on memcache) and can lead ot undefined behaviour (when the LDAP record cannot be written). |
Would this also be the case if there was a {mail} placeholder for the LDIF template too? |
Yes, as said:
|
Could you point us to the hooks that get called on user creation and on update of displayname and mail? |
Hey! I`m also missing a few placeholders like mail and first / last name. |
Would it be possible to also have a {displayname} placeholder that gets filled during user creation?
The text was updated successfully, but these errors were encountered: