]> granicus.if.org Git - apache/commitdiff
Added documentation for mod_ldap and mod_auth_ldap.
authorGraham Leggett <minfrin@apache.org>
Sun, 19 Aug 2001 00:45:34 +0000 (00:45 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 19 Aug 2001 00:45:34 +0000 (00:45 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90346 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/directives.html
docs/manual/mod/index-bytype.html
docs/manual/mod/index.html

diff --git a/CHANGES b/CHANGES
index 0fd6b8b230de52f540230308429ae5eb2a84020d..34b965a538baf0339203df18fe10d779e34cc75b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.25-dev
 
+  *) Added documentation for mod_ldap and mod_auth_ldap.
+     [Graham Leggett]
+
   *) Enabled negative caching on attribute comparisons in the LDAP cache.
      Fixed a problem where the default cache TTL was set in milliseconds
      not microseconds causing the cache to time out almost immediately.
index e9bd65918fe0989f765351fdd76c6824ca64d027..b3573f84d56573ed484cf09c7f5524a9b5376d8b 100644 (file)
@@ -63,6 +63,18 @@ of the terms used in their descriptions available.
 <LI><A HREF="mod_auth_db.html#authdbuserfile">AuthDBUserFile</A>
 <LI><A HREF="mod_auth_dbm.html#authdbmuserfile">AuthDBMUserFile</A>
 <LI><A HREF="mod_auth.html#authgroupfile">AuthGroupFile</A>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPAuthoritative">AuthLDAPAuthoritative</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPBindDN">AuthLDAPBindDN</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPBindPassword">AuthLDAPBindPassword</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPCompareDNOnServer">AuthLDAPCompareDNOnServer</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPDereferenceAliases">AuthLDAPDereferenceAliases</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPEnabled">AuthLDAPEnabled</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPFrontPageHack">AuthLDAPFrontPageHack</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPGroupAttribute">AuthLDAPGroupAttribute</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPGroupAttributeIsDN">AuthLDAPGroupAttributeIsDN</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPRemoteUserIsDN">AuthLDAPRemoteUserIsDN</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPStartTLS">AuthLDAPStartTLS</A></LI>
+<LI><A HREF="mod_auth_ldap.html#AuthLDAPUrl">AuthLDAPUrl</A></LI>
 <LI><A HREF="core.html#authname">AuthName</A>
 <LI><A HREF="core.html#authtype">AuthType</A>
 <LI><A HREF="mod_auth.html#authuserfile">AuthUserFile</A>
@@ -137,6 +149,11 @@ of the terms used in their descriptions available.
 <LI><A HREF="core.html#keepalive">KeepAlive</A>
 <LI><A HREF="core.html#keepalivetimeout">KeepAliveTimeout</A>
 <LI><A HREF="mod_negotiation.html#languagepriority">LanguagePriority</A>
+<LI><A HREF="mod_ldap.html#LDAPCacheEntries">LDAPCacheEntries</A>
+<LI><A HREF="mod_ldap.html#LDAPCacheTTL">LDAPCacheTTL</A>
+<LI><A HREF="mod_ldap.html#LDAPOpCacheEntries">LDAPOpCacheEntries</A>
+<LI><A HREF="mod_ldap.html#LDAPOpCacheTTL">LDAPOpCacheTTL</A>
+<LI><A HREF="mod_ldap.html#LDAPCertDBPath">LDAPCertDBPath</A>
 <LI><A HREF="core.html#limit">&lt;Limit&gt;</A>
 <LI><A HREF="core.html#limitexcept">&lt;LimitExcept&gt;</A>
 <LI><A HREF="core.html#limitrequestbody">LimitRequestBody</A>
index d58de73601d9cb153c7e7a68219bd072a2864793..986580650c38717ed47bd8518e102ad1af3fbc18 100644 (file)
@@ -105,6 +105,8 @@ virtual hosts under different userids.
 <DD>Anonymous user access to authenticated areas. 
 <DT><A HREF="mod_auth_digest.html">mod_auth_digest</A>
 <DD>MD5 authentication
+<DT><A HREF="mod_auth_ldap.html">mod_auth_ldap</A>
+<DD>User authentication using LDAP.
 
 </DL>
 
@@ -171,6 +173,8 @@ virtual hosts under different userids.
 <DD>Caching files in memory for faster serving.
 <DT><A HREF="mod_dav.html">mod_dav</A>
 <DD>Class 1,2 <A HREF="http://www.webdav.org">WebDAV</A> HTTP extensions
+<DT><A HREF="mod_ldap.html">mod_ldap</A>
+<DD>LDAP connection pool and shared memory cache.
 </DL>
 
 
index b19aee9a393ebc74b3d8625561d9799b51a74443..bf6b81eece80a91d4d63b5bf0a57a3ecfff3e08a 100644 (file)
@@ -64,6 +64,8 @@ virtual hosts under different userids.
 <DD>User authentication using DBM files.
 <DT><A HREF="mod_auth_digest.html">mod_auth_digest</A>
 <DD>MD5 authentication
+<DT><A HREF="mod_auth_ldap.html">mod_auth_ldap</A>
+<DD>User authentication using LDAP.
 <DT><A HREF="mod_autoindex.html">mod_autoindex</A>
 <DD>Automatic directory listings.
 <DT><A HREF="mod_cern_meta.html">mod_cern_meta</A>
@@ -98,6 +100,8 @@ virtual hosts under different userids.
 <DD>Server configuration information
 <DT><A HREF="mod_isapi.html">mod_isapi</A>
 <DD>Windows ISAPI Extension support
+<DT><A HREF="mod_ldap.html">mod_ldap</A>
+<DD>LDAP connection pool and shared memory cache.
 <DT><A HREF="mod_log_config.html">mod_log_config</A>
 <DD>User-configurable logging replacement for mod_log_common.
 <DT><A HREF="mod_mime.html">mod_mime</A>