Commit ed699292 authored by Graham Leggett's avatar Graham Leggett
Browse files

Added documentation for mod_ldap and mod_auth_ldap.

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
parent ea85c75c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
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.
+17 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>


+4 −0
Original line number Diff line number Diff line
@@ -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>