diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/monorepo-gerrit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix index fe3be6d720a7..003088fde634 100644 --- a/ops/nixos/monorepo-gerrit.nix +++ b/ops/nixos/monorepo-gerrit.nix @@ -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"; |