Software /
code /
prosody-modules
Changeset
3325:d92a6daf3c8f
mod_auth_ldap: fix ldap_admins documentation
author | Maxime “pep” Buquet <pep@bouah.net> |
---|---|
date | Sat, 22 Sep 2018 16:25:26 +0100 |
parents | 3324:3114b403362d |
children | 3326:5e0193a27c53 |
files | mod_auth_ldap/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_ldap/README.markdown Thu Sep 20 15:21:48 2018 +0200 +++ b/mod_auth_ldap/README.markdown Sat Sep 22 16:25:26 2018 +0100 @@ -40,7 +40,7 @@ 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"` - ldap\_admins Search filter to match admins, works like ldap\_scope + ldap\_admins Search filter to match admins, works like ldap\_filter **Note:** lua-ldap reads from `/etc/ldap/ldap.conf` and other files like `~prosody/.ldaprc` if they exist. Users wanting to use a particular TLS