From fb7781b279efcee44b030da25adc38f33e2bf2e7 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 16 Oct 2001 22:29:20 +0000 Subject: [PATCH] Remove the ldap config file. This is now part of the ldap sub-project. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91511 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/ldap-std.conf | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 docs/conf/ldap-std.conf diff --git a/docs/conf/ldap-std.conf b/docs/conf/ldap-std.conf deleted file mode 100644 index 5de72d17ee..0000000000 --- a/docs/conf/ldap-std.conf +++ /dev/null @@ -1,28 +0,0 @@ -# -# Enable the LDAP connection pool and shared memory cache. Enable the -# LDAP cache status handler. Requires that mod_ldap be loaded. Change -# the ".your_domain.com" to match your domain to enable. -# -# -# -# LDAPSharedCacheSize 200000 -# LDAPCacheEntries 1024 -# LDAPCacheTTL 600 -# LDAPOpCacheEntries 1024 -# LDAPOpCacheTTL 600 -# -# -# SetHandler ldap-status -# Order deny,allow -# Deny from all -# Allow from .your_domain.com -# -# AuthLDAPEnabled on -# AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one -# AuthLDAPAuthoritative on -# require valid-user -# -# -# -# - -- 2.40.0