From: Rich Bowen Date: Sat, 15 Jan 2011 17:56:19 +0000 (+0000) Subject: Links to current documentation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926c1633fda54aea72ff56afe3d18ab1ff2269be;p=thirdparty%2Fapache%2Fhttpd.git Links to current documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1059381 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/mod_auth_anon.html b/htdocs/manual/mod/mod_auth_anon.html index 3411d6777fd..4e26519d130 100644 --- a/htdocs/manual/mod/mod_auth_anon.html +++ b/htdocs/manual/mod/mod_auth_anon.html @@ -168,6 +168,9 @@ Require valid-user Module: mod_auth_anon +

Current documentation for this directive may be found here

+

A list of one or more 'magic' userIDs which are allowed access without password verification. The userIDs are space separated. It is possible to use the ' and " quotes to allow a @@ -206,6 +209,9 @@ Require valid-user Module: mod_auth_anon +

Current documentation for this directive may be found here

+

When set 'on', there is no fall-through to other authorization methods. So if a userID does not match the values specified in the Anonymous directive, access is @@ -235,6 +241,9 @@ Require valid-user Module: mod_auth_anon +

Current documentation for this directive may be found here

+

When set 'on', the default, the 'password' entered (which hopefully contains a sensible email address) is logged in the error log. The message is logged at a level of info, @@ -268,6 +277,9 @@ Require valid-user Module: mod_auth_anon +

Current documentation for this directive may be found here

+

Specifies whether the user must specify an email address as the password. This prohibits blank passwords.


@@ -290,6 +302,9 @@ Require valid-user Module: mod_auth_anon +

Current documentation for this directive may be found here

+

When set 'on', users can leave the userID (and perhaps the password field) empty. This can be very convenient for MS-Explorer users who can just hit return or click directly on @@ -314,6 +329,9 @@ Require valid-user Module: mod_auth_anon +

Current documentation for this directive may be found here

+

When set 'on' the 'password' entered is checked for at least one '@' and a '.' to encourage users to enter valid email addresses (see the above Auth_LogEmail).