]> granicus.if.org Git - apache/blob - docs/manual/programs/htdigest.xml.ko
update transformation
[apache] / docs / manual / programs / htdigest.xml.ko
1 <?xml version='1.0' encoding='EUC-KR' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4 <!-- English Revision: 1.4 -->
5
6 <!--
7  Copyright 2004 The Apache Software Foundation
8
9  Licensed under the Apache License, Version 2.0 (the "License");
10  you may not use this file except in compliance with the License.
11  You may obtain a copy of the License at
12
13      http://www.apache.org/licenses/LICENSE-2.0
14
15  Unless required by applicable law or agreed to in writing, software
16  distributed under the License is distributed on an "AS IS" BASIS,
17  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  See the License for the specific language governing permissions and
19  limitations under the License.
20 -->
21
22 <manualpage metafile="htdigest.xml.meta">
23 <parentdocument href="./">Programs</parentdocument>
24
25 <title>htdigest - digest authentication¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
26 °ü¸®ÇÑ´Ù</title>
27
28 <summary>
29     <p><code>htdigest</code>´Â HTTP »ç¿ëÀÚÀÇ digest authentication¿¡
30     »ç¿ëÇÒ »ç¿ëÀÚ¸í, ¿µ¿ª, ¾ÏÈ£¸¦ ÀúÀåÇϴ ÀϹÝÆÄÀÏÀ» ¸¸µé°í
31     ¼öÁ¤ÇÑ´Ù. ¾ÆÆÄÄ¡ À¥¼­¹ö´Â ÀÚ¿øÀ» <code>htdigest</code>·Î
32     ¸¸µç ÆÄÀÏ¿¡ ±â·ÏÇÑ »ç¿ëÀÚ¿¡°Ô¸¸ º¸¿©ÁÙ ¼ö ÀÖ´Ù.</p>
33
34     <p>ÀÌ manpage´Â ¸í·ÉÇ࠿ɼǸ¸À» ¼³¸íÇÑ´Ù. <a
35     href="httpd.html">httpd</a>¿¡¼­ digest authenticationÀ»
36     ¼³Á¤Çϴ Áö½Ã¾î¿¡ ´ëÇÑ ¼³¸íÀº ¾ÆÆÄÄ¡ ¹èÆ÷º»¿¡ Æ÷ÇÔµÇÀÖ°í
37     <a href="http://httpd.apache.org">http://httpd.apache.org/</a>¿¡¼­µµ
38     º¼ ¼ö Àִ ¾ÆÆÄÄ¡ ¼³¸í¼­¸¦ Âü°íÇ϶ó.</p>
39 </summary>
40 <seealso><a href="httpd.html">httpd</a></seealso>
41 <seealso><module>mod_auth_digest</module></seealso>
42
43 <section id="synopsis"><title>°³¿ä</title>
44     <p><code><strong>htdigest</strong> [ -<strong>c</strong> ]
45     <var>passwdfile</var> <var>realm</var> <var>username</var></code></p>
46 </section>
47
48 <section id="options"><title>¿É¼Ç</title>
49     <dl>
50     <dt><code>-c</code></dt>
51     <dd><var>passwdfile</var>À» ¸¸µç´Ù. <var>passwdfile</var>ÀÌ
52     À̹̠Àִٸ頸ÕÀú Áö¿ì°í ¸¸µç´Ù.</dd>
53
54     <dt><code><var>passwdfile</var></code></dt>
55     <dd>»ç¿ëÀÚ¸í, ¿µ¿ª, ¾ÏÈ£¸¦ ÀúÀåÇÒ ÆÄÀϸí. <code>-c</code>¸¦
56     °°ÀÌ »ç¿ëÇÑ °æ¿ì ÆÄÀÏÀÌ ¾ø´Ù¸é ¸¸µé°í, ÀÖ´Ù¸é ÆÄÀÏÀ» Áö¿ì°í
57     ´Ù½Ã ¸¸µç´Ù.</dd>
58
59     <dt><code><var>realm</var></code></dt>
60     <dd>»ç¿ëÀÚ¸íÀÌ ¼ÓÇÑ ¿µ¿ªÀ̸§.</dd>
61
62     <dt><code><var>username</var></code></dt>
63     <dd><var>passwdfile</var>¿¡ ¸¸µé°Å³ª ¼öÁ¤ÇÒ »ç¿ëÀÚ¸í. ÆÄÀÏ¿¡
64     <var>username</var>ÀÌ ¾ø´Ù¸é Ç׸ñÀ» Ãß°¡ÇÑ´Ù. Àִٸ頾ÏÈ£¸¦
65     ¼öÁ¤ÇÑ´Ù.</dd>
66     </dl>
67 </section>
68
69 </manualpage>