Mercurial > prosody-modules
diff mod_auth_ldap/README.markdown @ 2876:ea6b5321db50
README files: Fix typos
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 16:05:27 +0100 |
parents | e16593e7d482 |
children | d92a6daf3c8f |
line wrap: on
line diff
--- 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"`