diff mod_auth_ldap.wiki @ 400:c5d049266555

mod_auth_ldap: Document ldap_filter option
author Kim Alvefur <zash@zash.se>
date Mon, 09 Sep 2013 15:50:24 +0200
parents 99ccedc61bca
children 6c54b5a7ccfb
line wrap: on
line diff
--- 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 ||