# HG changeset patch # User Kim Alvefur # Date 1390584211 -3600 # Node ID 7e5c6a70af1e17a966381495cb6f51253e3060f3 # Parent 87df2ef1ee5970312e8f80074586c3f3a5deab40 update diff -r 87df2ef1ee59 -r 7e5c6a70af1e mod_auth_ldap.wiki --- a/mod_auth_ldap.wiki Wed Jan 22 02:29:02 2014 +0000 +++ b/mod_auth_ldap.wiki Fri Jan 24 18:23:31 2014 +0100 @@ -21,7 +21,7 @@ || 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_filter || search filter, with $user substituded for username || "(uid=$user)" || || 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 ||