diff mod_auth_ldap/README.markdown @ 2056:e16593e7d482

mod_auth_ldap: Add support for having admin status indicated in LDAP
author Kim Alvefur <zash@zash.se>
date Tue, 01 Mar 2016 10:40:25 +0100
parents 2c6d84fb82d9
children ea6b5321db50
line wrap: on
line diff
--- a/mod_auth_ldap/README.markdown	Tue Mar 01 10:31:10 2016 +0100
+++ b/mod_auth_ldap/README.markdown	Tue Mar 01 10:40:25 2016 +0100
@@ -40,6 +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
 
 **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