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