2015-02-27 00:58:55 +00:00
|
|
|
# Examples below are taken from the online documentation
|
|
|
|
# Refer to:
|
|
|
|
# http://localhost/manual/mod/mod_ldap.html
|
|
|
|
# http://localhost/manual/mod/mod_auth_ldap.html
|
|
|
|
<IfDefine LDAP>
|
|
|
|
LDAPSharedCacheSize 200000
|
|
|
|
LDAPCacheEntries 1024
|
|
|
|
LDAPCacheTTL 600
|
|
|
|
LDAPOpCacheEntries 1024
|
|
|
|
LDAPOpCacheTTL 600
|
|
|
|
|
|
|
|
<Location /ldap-status>
|
|
|
|
SetHandler ldap-status
|
2015-07-31 00:34:53 +00:00
|
|
|
Require local
|
2015-02-27 00:58:55 +00:00
|
|
|
</Location>
|
|
|
|
</IfDefine>
|
|
|
|
|
|
|
|
# vim: ts=4 filetype=apache
|