From ee7dc39afa264b7eb1db43e0794f84b270124384 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Wed, 19 Oct 2022 14:12:55 +0200 Subject: [PATCH] example_configs: Add quotes to authelia filters --- example_configs/authelia_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/authelia_config.yml b/example_configs/authelia_config.yml index b5bc67e..cb2c577 100644 --- a/example_configs/authelia_config.yml +++ b/example_configs/authelia_config.yml @@ -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