Skip to content

Commit

Permalink
Merge pull request #47 from NethServer/sdl-6923
Browse files Browse the repository at this point in the history
Update userDisplayNameField to use "displayName" instead of "gecos"  NethServer/dev#6923
  • Loading branch information
stephdl authored May 16, 2024
2 parents fdb23f2 + 1113407 commit da0d550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/20config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def domain_setup(mail_domain, user_domain):
"userIdField": "uid",
"userFirstnameField": "givenName",
"userLastnameField": "sn",
"userDisplayNameField": "gecos",
"userDisplayNameField": "displayName",
}

if user_domain["schema"] == "ad":
Expand Down

0 comments on commit da0d550

Please sign in to comment.