diff options
author | Mathieu Brunot <mb.mathieu.brunot@gmail.com> | 2019-10-01 19:18:50 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-01 19:18:50 +0200 |
commit | b85fb6b5e76870734bfc9a2d00e6270fd5d84d5d (patch) | |
tree | dd7330db0289d6a0cdf448f64c83237c2fcedc09 | |
parent | 26a8c6fd2dd02426d0353887f0db6eb5b470305a (diff) |
Remove quotes in `LDAP_SEARCH_FILTER` example (#12019)
-rw-r--r-- | .env.production.sample | 2 |
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 |