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}?sub?(|(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base}))";
|
||||||
base = "ou=users,${cfg.ldap.base}";
|
base = "ou=users,${cfg.ldap.base}";
|
||||||
|
|
||||||
|
attributes = {
|
||||||
username = "uid";
|
username = "uid";
|
||||||
email = "skMail";
|
email = "skMail";
|
||||||
name = "cn";
|
name = "cn";
|
||||||
|
};
|
||||||
|
|
||||||
group_base= "ou=groups,${cfg.ldap.base}";
|
group_base= "ou=groups,${cfg.ldap.base}";
|
||||||
admin_group = "skynet-admins";
|
admin_group = "skynet-admins";
|
||||||
|
|
Loading…
Reference in a new issue