summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-12-03 03:56:41 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2016-12-03 03:56:41 -0500
commit7d339e21db505cb8e4bb8bf27e4a7e00d2827ea4 (patch)
treea67a5cac8f7afd47b6adfedbc1b010d72c15e557 /tests/proxy.conf
parentf664e77909cc88f8e9866fcdea49fa49ef0e345e (diff)
downloadlighttpd-git-7d339e21db505cb8e4bb8bf27e4a7e00d2827ea4.tar.gz
comment out auth.backend.ldap.* in tests/*.conf
(mod_authn_ldap is not loaded in these test confs, so mod_authn_ldap directives are not available)
Diffstat (limited to 'tests/proxy.conf')
-rw-r--r--tests/proxy.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/proxy.conf b/tests/proxy.conf
index 0846a0fa..72b010ad 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -97,9 +97,9 @@ auth.backend = "plain"
auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
auth.backend.plain.groupfile = "lighttpd.group"
-auth.backend.ldap.hostname = "localhost"
-auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
-auth.backend.ldap.filter = "(uid=$)"
+#auth.backend.ldap.hostname = "localhost"
+#auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
+#auth.backend.ldap.filter = "(uid=$)"
auth.require = (
"/server-status" => (