From: Graham Leggett Date: Sun, 19 Aug 2001 00:45:34 +0000 (+0000) Subject: Added documentation for mod_ldap and mod_auth_ldap. X-Git-Tag: 2.0.25~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27e042d8801145b761b5a843fcbbe64f5d625e67;p=apache 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 --- diff --git a/CHANGES b/CHANGES index 0fd6b8b230..34b965a538 100644 --- 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. diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index e9bd65918f..b3573f84d5 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -63,6 +63,18 @@ of the terms used in their descriptions available.
  • AuthDBUserFile
  • AuthDBMUserFile
  • AuthGroupFile +
  • AuthLDAPAuthoritative
  • +
  • AuthLDAPBindDN
  • +
  • AuthLDAPBindPassword
  • +
  • AuthLDAPCompareDNOnServer
  • +
  • AuthLDAPDereferenceAliases
  • +
  • AuthLDAPEnabled
  • +
  • AuthLDAPFrontPageHack
  • +
  • AuthLDAPGroupAttribute
  • +
  • AuthLDAPGroupAttributeIsDN
  • +
  • AuthLDAPRemoteUserIsDN
  • +
  • AuthLDAPStartTLS
  • +
  • AuthLDAPUrl
  • AuthName
  • AuthType
  • AuthUserFile @@ -137,6 +149,11 @@ of the terms used in their descriptions available.
  • KeepAlive
  • KeepAliveTimeout
  • LanguagePriority +
  • LDAPCacheEntries +
  • LDAPCacheTTL +
  • LDAPOpCacheEntries +
  • LDAPOpCacheTTL +
  • LDAPCertDBPath
  • <Limit>
  • <LimitExcept>
  • LimitRequestBody diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html index d58de73601..986580650c 100644 --- a/docs/manual/mod/index-bytype.html +++ b/docs/manual/mod/index-bytype.html @@ -105,6 +105,8 @@ virtual hosts under different userids.
    Anonymous user access to authenticated areas.
    mod_auth_digest
    MD5 authentication +
    mod_auth_ldap +
    User authentication using LDAP. @@ -171,6 +173,8 @@ virtual hosts under different userids.
    Caching files in memory for faster serving.
    mod_dav
    Class 1,2 WebDAV HTTP extensions +
    mod_ldap +
    LDAP connection pool and shared memory cache. diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index b19aee9a39..bf6b81eece 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -64,6 +64,8 @@ virtual hosts under different userids.
    User authentication using DBM files.
    mod_auth_digest
    MD5 authentication +
    mod_auth_ldap +
    User authentication using LDAP.
    mod_autoindex
    Automatic directory listings.
    mod_cern_meta @@ -98,6 +100,8 @@ virtual hosts under different userids.
    Server configuration information
    mod_isapi
    Windows ISAPI Extension support +
    mod_ldap +
    LDAP connection pool and shared memory cache.
    mod_log_config
    User-configurable logging replacement for mod_log_common.
    mod_mime