blob: a981bd372a01c147f4b51d71f7d3e08bcacb9b9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<?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: 103423 -->
<!--
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_authn_file.xml.meta">
<name>mod_authn_file</name>
<description>���������� �̿��� ����� ����</description>
<status>Base</status>
<sourcefile>mod_authn_file.c</sourcefile>
<identifier>authn_file_module</identifier>
<compatibility>����ġ 2.1 ����</compatibility>
<summary>
<p>�� ����� <module>mod_auth_digest</module>��
<module>mod_auth_basic</module> ���� �����մܸ���� ����
�Ϲ� ���� ��ȣ���Ͽ��� ����ڸ� ã�Ƽ� �����Ѵ�.
<module>mod_authn_dbm</module>�� ����� ����ϴ�.</p>
<p><module>mod_auth_basic</module>�̳�
<module>mod_auth_digest</module>�� ����Ҷ� <directive
module="mod_auth_basic">AuthBasicProvider</directive>��
<directive
module="mod_auth_digest">AuthDigestProvider</directive>��
���� <code>file</code>�� �����ϸ� �� ����� ����Ѵ�.</p>
</summary>
<seealso>
<directive module="mod_auth_basic">AuthBasicProvider</directive>
</seealso>
<seealso>
<directive module="mod_auth_digest">AuthDigestProvider</directive>
</seealso>
<seealso><a href="../programs/htpasswd.html">htpasswd</a></seealso>
<seealso><a href="../programs/htdigest.html">htdigest</a></seealso>
<directivesynopsis>
<name>AuthUserFile</name>
<description>������ ����ڸ��� ��ȣ ����� �����ϴ� �������ϸ���
�����Ѵ�</description>
<syntax>AuthUserFile <var>file-path</var></syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthUserFile</directive> ���þ�� ����� ������
����� ����ڸ��� ��ȣ ����� �����ϴ� �������ϸ��� �����Ѵ�.
<var>File-path</var>�� ���ϰ���̴�. �����θ� �������
������ <directive module="core">ServerRoot</directive>��
����η� ó���Ѵ�.</p>
<p>������ �� �ٿ��� ����ڸ�, �ݷ�, ���ڵ��� ��ȣ�� �������
���´�. ���� �ٿ��� ������ ����� ���̵� �����ϸ�,
<module>mod_authn_file</module>�� ù��°�� ������ ��ȣ��
����Ѵ�.</p>
<p>�����ϵ� �������̳� <code>src/support</code>�� �ִ� <a
href="../programs/htpasswd.html">htpasswd</a> ������ <em>HTTP
Basic Authentication</em>�� ����� ��ȣ������ �����Ѵ�.
�ڼ��� ������ <a href="../programs/htpasswd.html">manpage</a>��
�����϶�. ����ϸ�:</p>
<p>�ʱ� ���̵� <code>username</code>�� ���� ��ȣ����
<code>Filename</code>�� �����. ��ȣ�� �����:</p>
<example>
htpasswd -c Filename username
</example>
<p>��ȣ���� <code>Filename</code>�� <code>username2</code>��
�߰��ϰų� �����Ѵ�:</p>
<example>
htpasswd Filename username2
</example>
<p>ū ���������� �˻��ϴ� ���� <em>�ſ�</em> ��ȿ��������
�����϶�. ����ڰ� ���ٸ� ��� <directive
module="mod_authn_dbm">AuthDBMUserFile</directive>�� ����ؾ�
�Ѵ�.</p>
<p><em>HTTP Digest Authentication</em>�� ����Ѵٸ� <a
href="../programs/htpasswd.html">htpasswd</a> ������ �ȵȴ�.
��� <a href="../programs/htdigest.html">htdigest</a>��
����ؾ� �Ѵ�. Digest Authentication�� Basic Authentication��
���� �ڷḦ ���� ���Ͽ� ��� ����� �� ������ �����϶�.</p>
<note type="warning"><title>����</title>
<p><directive>AuthUserFile</directive>�� �������� ������
�ۿ� ��ġ���� Ȯ���϶�. �� ������ ��ȣ�� ���丮 �ȿ�
���� ���� <em>����</em>. ���� ������, Ŭ���̾�Ʈ��
<directive>AuthUserFile</directive>�� �ٿ�ε��� �� �ִ�.</p>
</note>
</usage>
</directivesynopsis>
</modulesynopsis>
|