gitlab: properly use the username
This commit is contained in:
parent
59f4057698
commit
3dc27bcf77
1 changed files with 5 additions and 4 deletions
|
@ -150,10 +150,11 @@
|
|||
#base = "ou=users,${cfg.ldap.base}?sub?(|(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base}))";
|
||||
base = "ou=users,${cfg.ldap.base}";
|
||||
|
||||
|
||||
username = "uid";
|
||||
email = "skMail";
|
||||
name = "cn";
|
||||
attributes = {
|
||||
username = "uid";
|
||||
email = "skMail";
|
||||
name = "cn";
|
||||
};
|
||||
|
||||
group_base= "ou=groups,${cfg.ldap.base}";
|
||||
admin_group = "skynet-admins";
|
||||
|
|
Loading…
Reference in a new issue