fix(monorepo-gerrit): Use displayName attribute as accountFullName
This attribute makes much more sense in this position semantically. Change-Id: I16cc6304f42c577a2368bd7c9573fcb7dd276a9d Reviewed-on: https://cl.tvl.fyi/c/depot/+/448 Reviewed-by: riking <rikingcoding@gmail.com>
This commit is contained in:
parent
27db1fc86b
commit
8f6309fe22
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ in {
|
|||
server = "ldap://localhost";
|
||||
accountBase = "ou=users,dc=tvl,dc=fyi";
|
||||
accountPattern = "(&(objectClass=organizationalPerson)(cn=\${username}))";
|
||||
accountFullName = "cn";
|
||||
accountFullName = "displayName";
|
||||
accountEmailAddress = "mail";
|
||||
accountSshUserName = "cn";
|
||||
groupBase = "ou=groups,dc=tvl,dc=fyi";
|
||||
|
|
Loading…
Reference in a new issue