]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_authz_user.xml
Update transforms
[apache] / docs / manual / mod / mod_authz_user.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_authz_user.xml.meta">
24
25 <name>mod_authz_user</name> 
26 <description>User Authorization</description>
27 <status>Base</status>
28 <sourcefile>mod_authz_user.c</sourcefile>
29 <identifier>authz_user_module</identifier>
30 <compatibility>Available in Apache 2.1 and later</compatibility>
31
32 <summary>
33     <p>This module provides authorization capabilities so that
34     authenticated users can be allowed or denied access to portions
35     of the web site. <module>mod_authz_user</module> grants
36     access if the authenticated user is listed in a <code>Require user</code>
37     directive. Alternatively <code>Require valid-user</code> can be used to
38     grant access to all successfully authenticated users.</p>
39 </summary>
40 <seealso><directive module="mod_authz_core">Require</directive></seealso>
41
42 </modulesynopsis>