mod_authn_anonmod_authn_anon overviewmod_authn_anon module allows user to be authenticated with userID 'anonymous' and a password being his email address. Email addresses may be logged.
mod_authn_anon directivesAnonymous
Anonymous directive allows to specify the list of one or more userIDs which are allowed access without password verification. The userIDs are space separated. It is allowed to use single or double quotation marks to enter userIDs with spaces. Note! Comparison is case insensitive. It's strongly recommended that 'anonymous' is always one of allowed userIDs. Example:
It is also possible to specify the userID as "*". This will allow any userID to be accepted. Anonymous_LogEmail
When Anonymous_LogEmail is set to on, the 'password' entered (which is normally an email address) is logged into the error log. Anonymous_MustGiveEmail
Anonymous_MustGiveEmail directive indicates whether the user must specify an email address as a password. This directive allows to prohibit blank passwords. Anonymous_NoUserID
When Anonymous_NoUserID is on, users may leave userID field empty. Anonymous_VerifyEmail
When Anonymous_VerifyEmail is on, entered 'password' is verified for presence of at least one '@' and a '.' to prevent invalid email addresses.
|