Mercurial > prosody-wiki
changeset 403:6c54b5a7ccfb
Document ldap_scope
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 04 Nov 2013 17:44:29 +0100 |
parents | 421d0865f89d |
children | 37502ad2fcb8 |
files | mod_auth_ldap.wiki |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_ldap.wiki Thu Sep 12 17:44:25 2013 +0000 +++ b/mod_auth_ldap.wiki Mon Nov 04 17:44:29 2013 +0100 @@ -22,6 +22,7 @@ || ldap_rootdn || the distinguished name to auth against || "" (anonymous) || || ldap_password || the password || "" || || ldap_filter || search filter, with %s substituded for username || "(uid=%s)" || +|| ldap_scope || search scope. other values: "base" and "subtree" || "onelevel" || || ldap_tls || Use TLS to connect to LDAP? (can be true or false) || false || || ldap_base || LDAP base directory which stores user accounts || this is required ||