mod_auth_basic.xml.ko revision 0ad489b182ebb3789322345e22cf750f88ae167a
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
<!-- English Revision: 1.10 -->
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modulesynopsis metafile="mod_auth_basic.xml.meta">
<name>mod_auth_basic</name>
<description>Basic authentication</description>
<status>Base</status>
<sourcefile>mod_auth_basic.c</sourcefile>
<identifier>auth_basic_module</identifier>
<compatibility>����ġ 2.1 ���ĺ���</compatibility>
<summary>
<p>�� ����� �ش� ������(provider)�� ����Ͽ� ����ں���
������ �����ϴ� HTTP Basic Authentication�� �����Ѵ�.
HTTP Digest Authentication�� <module>mod_auth_digest</module>��
�����Ѵ�.</p>
</summary>
<seealso><directive module="core">AuthName</directive></seealso>
<seealso><directive module="core">AuthType</directive></seealso>
<directivesynopsis>
<name>AuthBasicProvider</name>
<description>�� ��ġ�� ���� ���������ڸ� �����Ѵ�</description>
<syntax>AuthBasicProvider On|Off|<var>provider-name</var>
[<var>provider-name</var>] ...</syntax>
<default>AuthBasicProvider On</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthBasicProvider</directive> ���þ�� ��
��ġ���� ����ڸ� ������ �����ڸ� �����Ѵ�. ����
<code>On</code>�̸� �⺻������(<code>file</code>)�� �����Ѵ�.
<module>mod_authn_file</module> ����� <code>file</code>
�����ڸ� �����ϱ⶧���� ������ �� ����� �ִ��� Ȯ���ؾ�
�Ѵ�.</p>
<example><title>����</title>
&lt;Location /secure&gt;<br />
<indent>
AuthBasicProvider dbm<br />
AuthDBMType SDBM<br />
AuthDBMUserFile /www/etc/dbmpasswd<br />
Require valid-user<br />
</indent>
&lt;/Location&gt;
</example>
<p>�����ڴ� <module>mod_authn_dbm</module>��
<module>mod_authn_file</module>�� ����϶�.</p>
<p>���� <code>Off</code>�̸� ������ ����� ����� �⺻���·�
���ư���.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthBasicAuthoritative</name>
<description>������ ���Ѻο��� ����� ��⿡ �Ѱ����� �����Ѵ�</description>
<syntax>AuthBasicAuthoritative On|Off</syntax>
<default>AuthBasicAuthoritative On</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthBasicAuthoritative</directive> ���þ
<code>Off</code>�� �����ϸ� �־��� ����� ���̵� �ش��ϴ�
<strong>����� ���̵�</strong>�� <strong>��Ģ</strong>��
ã�� �� ��� ��� ������ ���Ѻο� ��θ� (<code>modules.c</code>
���Ͽ��� ������) ����� ���� �Ѱ��ش�. �־��� �����
���̵� ��Ģ�� ã�Ҵٸ� ���붧�� ���� ��ȣ�� ������뿩�θ�
�˻��ϰ�, �����ϸ� "Authentication Required (���� �ʿ�)"
������ �Ѵ�.</p>
<p>�׷��� ���� ����� �����ͺ��̽��� ����� ���̵� �ְų�
��ȿ�� <directive module="core">Require</directive> ���þ
���� ��⿡ ����ϸ�, ù��° ����� ����ڸ� �˻��ϰ�,
<directive>AuthBasicAuthoritative</directive> ������ ������
������ �ѱ����ʴ´�.</p>
<p>�⺻������ ��� �ѱ����ʰ�, �𸣴� ����� ���̵��
��Ģ�� ��� "Authentication Required (���� �ʿ�)" ������
�Ѵ�. �� ���þ �������������� �ý����� �����ϰ� �����Ǹ�,
NCSA �������� ���� �����Ѵ�.</p>
</usage>
</directivesynopsis>
</modulesynopsis>