mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Add enclosing parenthesis to users_filter
The enclosing parenthesis are mandatory with the Go LDAP driver. In the near future a check will be done at configuration validation before Authelia even starts.
This commit is contained in:
parent
eafd9330dc
commit
b388385491
|
@ -66,7 +66,7 @@ authentication_backend:
|
|||
# The users filter used to find the user DN
|
||||
# {0} is a matcher replaced by username.
|
||||
# 'cn={0}' by default.
|
||||
users_filter: cn={0}
|
||||
users_filter: (cn={0})
|
||||
|
||||
# An additional dn to define the scope of groups
|
||||
additional_groups_dn: ou=groups
|
||||
|
|
Loading…
Reference in New Issue
Block a user