💥 Change escape character for LDAP

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2021-03-04 08:00:49 +01:00 committed by Andrey Antukh
parent 93311b8b98
commit e1ae80583f
3 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@
:telemetry-enabled false
:telemetry-uri "https://telemetry.penpot.app/"
:ldap-user-query "(|(uid=$username)(mail=$username))"
:ldap-user-query "(|(uid=:username)(mail=:username))"
:ldap-attrs-username "uid"
:ldap-attrs-email "mail"
:ldap-attrs-fullname "cn"