fix(monorepo-gerrit): Extract SSH username from LDAP correctly
This commit is contained in:
parent
fba9d0b387
commit
ea3cab8755
2 changed files with 3 additions and 2 deletions
|
|
@ -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 ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue