about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorMathieu Brunot <mb.mathieu.brunot@gmail.com>2019-10-01 19:18:50 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-10-01 19:18:50 +0200
commitb85fb6b5e76870734bfc9a2d00e6270fd5d84d5d (patch)
treedd7330db0289d6a0cdf448f64c83237c2fcedc09 /.env.production.sample
parent26a8c6fd2dd02426d0353887f0db6eb5b470305a (diff)
Remove quotes in `LDAP_SEARCH_FILTER` example (#12019)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample
index e4ea861e7..f9a8bb7c1 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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