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 ...
|
||||
|
|
|
@ -31,8 +31,8 @@ userPassword: {SSHA}OhWQkPJgH1rRJqYIaMUbbKC4iLEzvCev
|
|||
dn: cn=riking,ou=users,dc=tvl,dc=fyi
|
||||
objectClass: organizationalPerson
|
||||
objectClass: inetOrgPerson
|
||||
cn: Kane York
|
||||
sn: riking
|
||||
cn: riking
|
||||
sn: Kane York
|
||||
title: riking
|
||||
mail: rikingcoding@gmail.com
|
||||
userPassword: {SSHA}6rPxMOofHMGNTEYdyBOYbza7NT/RmiGz
|
||||
|
|
Loading…
Reference in a new issue