blob: 7a6f8370b08bcf07ecd79eb5f7dbf20cad69e955 [file] [log] [blame]
<?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:1342921 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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>