changeset 422:7e5c6a70af1e

update
author Kim Alvefur <zash@zash.se>
date Fri, 24 Jan 2014 18:23:31 +0100
parents 87df2ef1ee59
children 499e9374242f
files mod_auth_ldap.wiki
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ||