Software /
code /
prosody-modules
Diff
mod_auth_ldap/README.markdown @ 1987:6d7699eda594
mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Dec 2015 21:55:49 +0100 |
parent | 1824:8435e1766054 |
child | 2055:2c6d84fb82d9 |
line wrap: on
line diff
--- a/mod_auth_ldap/README.markdown Sun Dec 20 18:58:09 2015 +0100 +++ b/mod_auth_ldap/README.markdown Sun Dec 20 21:55:49 2015 +0100 @@ -37,7 +37,7 @@ 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\_scope Search scope. other values: "base" and "subtree" `"onelevel"` + 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"`