about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Brunot <mb.mathieu.brunot@gmail.com>2019-10-01 19:18:50 +0200
committermultiple creatures <dev@multiple-creature.party>2019-12-31 02:38:35 -0600
commitdecc593faaccb76281a1d76584800bf5a2260b88 (patch)
treeb14d7cedccf6e31ae81a71cfa047250e63afd70f
parentb0d821b95adc48d2924c7e58934fdae41ff79a2a (diff)
Remove quotes in `LDAP_SEARCH_FILTER` example (#12019)
-rw-r--r--.env.production.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample
index a64959c77..9c9d2168f 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -187,7 +187,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