From ea3cab8755efd8f1d66644997a9b34963e5c5cd4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 10 Jun 2020 23:04:05 +0000 Subject: fix(monorepo-gerrit): Extract SSH username from LDAP correctly --- ops/nixos/modules/monorepo-gerrit.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/nixos/modules/monorepo-gerrit.nix') diff --git a/ops/nixos/modules/monorepo-gerrit.nix b/ops/nixos/modules/monorepo-gerrit.nix index 52a96990c9..c0a06caee9 100644 --- a/ops/nixos/modules/monorepo-gerrit.nix +++ b/ops/nixos/modules/monorepo-gerrit.nix @@ -25,6 +25,7 @@ in { accountPattern = "(&(objectClass=organizationalPerson)(cn=\${username}))"; accountFullName = "cn"; accountEmailAddress = "mail"; + accountSshUserName = "cn"; groupBase = "ou=groups,dc=tvl,dc=fyi"; # TODO(tazjin): Assuming this is what we'll be doing ... -- cgit 1.4.1