mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 08:51:38 +02:00
💥 Change escape character for LDAP
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
93311b8b98
commit
e1ae80583f
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue