mod_auth_ldap/README.markdown
changeset 2880 ea6b5321db50
parent 2060 e16593e7d482
child 3329 d92a6daf3c8f
--- a/mod_auth_ldap/README.markdown	Sun Feb 04 16:01:37 2018 +0100
+++ b/mod_auth_ldap/README.markdown	Sun Feb 04 16:05:27 2018 +0100
@@ -36,7 +36,7 @@
   ldap\_server     Space-separated list of hostnames or IPs, optionally with port numbers (e.g. "localhost:8389")                         `"localhost"`
   ldap\_rootdn     The distinguished name to auth against                                                                                 `""` (anonymous)
   ldap\_password   Password for rootdn                                                                                                    `""`
-  ldap\_filter     Search filter, with `$user` and `$host` substituded for user- and hostname                                             `"(uid=$user)"`
+  ldap\_filter     Search filter, with `$user` and `$host` substituted for user- and hostname                                             `"(uid=$user)"`
   ldap\_scope      Search scope. other values: "base" and "onelevel"                                                                      `"subtree"`
   ldap\_tls        Enable TLS (StartTLS) to connect to LDAP (can be true or false). The non-standard 'LDAPS' protocol is not supported.   `false`
   ldap\_mode       How passwords are validated.                                                                                           `"bind"`