From: Erik Abele Date: Sat, 10 Jan 2004 22:51:41 +0000 (+0000) Subject: * Backport fixes from mod_auth_anon.xml/r1.7 X-Git-Tag: 2.0.49~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b98481c811b35c69c8cf4b09131c6e18414d53;p=thirdparty%2Fapache%2Fhttpd.git * Backport fixes from mod_auth_anon.xml/r1.7 * userId -> userID * Transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102264 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_anon.html.en b/docs/manual/mod/mod_auth_anon.html.en index 1a8a5e89bbc..6fb1c334fe4 100644 --- a/docs/manual/mod/mod_auth_anon.html.en +++ b/docs/manual/mod/mod_auth_anon.html.en @@ -67,8 +67,8 @@ areas properties:

Excerpt of httpd.conf:

- Anonymous_NoUserId off
+ Anonymous_NoUserID off
Anonymous_MustGiveEmail on
Anonymous_VerifyEmail on
Anonymous_LogEmail on
@@ -114,7 +114,7 @@ areas

top

Anonymous Directive

- diff --git a/docs/manual/mod/mod_auth_anon.xml b/docs/manual/mod/mod_auth_anon.xml index a4b319098ac..43674126f9d 100644 --- a/docs/manual/mod/mod_auth_anon.xml +++ b/docs/manual/mod/mod_auth_anon.xml @@ -34,8 +34,8 @@ areas properties:

    -
  • It insists that the user enters a userId. - (Anonymous_NoUserId)
  • +
  • It insists that the user enters a userID. + (Anonymous_NoUserID)
  • It insists that the user enters a password. (Anonymous_MustGiveEmail)
  • @@ -46,15 +46,15 @@ areas
  • The userID must be one of anonymous guest www test welcome and comparison is not case - sensitive.
  • + sensitive. (Anonymous)
  • And the Email addresses entered in the passwd field are - logged to the error log file + logged to the error log file. (Anonymous_LogEmail)
Excerpt of httpd.conf: - Anonymous_NoUserId off
+ Anonymous_NoUserID off
Anonymous_MustGiveEmail on
Anonymous_VerifyEmail on
Anonymous_LogEmail on
@@ -81,7 +81,7 @@ areas Anonymous -Specifies userIDs that areallowed access without +Specifies userIDs that are allowed access without password verification Anonymous user [user] ... directory.htaccess diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 37c059986c6..7e59eb95f85 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -124,7 +124,7 @@ be passed through
-
Description:Specifies userIDs that areallowed access without +
Description:Specifies userIDs that are allowed access without password verification
Syntax:Anonymous user [user] ...
Context:directory, .htaccess
AllowOverride All|None|directive-type [directive-type] ... All dC
Types of directives that are allowed in .htaccess files
Anonymous user [user] ...dhE
Specifies userIDs that areallowed access without +
Anonymous user [user] ...dhE
Specifies userIDs that are allowed access without password verification
Anonymous_Authoritative On|Off Off dhE
Configures if authorization will fall-through to other methods