mod_auth_digest.xml.ko revision b12f74e1aaac71d21e4b9a376b31d7307a8d87d8
<?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: 105989:355990 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
as applicable.
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_digest.xml.meta">
<name>mod_auth_digest</name>
<description>MD5 Digest Authentication�� ����� ���������.</description>
<status>Experimental</status>
<sourcefile>mod_auth_digest.c</sourcefile>
<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><a href="/programs/htdigest.html">htdigest</a> ������
����Ͽ� ����� (����)������ ���� �� �ִ�.</p>
<example><title>����:</title>
&lt;Location /private/&gt;<br />
<indent>
AuthType Digest<br />
AuthName "private area"<br />
AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
<br />
AuthDigestProvider file<br />
AuthUserFile /web/auth/.digest_pw<br />
Require valid-user<br />
</indent>
&lt;/Location&gt;
</example>
<note><title>����</title>
<p>Digest authentication�� Basic authentication���� ��
����������, ������ �����ؾ� �Ѵ�. 2002�� 11�� ���� digest
authentication�� �����ϴ� ������� <a
href="http://www.w3.org/Amaya/">Amaya</a>, <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
Explorer</a>, <a href="http://www.mozilla.org">Mozilla</a>,
<a href="http://channels.netscape.com/ns/browsers/download.jsp"
>Netscape</a> ���� 7, <a href="http://www.opera.com/">Opera</a>,
<a href="http://www.apple.com/safari/">Safari</a> ���� �ִ�.
<a href="http://lynx.isc.org/">lynx</a>�� digest authentication��
�������� <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>