Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / docs / manual / mod / mod_authz_user.xml.ja
blobee41a8021eeba71aae2ecdb41dcc1d2ccdcf114c
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4 <!-- English Revision: 635137 -->
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
14 http://www.apache.org/licenses/LICENSE-2.0
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 -->
23 <modulesynopsis metafile="mod_authz_user.xml.meta">
25 <name>mod_authz_user</name>
26 <description>ユーザ承認</description>
27 <status>Base</status>
28 <sourcefile>mod_authz_user.c</sourcefile>
29 <identifier>authz_user_module</identifier>
30 <compatibility>Apache 2.1 以降で使用可能</compatibility>
32 <summary>
33 <p>このモジュールは、認証されたユーザにウェブサイトの一部への
34 アクセスを許可したり拒否したりするための承認機能を提供します。
35 <module>mod_authz_user</module> は認証されたユーザが
36 <code>Require user</code> ディレクティブに書かれていれば
37 アクセスを認めます。認証に成功したユーザすべてにアクセスを
38 許可するには、代わりに <code>Require valid-user</code>
39 使うことができます。</p>
40 </summary>
41 <seealso><directive module="mod_authz_core">Require</directive></seealso>
43 </modulesynopsis>