From: André Malo Date: Sun, 9 Nov 2003 18:35:51 +0000 (+0000) Subject: document the aterisk X-Git-Tag: pre_ajp_proxy~1058 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82da89f3e9a5a312a7e3c20182068eab309f2bc6;p=thirdparty%2Fapache%2Fhttpd.git document the aterisk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en index 5a80db8d951..02a834538a3 100644 --- a/docs/manual/mod/mod_authn_anon.html.en +++ b/docs/manual/mod/mod_authn_anon.html.en @@ -140,6 +140,10 @@ password verification verification by using the userIDs "anonymous", "AnonyMous", "Not Registered" and "I Don't Know".

+

As of Apache 2.1 it is possible to specify the userID as + "*". That allows any supplied userID to be + accepted.

+
top

Anonymous_LogEmail Directive

diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml index d810267d509..1ea9c89e5e9 100644 --- a/docs/manual/mod/mod_authn_anon.xml +++ b/docs/manual/mod/mod_authn_anon.xml @@ -111,6 +111,10 @@ password verification

This would allow the user to enter without password verification by using the userIDs "anonymous", "AnonyMous", "Not Registered" and "I Don't Know".

+ +

As of Apache 2.1 it is possible to specify the userID as + "*". That allows any supplied userID to be + accepted.