From 69840ff791159c6ee431e9589bff74d14d34ea71 Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Date: Tue, 16 Mar 2010 13:38:12 +0000
Subject: [PATCH] update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@923739 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_authnz_ldap.html.en | 1 +
docs/manual/mod/mod_cache.html.en | 1 +
docs/manual/mod/mod_ssl.html.en | 4 ++--
docs/manual/mod/quickreference.html.en | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en
index 96937aae2ef..96b2c6a9879 100644
--- a/docs/manual/mod/mod_authnz_ldap.html.en
+++ b/docs/manual/mod/mod_authnz_ldap.html.en
@@ -787,6 +787,7 @@ Require group mygroupfile
Description: | LDAP attributes used to check for group membership |
Syntax: | AuthLDAPGroupAttribute attribute |
+Default: | AuthLDAPGroupAttribute member uniquemember |
Context: | directory, .htaccess |
Override: | AuthConfig |
Status: | Extension |
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 08464321f50..a79d4b1a7ab 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -522,6 +522,7 @@ LastModified date.
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_cache |
+Compatibility: | Available in Apache 2.2.15 and later |
The CacheLock
directive enables the thundering herd lock
for the given URL space.
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 4f3c3cdcb51..77b4122622d 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -674,8 +674,8 @@ during a renegotiation. This vulnerability allowed an attacker to
server. A protocol extension was developed which fixed this
vulnerability if supported by both client and server.
-If mod_ssl
is linked against OpenSSL version 1.0.0
-Beta 5 or later, by default renegotiation is only supported with
+
If mod_ssl
is linked against OpenSSL version 0.9.8m
+or later, by default renegotiation is only supported with
clients supporting the new protocol extension. If this directive is
enabled, renegotiation will be allowed with old (unpatched) clients,
albeit insecurely.
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 38c8cfb0735..f68edf295cf 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -168,7 +168,7 @@ of user groups for authorization
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
AuthLDAPCompareDNOnServer on|off | on | dh | E |
Use the LDAP server to compare the DNs |
AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
When will the module de-reference aliases |
-AuthLDAPGroupAttribute attribute | | dh | E |
LDAP attributes used to check for group membership |
+AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E |
LDAP attributes used to check for group membership |
AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
Use the DN of the client username when checking for
group membership |
AuthLDAPRemoteUserAttribute uid | | dh | E |
Use the value of the attribute returned during the user
--
2.47.2
|