1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

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
This commit is contained in:
Ryan Bloom
2001-10-16 22:29:20 +00:00
parent 0b9fedfdad
commit fb7781b279

View File

@@ -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.
#
#<IfModule util_ldap.c>
#
# LDAPSharedCacheSize 200000
# LDAPCacheEntries 1024
# LDAPCacheTTL 600
# LDAPOpCacheEntries 1024
# LDAPOpCacheTTL 600
#
# <Location /ldap-status>
# SetHandler ldap-status
# Order deny,allow
# Deny from all
# Allow from .your_domain.com
# <IfModule mod_auth_ldap.c>
# AuthLDAPEnabled on
# AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
# AuthLDAPAuthoritative on
# require valid-user
# </IfModule>
# </Location>
#
#</IfModule>