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
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
1 changed files with 1 additions and 1 deletions

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