]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_authn_anon.html.en
update transformation
[apache] / docs / manual / mod / mod_authn_anon.html.en
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>mod_authn_anon - Apache HTTP Server</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
12 <script src="../style/scripts/prettify.min.js" type="text/javascript">
13 </script>
14
15 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
16 <body>
17 <div id="page-header">
18 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
19 <p class="apache">Apache HTTP Server Version 2.5</p>
20 <img alt="" src="../images/feather.gif" /></div>
21 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
22 <div id="path">
23 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
24 <div id="page-content">
25 <div id="preamble"><h1>Apache Module mod_authn_anon</h1>
26 <div class="toplang">
27 <p><span>Available Languages: </span><a href="../en/mod/mod_authn_anon.html" title="English">&nbsp;en&nbsp;</a> |
28 <a href="../fr/mod/mod_authn_anon.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
29 <a href="../ja/mod/mod_authn_anon.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
30 <a href="../ko/mod/mod_authn_anon.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
31 </div>
32 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows "anonymous" user access to authenticated
33     areas</td></tr>
34 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
35 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>authn_anon_module</td></tr>
36 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_authn_anon.c</td></tr></table>
37 <h3>Summary</h3>
38
39     <p>This module provides authentication front-ends such as
40     <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code> to authenticate users similar
41     to anonymous-ftp sites, <em>i.e.</em> have a 'magic' user id
42     'anonymous' and the email address as a password. These email
43     addresses can be logged.</p>
44
45     <p>Combined with other (database) access control methods, this
46     allows for effective user tracking and customization according
47     to a user profile while still keeping the site open for
48     'unregistered' users. One advantage of using Auth-based user
49     tracking is that, unlike magic-cookies and funny URL
50     pre/postfixes, it is completely browser independent and it
51     allows users to share URLs.</p>
52
53     <p>When using <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>, this module is invoked
54     via the <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code>
55     directive with the <code>anon</code> value.</p>
56 </div>
57 <div id="quickview"><h3 class="directives">Directives</h3>
58 <ul id="toc">
59 <li><img alt="" src="../images/down.gif" /> <a href="#anonymous">Anonymous</a></li>
60 <li><img alt="" src="../images/down.gif" /> <a href="#anonymous_logemail">Anonymous_LogEmail</a></li>
61 <li><img alt="" src="../images/down.gif" /> <a href="#anonymous_mustgiveemail">Anonymous_MustGiveEmail</a></li>
62 <li><img alt="" src="../images/down.gif" /> <a href="#anonymous_nouserid">Anonymous_NoUserID</a></li>
63 <li><img alt="" src="../images/down.gif" /> <a href="#anonymous_verifyemail">Anonymous_VerifyEmail</a></li>
64 </ul>
65 <h3>Topics</h3>
66 <ul id="topics">
67 <li><img alt="" src="../images/down.gif" /> <a href="#example">Example</a></li>
68 </ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
69 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
70 <div class="section">
71 <h2><a name="example" id="example">Example</a></h2>
72     <p>The example below is combined with "normal" htpasswd-file based
73     authentication and allows users in additionally as 'guests' with the
74     following properties:</p>
75
76     <ul>
77       <li>It insists that the user enters a userID.
78       (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserID</a></code>)</li>
79
80       <li>It insists that the user enters a password.
81       (<code class="directive"><a href="#anonymous_mustgiveemail">Anonymous_MustGiveEmail</a></code>)</li>
82
83       <li>The password entered must be a valid email address, <em>i.e.</em>
84       contain at least one '@' and a '.'.
85       (<code class="directive"><a href="#anonymous_verifyemail">Anonymous_VerifyEmail</a></code>)</li>
86
87       <li>The userID must be one of <code>anonymous guest www test
88       welcome</code> and comparison is <strong>not</strong> case
89       sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code>)</li>
90
91       <li>And the Email addresses entered in the passwd field are
92       logged to the error log file.
93       (<code class="directive"><a href="#anonymous_logemail">Anonymous_LogEmail</a></code>)</li>
94     </ul>
95
96     <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">&lt;Directory /var/www/html/private&gt;
97     AuthName "Use 'anonymous' &amp; Email address for guest entry"
98     AuthType Basic
99     AuthBasicProvider file anon
100     AuthUserFile /path/to/your/.htpasswd
101     
102     Anonymous_NoUserID off
103     Anonymous_MustGiveEmail on
104     Anonymous_VerifyEmail on
105     Anonymous_LogEmail on
106     Anonymous anonymous guest www test welcome
107     
108     Require valid-user
109 &lt;/Directory&gt;</pre>
110 </div>
111 </div>
112 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
113 <div class="directive-section"><h2><a name="Anonymous" id="Anonymous">Anonymous</a> <a name="anonymous" id="anonymous">Directive</a></h2>
114 <table class="directive">
115 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that are allowed access without
116 password verification</td></tr>
117 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous <var>user</var> [<var>user</var>] ...</code></td></tr>
118 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
119 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
120 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
121 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_anon</td></tr>
122 </table>
123     <p>A list of one or more 'magic' userIDs which are allowed
124     access without password verification. The userIDs are space
125     separated. It is possible to use the ' and " quotes to allow a
126     space in a userID as well as the \ escape character.</p>
127
128     <p>Please note that the comparison is
129     <strong>case-IN-sensitive</strong>.<br />
130     It's strongly recommended that the magic username
131     '<code>anonymous</code>' is always one of the allowed
132     userIDs.</p>
133
134     <div class="example"><h3>Example:</h3><pre class="prettyprint lang-config">      Anonymous anonymous "Not Registered" "I don't know"</pre>
135 </div>
136
137     <p>This would allow the user to enter without password
138     verification by using the userIDs "anonymous",
139     "AnonyMous", "Not Registered" and "I Don't Know".</p>
140
141     <p>As of Apache 2.1 it is possible to specify the userID as
142     "<code>*</code>". That allows <em>any</em> supplied userID to be
143     accepted.</p>
144
145 </div>
146 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
147 <div class="directive-section"><h2><a name="Anonymous_LogEmail" id="Anonymous_LogEmail">Anonymous_LogEmail</a> <a name="anonymous_logemail" id="anonymous_logemail">Directive</a></h2>
148 <table class="directive">
149 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets whether the password entered will be logged in the
150 error log</td></tr>
151 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_LogEmail On|Off</code></td></tr>
152 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_LogEmail On</code></td></tr>
153 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
154 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
155 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
156 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_anon</td></tr>
157 </table>
158     <p>When set <code>On</code>, the default, the 'password' entered
159     (which hopefully contains a sensible email address) is logged in
160     the error log.</p>
161
162 </div>
163 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
164 <div class="directive-section"><h2><a name="Anonymous_MustGiveEmail" id="Anonymous_MustGiveEmail">Anonymous_MustGiveEmail</a> <a name="anonymous_mustgiveemail" id="anonymous_mustgiveemail">Directive</a></h2>
165 <table class="directive">
166 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies whether blank passwords are allowed</td></tr>
167 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_MustGiveEmail On|Off</code></td></tr>
168 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_MustGiveEmail On</code></td></tr>
169 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
170 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
171 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
172 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_anon</td></tr>
173 </table>
174     <p>Specifies whether the user must specify an email address as
175     the password. This prohibits blank passwords.</p>
176
177 </div>
178 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
179 <div class="directive-section"><h2><a name="Anonymous_NoUserID" id="Anonymous_NoUserID">Anonymous_NoUserID</a> <a name="anonymous_nouserid" id="anonymous_nouserid">Directive</a></h2>
180 <table class="directive">
181 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets whether the userID field may be empty</td></tr>
182 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_NoUserID On|Off</code></td></tr>
183 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_NoUserID Off</code></td></tr>
184 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
185 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
186 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
187 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_anon</td></tr>
188 </table>
189     <p>When set <code>On</code>, users can leave the userID (and
190     perhaps the password field) empty. This can be very convenient for
191     MS-Explorer users who can just hit return or click directly on the
192     OK button; which seems a natural reaction.</p>
193
194 </div>
195 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
196 <div class="directive-section"><h2><a name="Anonymous_VerifyEmail" id="Anonymous_VerifyEmail">Anonymous_VerifyEmail</a> <a name="anonymous_verifyemail" id="anonymous_verifyemail">Directive</a></h2>
197 <table class="directive">
198 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets whether to check the password field for a correctly
199 formatted email address</td></tr>
200 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_VerifyEmail On|Off</code></td></tr>
201 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_VerifyEmail Off</code></td></tr>
202 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
203 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
204 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
205 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_anon</td></tr>
206 </table>
207     <p>When set <code>On</code> the 'password' entered is checked for
208     at least one '@' and a '.' to encourage users to enter valid email
209     addresses (see the above <code class="directive"><a href="#anonymous_logemail">Anonymous_LogEmail</a></code>).</p>
210
211 </div>
212 </div>
213 <div class="bottomlang">
214 <p><span>Available Languages: </span><a href="../en/mod/mod_authn_anon.html" title="English">&nbsp;en&nbsp;</a> |
215 <a href="../fr/mod/mod_authn_anon.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
216 <a href="../ja/mod/mod_authn_anon.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
217 <a href="../ko/mod/mod_authn_anon.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
218 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
219 <script type="text/javascript"><!--//--><![CDATA[//><!--
220 var comments_shortname = 'httpd';
221 var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_authn_anon.html';
222 (function(w, d) {
223     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
224         d.write('<div id="comments_thread"><\/div>');
225         var s = d.createElement('script');
226         s.type = 'text/javascript';
227         s.async = true;
228         s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
229         (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
230     }
231     else {
232         d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
233     }
234 })(window, document);
235 //--><!]]></script></div><div id="footer">
236 <p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
237 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
238 if (typeof(prettyPrint) !== 'undefined') {
239     prettyPrint();
240 }
241 //--><!]]></script>
242 </body></html>