]> cat aescling's git repositories - mastodon.git/commitdiff
Remove quotes in `LDAP_SEARCH_FILTER` example (#12019)
authorMathieu Brunot <mb.mathieu.brunot@gmail.com>
Tue, 1 Oct 2019 17:18:50 +0000 (19:18 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 1 Oct 2019 17:18:50 +0000 (19:18 +0200)
.env.production.sample

index e4ea861e70e1a1b4f0cf0d6c34c613dc7c1b9a7e..f9a8bb7c1b2ae5be0ed334e4d565395b9b7fb613 100644 (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