|
Apache HTTP Server Version 2.0 ![]() Apache Module mod_auth_anon
SummaryThis module does access control in a manner similar to anonymous-ftp sites; i.e. have a 'magic' user id 'anonymous' and the email address as a password. These email addresses can be logged. 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. Directives
TopicsExampleThe example below (when combined with the Auth directives of a htpasswd-file based (or GDM, mSQL etc.) base access control system allows users in as 'guests' with the following properties:
Excerpt of httpd.conf:
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". Anonymous_Authoritative Directive
When set Be sure you know what you are doing when you decide to switch it on. And remember that the order in which the Authentication modules are queried is defined in the modules.c files at compile time. 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 |
|
This apache manual Copyright © 1999-2003, The Apache Software Foundation.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |