fix: gonna need an extra field that is stable

This commit is contained in:
silver 2023-06-15 02:45:13 +01:00
parent 6ddf3f2c2f
commit 564fe272b1
2 changed files with 8 additions and 2 deletions

View file

@ -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";