1
0
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:
Clément Michaud 2019-11-20 09:01:08 +01:00 committed by GitHub
parent eafd9330dc
commit b388385491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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