Remove quotes in `LDAP_SEARCH_FILTER` example (#12019)

lolsob-rspec
Mathieu Brunot 2019-10-01 19:18:50 +02:00 committed by Eugen Rochko
parent 66f85e540c
commit 966e7fe7de
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ STREAMING_CLUSTER_NUM=1
# LDAP_BIND_DN=
# LDAP_PASSWORD=
# LDAP_UID=cn
# LDAP_SEARCH_FILTER="%{uid}=%{email}"
# LDAP_SEARCH_FILTER=%{uid}=%{email}
# PAM authentication (optional)
# PAM authentication uses for the email generation the "email" pam variable