mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
User info self-edit would not update displayName (which is supposed to be the same as cn) resulting in inconsistencies
This commit is contained in:
parent
a3507203a9
commit
e2996f1451
1 changed files with 1 additions and 0 deletions
|
@ -966,6 +966,7 @@ function edit_user()
|
|||
|
||||
-- No problem so far, we can write modifications to the LDAP
|
||||
if ldap:modify(dn, {'=', cn = cn,
|
||||
displayName = cn,
|
||||
givenName = args.givenName,
|
||||
sn = args.sn,
|
||||
mail = mails,
|
||||
|
|
Loading…
Reference in a new issue