gitlab: limit to only active members
This commit is contained in:
parent
749ee1b0dc
commit
1cbe71db12
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@
|
|||
active_directory = false;
|
||||
#base = "ou=users,${cfg.ldap.base}?sub?(|(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base}))";
|
||||
base = "ou=users,${cfg.ldap.base}";
|
||||
user_filter = "(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base})";
|
||||
|
||||
attributes = {
|
||||
username = "uid";
|
||||
|
|
Loading…
Reference in a new issue