# HG changeset patch # User Kim Alvefur # Date 1383583469 -3600 # Node ID 6c54b5a7ccfb00fb2555838b63aa415dffd52a4c # Parent 421d0865f89d53b3c1ed36a88d14e30e9f5edcfb Document ldap_scope diff -r 421d0865f89d -r 6c54b5a7ccfb mod_auth_ldap.wiki --- 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 ||