# HG changeset patch # User Maxime “pep” Buquet # Date 1537629926 -3600 # Node ID d92a6daf3c8f30484623e03d7bd6e0fbe725bc57 # Parent 3114b403362dbf1e490a918567e28484b93e19d7 mod_auth_ldap: fix ldap_admins documentation diff -r 3114b403362d -r d92a6daf3c8f mod_auth_ldap/README.markdown --- 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