mod_auth_digest.xml.ko revision 934171022f113388240161938d714a5bc864ad0f
<?xml version="1.0" encoding="EUC-KR" ?>
<!-- English Revision: 105989:106803 (outdated) -->
<!--
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
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_digest.xml.meta">
<name>mod_auth_digest</name>
<description>MD5 Digest Authentication�� ����� ���������.</description>
<status>Experimental</status>
<identifier>auth_digest_module</identifier>
<summary>
<p>�� ����� HTTP Digest Authentication�� �����Ѵ�.
���� ���� ��Ʈ�� ��ġ�� ���� �������� ����̴�.</p>
</summary>
<seealso><directive module="core">AuthName</directive></seealso>
<seealso><directive module="core">AuthType</directive></seealso>
<seealso><directive module="core">Require</directive></seealso>
<seealso><directive module="core">Satisfy</directive></seealso>
<section id="using"><title>Digest Authentication ����ϱ�</title>
<p>MD5 Digest authentication�� �ſ� ���� ����� �� �ִ�.
<code>AuthType Basic</code>�� <directive
module="mod_auth_basic">AuthBasicProvider</directive> ���
<code>AuthType Digest</code>�� <directive
module="mod_auth_digest">AuthDigestProvider</directive>��
����Ͽ� ������ ������ ������ �� �ִ�. ���� �ּ��� ��ȣ�Ϸ���
������ �⺻ URI�� <directive module="mod_auth_digest"
>AuthDigestDomain</directive> ���þ ����Ѵ�.</p>
����Ͽ� ����� (����)������ ���� �� �ִ�.</p>
<example><title>����:</title>
<Location /private/><br />
<indent>
AuthType Digest<br />
AuthName "private area"<br />
AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
<br />
AuthDigestProvider file<br />
Require valid-user<br />
</indent>
</Location>
</example>
<note><title>����</title>
<p>Digest authentication�� Basic authentication���� ��
����������, ������ �����ؾ� �Ѵ�. 2002�� 11�� ���� digest
authentication�� �����ϴ� ������� <a
href="http://konqueror.kde.org/">Konqueror</a>, (Windows����
���ǹ��ڿ��� �Բ� ����ϸ� �ȵ����� - �ذ����� �Ʒ� "<a
href="#msie">MS Internet Explorer ���� �ذ��ϱ�</a>"�� ���)
Mac OS X�� Windows�� <a
href="http://www.microsoft.com/windows/ie/">MS Internet
�������� <strong>�ʴ´�</strong>. digest authentication��
basic authentication ��ŭ �θ� �������� �ʾұ���� ���
����ڰ� �����ϴ� ������ ����ϴ� ��쿡�� ����ؾ�
�Ѵ�.</p>
</note>
</section>
<section id="msie"><title>MS Internet Explorer ���� �ذ��ϱ�</title>
<p>���� Windows�� Internet Explorer�� Digest authentication
���� ���ǹ��ڿ��� �ִ� <code>GET</code> ��û�� RFC�� �ٸ���
ó���ϴ� ������ �ִ�. ��� ������� �� ������ �ذ��� ��
�ִ�.</p>
<p>
ù��°�� ���α��� �ڷḦ �Ѱ��ֱ����� <code>GET</code>
��� <code>POST</code> ��û�� ����ϴ� ����̴�. �� �����
�����ϴٸ� ���� ������ �ذ�å�̴�.
</p>
<p>��, ����ġ 2.0.51���� <code>AuthDigestEnableQueryStringHack</code>
ȯ�溯���� �����Ͽ� ������ �ذ��Ѵ�. ��û��
<code>AuthDigestEnableQueryStringHack</code>�� �����ϸ�
����ġ�� MSIE ���� ���ذ� ��ġ�� ���ϰ� ��û URI�� digest
���� �����Ѵ�. �� ����� ������ ���� ����Ѵ�.</p>
<example><title>MSIE���� Digest Authentication ����ϱ�:</title>
BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
</example>
<p>�������� ȯ�溯�� ������ ���� �ڼ��� ������ <directive
module="mod_setenvif">BrowserMatch</directive> ���þ
����϶�.</p>
</section>
<directivesynopsis>
<name>AuthDigestProvider</name>
<description>�� ��ġ�� ���� ���������ڸ� �����Ѵ�</description>
<syntax>AuthDigestProvider On|Off|<var>provider-name</var>
[<var>provider-name</var>] ...</syntax>
<default>AuthDigestProvider On</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthDigestProvider</directive> ���þ�� ��
��ġ���� ����ڸ� ������ �����ڸ� �����Ѵ�. ����
<code>On</code>�̸� �⺻������(<code>file</code>)�� ����Ѵ�.
<module>mod_authn_file</module> ����� <code>file</code>
�����ڸ� �����ϱ���� ������ �� ����� �ִ��� Ȯ���ؾ�
�Ѵ�.</p>
<p>�����ڴ� <module>mod_authn_dbm</module>��
<module>mod_authn_file</module>�� ����϶�.</p>
<p>���� <code>Off</code>�̸� ������ ����� ����� �⺻���·�
���ư���.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestQop</name>
<description>digest authentication�� �����
��ȣ����(quality-of-protection)�� �����Ѵ�.</description>
<syntax>AuthDigestQop none|auth|auth-int [auth|auth-int]</syntax>
<default>AuthDigestQop auth</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthDigestQop</directive> ���þ��
<dfn>��ȣ����(quality-of-protection)</dfn>�� �����Ѵ�.
<code>auth</code>�� (����ڸ�/��ȣ) ������ �ϰ�,
<code>auth-int</code>�� ������ �ϰἺ �˻縦 (MD5 �ؽ���
����Ͽ� �˻��Ѵ�) �Ѵ�. <code>none</code>�� (�ϰἺ �˻縦
�����ʴ�) ������ RFC-2069 digest �˰?���� ����Ѵ�.
<code>auth</code>�� <code>auth-int</code>�� ��� ������
�� �ִ�. �� ��� ������� � ���� ������� �����Ѵ�.
������ ��� ���������� challenge�� �������� �ʴ´ٸ�
<code>none</code>�� ����ؾ� �Ѵ�.</p>
<note>
<code>auth-int</code>�� ���� �������� �ʾҴ�.
</note>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestNonceLifetime</name>
<description>���� nonce�� ��ȿ�� �Ⱓ</description>
<syntax>AuthDigestNonceLifetime <var>seconds</var></syntax>
<default>AuthDigestNonceLifetime 300</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthDigestNonceLifetime</directive> ���þ��
���� nonce�� ��ȿ�� �Ⱓ�� �����Ѵ�. Ŭ���̾�Ʈ�� �����
nonce�� ������ ������ �����ϸ� ������ <code>stale=true</code>��
�Բ� 401�� ��ȯ�Ѵ�. <var>seconds</var>�� 0���� ũ�� nonce��
��ȿ�� �Ⱓ�� �����Ѵ�. �Ƹ��� 10 �ʺ��� �۰� �����ϸ� �ȵȴ�.
<var>seconds</var>�� 0���� ������ nonce�� ������ �������
�ʴ´�. <!-- ���� �������� �ʾ���: <var>seconds</var>��
0�̸� Ŭ���̾�Ʈ�� ��Ȯ�� �ѹ� nonce�� ����� �� �ִ�.
�ѹ� ����� �� �ִ� nonce�� �����(replay attack)��
���� �� ������ ������ ����������, ������ ��û���� �����ؼ�
�����ų� ���� ������ ���ÿ� �� ���� �� ������ �����
������ �� ������ �����϶�. ������� nonce�� �̹� ����Ͽ�����
���� �˾Ƴ� �� ������ ��û�� �����ؼ� ������, ù��°
��û�� �����ϰ� 401 ������ ���� ���� ��û�� �ٽ� ������
�ȴ�. �� ����ݿ� ���� ��ȣ�� POST ��û�� ���� ��������
������ ���ϴ� ��쿡�� �ǹ̰� ������ �����϶�. ������
������ ��� ����ڴ� �̹� ������ ������ ������ �����Ƿ�,
�ѹ� ����� �� �ִ� nonce�� �ǹ̰� ���. -->
</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestNonceFormat</name>
<description>nonce�� ����� ����� �����Ѵ�</description>
<syntax>AuthDigestNonceFormat <var>format</var></syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<note>���� �������� �ʾҴ�.</note>
<!-- AuthDigestNonceFormat ���þ�� nonce�� ����� �����
�����Ѵ�. -->
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestNcCheck</name>
<description>������ ������ nonce-count�� �˻����� ����</description>
<syntax>AuthDigestNcCheck On|Off</syntax>
<default>AuthDigestNcCheck Off</default>
<contextlist><context>server config</context></contextlist>
<usage>
<note>
���� �������� �ʾҴ�.
</note>
<!--
<p>AuthDigestNcCheck ���þ�� ������ ������ nonce-count��
�˻����� �����Ѵ�.</p>
<p>���Ȼ� ���������� �� ���þ On���� �����ϸ� ������
ũ�� �������. nonce-count�� �˻��Ϸ��� (digest authentication
���ο� ������ Authorization ����� ������) *���* ��û��
�Ӱ迵��(critical section)�� ���� ó���ؾ� �Ѵ�. ������
Authorization ����� ������ �ſ� ���� ��û�� ó���Ѵٸ�
������ ������ ������ �� �ִ�.</p>
-->
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestAlgorithm</name>
<description>digest authentication���� challenge�� response
hash�� ����ϴ� �˰?���� �����Ѵ�</description>
<syntax>AuthDigestAlgorithm MD5|MD5-sess</syntax>
<default>AuthDigestAlgorithm MD5</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthDigestAlgorithm</directive> ���þ��
challenge�� response hash�� ����ϴ� �˰?���� �����Ѵ�.</p>
<note>
<code>MD5-sess</code>�� ���� ������ �������� �ʾҴ�.
</note>
<!--
<p><code>MD5-sess</code>�� ����Ϸ���
<code>mod_auth_digest.c</code>�� <code>get_userpw_hash()</code>
�Լ��� ���� �ۼ��ؾ� �Ѵ�.</p>
-->
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestDomain</name>
<description>digest authentication���� ���� ��ȣ������ ���ϴ�
URI��</description>
<syntax>AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthDigestDomain</directive> ���þ�� ����
��ȣ������ �ִ� (<em>���� ���</em> ���� ������ ����ڸ�/��ȣ
������ ����ϴ�) URI���� �����Ѵ�. ������ URI�� ���λ��
����Ѵ�. Ŭ���̾�Ʈ�� URI "�Ʒ�" ��θ�
���� ����ڸ�/��ȣ�� ��ȣ�Ѵٰ� �����Ѵ�. URI��
(<em>��</em>, ��Ŵ(scheme), ȣ��Ʈ, ��Ʈ ���� �����ϴ�)
��� URL�̰ų� ��� URI�̴�.</p>
<p>�� ���þ�� �� <em>�����ؾ�</em> �ϸ�, �ּ��� ��������
�⺻ URI(��)�� ����<em>�ؾ�</em> �Ѵ�. ���ϸ� Ŭ���̾�Ʈ��
�� ������ ������ <em>��� ��û</em>�� Authorization �����
�����Ѵ�. ���� ��û�� ũ�Ⱑ Ŀ����, <directive
module="mod_auth_digest">AuthDigestNcCheck</directive>��
����Ѵٸ� ���ɿ� ���� ������ �� �� �ִ�.</p>
<p>�ٸ� ������ URI�� �����ϸ�, (�̸� �����ϴ�) Ŭ���̾�Ʈ��
���� �������� �Ź� ����ڿ��� �����ʰ� ���� ����ڸ�/��ȣ��
����� �� �ִ�.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>AuthDigestShmemSize</name>
<description>Ŭ���̾�Ʈ�� �����ϱ����� �Ҵ��ϴ� ������</description>
<syntax>AuthDigestShmemSize <var>size</var></syntax>
<default>AuthDigestShmemSize 1000</default>
<contextlist><context>server config</context></contextlist>
<usage>
<p><directive>AuthDigestShmemSize</directive> ���þ��
Ŭ���̾�Ʈ�� �����ϱ����� ������ �����Ҷ� �Ҵ��ϴ�
�������� �����Ѵ�. ������ �ּ��� <em>�ϳ���</em>
Ŭ���̾�Ʈ�� �����ϱ����� �ʿ��� ���� ���� �� ������
�����϶�. �� ���� �ý��ۿ� ��� �ٸ���. ��Ȯ�� ���� �˷���
<directive>AuthDigestShmemSize</directive>�� <code>0</code>����
�����ϰ� ������ �������� ������ ����϶�.</p>
<p><var>size</var>�� ���� ����Ʈ ����������, �ڿ�
<code>K</code>�� <code>M</code>�� ����Ͽ� KBytes�� MBytes��
��Ÿ�� �� �ִ�. ���� ���, ���� ���þ���� ��� ����:</p>
<example>
AuthDigestShmemSize 1048576<br />
AuthDigestShmemSize 1024K<br />
AuthDigestShmemSize 1M
</example>
</usage>
</directivesynopsis>
</modulesynopsis>