mod_auth_basic.xml.ko revision f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8
2N/A<?xml version="1.0" encoding="EUC-KR" ?>
2N/A<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
2N/A<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
2N/A<!-- English Revision: 151408:1330911 (outdated) -->
2N/A
2N/A<!--
2N/A Licensed to the Apache Software Foundation (ASF) under one or more
2N/A contributor license agreements. See the NOTICE file distributed with
2N/A this work for additional information regarding copyright ownership.
2N/A The ASF licenses this file to You under the Apache License, Version 2.0
2N/A (the "License"); you may not use this file except in compliance with
2N/A the License. You may obtain a copy of the License at
2N/A
2N/A http://www.apache.org/licenses/LICENSE-2.0
2N/A
2N/A Unless required by applicable law or agreed to in writing, software
2N/A distributed under the License is distributed on an "AS IS" BASIS,
2N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2N/A See the License for the specific language governing permissions and
2N/A limitations under the License.
2N/A-->
2N/A
2N/A<modulesynopsis metafile="mod_auth_basic.xml.meta">
2N/A
2N/A<name>mod_auth_basic</name>
2N/A<description>Basic authentication</description>
2N/A<status>Base</status>
2N/A<sourcefile>mod_auth_basic.c</sourcefile>
2N/A<identifier>auth_basic_module</identifier>
2N/A<compatibility>����ġ 2.1 ���ĺ���</compatibility>
2N/A
2N/A<summary>
2N/A <p>�� ����� �ش� ������(provider)�� ����Ͽ� ����ں���
2N/A ������ �����ϴ� HTTP Basic Authentication�� �����Ѵ�.
2N/A HTTP Digest Authentication�� <module>mod_auth_digest</module>��
2N/A �����Ѵ�.</p>
2N/A</summary>
2N/A<seealso><directive module="core">AuthName</directive></seealso>
2N/A<seealso><directive module="core">AuthType</directive></seealso>
2N/A
2N/A<directivesynopsis>
2N/A<name>AuthBasicProvider</name>
2N/A<description>�� ��ġ�� ���� ���������ڸ� �����Ѵ�</description>
2N/A<syntax>AuthBasicProvider On|Off|<var>provider-name</var>
2N/A[<var>provider-name</var>] ...</syntax>
2N/A<default>AuthBasicProvider On</default>
2N/A<contextlist><context>directory</context><context>.htaccess</context>
2N/A</contextlist>
2N/A<override>AuthConfig</override>
2N/A
2N/A<usage>
2N/A <p><directive>AuthBasicProvider</directive> ���þ�� ��
2N/A ��ġ���� ����ڸ� ������ �����ڸ� �����Ѵ�. ����
2N/A <code>On</code>�̸� �⺻������(<code>file</code>)�� �����Ѵ�.
2N/A <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>