fix: gonna need an extra field that is stable
This commit is contained in:
parent
6ddf3f2c2f
commit
564fe272b1
2 changed files with 8 additions and 2 deletions
|
@ -161,7 +161,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})";
|
||||
user_filter = "(skEnabled=TRUE)";
|
||||
|
||||
attributes = {
|
||||
username = "uid";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue