mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
example_configs: Add quotes to authelia filters
This commit is contained in:
parent
4c69f917e7
commit
ee7dc39afa
@ -30,11 +30,11 @@ authentication_backend:
|
|||||||
additional_users_dn: ou=people
|
additional_users_dn: ou=people
|
||||||
# To allow sign in both with username and email, one can use a filter like
|
# To allow sign in both with username and email, one can use a filter like
|
||||||
# (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person))
|
# (&(|({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
|
# Set this to ou=groups, because all groups are stored in this ou
|
||||||
additional_groups_dn: ou=groups
|
additional_groups_dn: ou=groups
|
||||||
# Only this filter is supported right now
|
# Only this filter is supported right now
|
||||||
groups_filter: (member={dn})
|
groups_filter: "(member={dn})"
|
||||||
# The attribute holding the name of the group.
|
# The attribute holding the name of the group.
|
||||||
group_name_attribute: cn
|
group_name_attribute: cn
|
||||||
# Email attribute
|
# Email attribute
|
||||||
|
Loading…
Reference in New Issue
Block a user