-
Notifications
You must be signed in to change notification settings - Fork 26
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
Updating Name only updates some names #74
Comments
I was just about to report this. This still exists as an issue. |
FWIW: The purpose of For example: I think in a typical ldap setup, the way we have it is pretty normal. @mbillow could probably tell me I'm full of shit though |
The right course of action here, imo, is to break first and last name (possibly also add a nickname option) into different fields and then compute the correct values for each of the LDAP attributes on submission. That saves people from having to manually edit each field, but also gives them the flexibility to set their name to whatever they want. |
For some people, given name follows family name, so constructing a name in this way doesn't work for everyone |
When a user sets name, profiles only updates
cn
, howevercn
is not the only reference to a user's name, so this leaves potentially outdated or dead names in thegivenName
,initals
,sn
, andgecos
fields, or otherwise allow a user to see and update those fields.The text was updated successfully, but these errors were encountered: