about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/monorepo-gerrit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix
index fe3be6d720..003088fde6 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";