# HG changeset patch # User Kim Alvefur # Date 1378734624 -7200 # Node ID c5d0492665551a493e74380954de262be397575a # Parent c35cf2a46b7895cac0f6be279f09fd114501b3bd mod_auth_ldap: Document ldap_filter option diff -r c35cf2a46b78 -r c5d049266555 mod_auth_ldap.wiki --- a/mod_auth_ldap.wiki Fri Aug 16 00:23:17 2013 +0200 +++ b/mod_auth_ldap.wiki Mon Sep 09 15:50:24 2013 +0200 @@ -21,9 +21,10 @@ || ldap_server || space-separated list of hostnames or IPs || "localhost" || || 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_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 || = Compatibility = -|| trunk || Untested, but should work || \ No newline at end of file +|| 0.8 and above || should work ||