From 8bcda073ef2d05b99d8b5ef713860e7554ef76b5 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Wed, 1 Apr 2020 08:12:53 +1100 Subject: [PATCH] [DOCS] Fix users_filter typo in docs (#805) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Michaud --- config.template.yml | 2 +- docs/configuration/authentication/ldap.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.template.yml b/config.template.yml index 39ca3887d..55d5b2bb7 100644 --- a/config.template.yml +++ b/config.template.yml @@ -104,7 +104,7 @@ authentication_backend: # - OpenLDAP: (&({username_attribute}={input})(objectClass=person))' or '(&({username_attribute}={input})(objectClass=inetOrgPerson)) # # 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)) # An additional dn to define the scope of groups diff --git a/docs/configuration/authentication/ldap.md b/docs/configuration/authentication/ldap.md index eb6866c6e..21bcc0b7b 100644 --- a/docs/configuration/authentication/ldap.md +++ b/docs/configuration/authentication/ldap.md @@ -48,7 +48,7 @@ authentication_backend: # - OpenLDAP: (&({username_attribute}={input})(objectClass=person))' or '(&({username_attribute}={input})(objectClass=inetOrgPerson)) # # 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)) # An additional dn to define the scope of groups