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.pull/453/head
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