fix: authelia group filter
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
df5124eaac
commit
4b0d1b33ba
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
address = "ldap://localhost:3890";
|
||||
base_dn = "dc=escapeangle,dc=com";
|
||||
users_filter = "(&({username_attribute}={input})(objectClass=person))";
|
||||
groups_filter = "(memberOf={dn})";
|
||||
groups_filter = "(member={dn})(objectClass=groupOfUniqueNames)";
|
||||
user = "uid=authelia,ou=people,dc=escapeangle,dc=com";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue