From 82da89f3e9a5a312a7e3c20182068eab309f2bc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 9 Nov 2003 18:35:51 +0000 Subject: [PATCH] document the aterisk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101729 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_anon.html.en | 4 ++++ docs/manual/mod/mod_authn_anon.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en index 5a80db8d95..02a834538a 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 d810267d50..1ea9c89e5e 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.

-- 2.40.0