example_configs: Add quotes to authelia filters

This commit is contained in:
Valentin Tolmer 2022-10-19 14:12:55 +02:00 committed by nitnelave
parent 4c69f917e7
commit ee7dc39afa

View File

@ -30,11 +30,11 @@ authentication_backend:
additional_users_dn: ou=people
# To allow sign in both with username and email, one can use a filter like
# (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person))
users_filter: (&({username_attribute}={input})(objectClass=person))
users_filter: "(&({username_attribute}={input})(objectClass=person))"
# Set this to ou=groups, because all groups are stored in this ou
additional_groups_dn: ou=groups
# Only this filter is supported right now
groups_filter: (member={dn})
groups_filter: "(member={dn})"
# The attribute holding the name of the group.
group_name_attribute: cn
# Email attribute