Browse Source

Remove quotes in `LDAP_SEARCH_FILTER` example (#12019)

pull/4/head
Mathieu Brunot 4 years ago
committed by Eugen Rochko
parent
commit
b85fb6b5e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .env.production.sample

+ 1
- 1
.env.production.sample View File

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

Loading…
Cancel
Save