fix(monorepo-gerrit): Extract SSH username from LDAP correctly

This commit is contained in:
Vincent Ambo 2020-06-10 23:04:05 +00:00
parent fba9d0b387
commit ea3cab8755
2 changed files with 3 additions and 2 deletions

View file

@ -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 ...