xml version="1.0" encoding="ISO-8859-1"?>
|
Apache HTTP Server Version 2.2 ![]() Apache Module mod_authn_anon
SummaryThis module provides authentication front-ends such as
Combined with other (database) access control methods, this allows for effective user tracking and customization according to a user profile while still keeping the site open for 'unregistered' users. One advantage of using Auth-based user tracking is that, unlike magic-cookies and funny URL pre/postfixes, it is completely browser independent and it allows users to share URLs. When using DirectivesTopicsExampleThe example below is combined with "normal" htpasswd-file based authentication and allows users in additionally as 'guests' with the following properties:
Example
<Directory /foo>
AuthName "Use 'anonymous' & Email address for guest entry"Anonymous Directive
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 space in a userID as well as the \ escape character. Please note that the comparison is
case-IN-sensitive. Example:
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
" Anonymous_LogEmail Directive
When set Anonymous_MustGiveEmail Directive
Specifies whether the user must specify an email address as the password. This prohibits blank passwords. Anonymous_NoUserID Directive
When set Anonymous_VerifyEmail Directive
When set |