dbmmanage.xml.ko revision 15b0d99a66145e797cbe368bff5e44d5653be5e5
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "/style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
<!-- English Revision: 105989:395228 (outdated) -->
<!--
Copyright 2004-2006 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.
-->
<manualpage metafile="dbmmanage.xml.meta">
<parentdocument href="./">Programs</parentdocument>
<title>dbmmanage - DBM ����� ��������� ������ ���Ѵ�</title>
<summary>
<p><code>dbmmanage</code>�� HTTP basic authentication��
����� ����ڸ�� ��ȣ�� �����ϴ� DBM����� ������ �����
�����Ѵ�. ����ġ �������� �ڿ��� <code>dbmmanage</code>��
���� ���Ͽ� ����� ����ڿ��Ը� ������ �� �ִ�. ����ڸ���
DBM ���Ͽ� ��ϵ��������� �� ���α׷��� ����� �� �ִ�.
�Ϲ������� �����ͺ��̽��� ����Ϸ��� <a
href="htpasswd.html">htpasswd</a>�� ����϶�.</p>
<p>�� manpage�� ����� �ɼǸ��� �����Ѵ�. <a
href="httpd.html">httpd</a>���� ����������� �����ϴ� ���þ
���� ������ ����ġ �������� ���Ե��ְ� <a
href="http://httpd.apache.org">http://httpd.apache.org/</a>������
�� �� �ִ� ����ġ ���?�� ����϶�.</p>
</summary>
<seealso><a href="httpd.html">httpd</a></seealso>
<seealso><module>mod_authn_dbm</module></seealso>
<seealso><module>mod_authz_dbm</module></seealso>
<section id="synopsis"><title>����</title>
<p><code><strong>dbmmanage</strong> [ <var>encoding</var> ]
<var>filename</var> add|adduser|check|delete|update
<var>username</var>
[ <var>encpasswd</var>
[ <var>group</var>[,<var>group</var>...]
[ <var>comment</var> ] ] ]</code></p>
<p><code><strong>dbmmanage</strong> <var>filename</var>
view [ <var>username</var> ]</code></p>
<p><code><strong>dbmmanage</strong> <var>filename</var> import</code></p>
</section>
<section id="options"><title>�ɼ�</title>
<dl>
<dt><code><var>filename</var></code></dt>
<dd>DBM��� ������ ���ϸ�. ���� <code>.db</code>,
<code>.pag</code>, <code>.dir</code> Ȯ���ڸ� ����.</dd>
<dt><code><var>username</var></code></dt>
<dd>�۾��� ����ڸ�. <var>username</var>�� �ݷ�(<code>:</code>)��
����� �� ���.</dd>
<dt><code><var>encpasswd</var></code></dt>
<dd><code>update</code>�� <code>add</code> ��ɿ� �����
�̹� ��ȣȭ�� ��ȣ�̴�. ��ȣ�� ���߿� �����ϰ� ���� ���
�����ȣ(<code>-</code>)�� ����Ѵ�. ��, <code>update</code>
����� ����Ҷ� ��ħǥ(<code>.</code>)�� ����ϸ� ��
��ȣ�� �״�� �д�.</dd>
<dt><code><var>group</var></code></dt>
<dd>����ڰ� ���� �׷�. �׷�? �ݷ�(<code>:</code>)��
����� �� ���. ����ڸ� �׷쿡 �߰������� ������ �������
ä��� �ʹٸ� �����ȣ(<code>-</code>)�� ����Ѵ�. ��,
<code>update</code> ����� ����Ҷ� ��ħǥ(<code>.</code>)��
����Ѵٸ� �� �׷��� �״�� �д�.</dd>
<dt><code><var>comment</var></code></dt>
<dd>���� �̸�, ���� �ּ� �� ����ڿ� ���� ������ ��� ���̴�.
������ �� �׸��� �����Ѵ�.</dd>
</dl>
<section id="options.encodings"><title>���ڵ�</title>
<dl>
<dt><code>-d</code></dt>
<dd>crypt ��ȣȭ (Win32�� Netware�� �ƴ϶�� �⺻��)</dd>
<dt><code>-m</code></dt>
<dd>MD5 ��ȣȭ (Win32�� Netware���� �⺻��)</dd>
<dt><code>-s</code></dt>
<dd>SHA1 ��ȣȭ</dd>
<dt><code>-p</code></dt>
<dd>��ȣ�� �״�� ��� (<em>��õ���� ����</em>)</dd>
</dl>
</section>
<section id="options.commands"><title>���</title>
<dl>
<dt><code>add</code></dt>
<dd>��ȣȭ�� ��ȣ <var>encpasswd</var>�� ����Ͽ�
<var>filename</var>�� <var>username</var> �׸��� �߰��Ѵ�.</dd>
<dt><code>adduser</code></dt>
<dd>��ȣ�� ����� <var>filename</var>��
<var>username</var> �׸��� �߰��Ѵ�.</dd>
<dt><code>check</code></dt>
<dd>��ȣ�� ����� <var>filename</var>��
<var>username</var>�� �ְ� ��ȣ�� ��ġ�ϴ��� �˻��Ѵ�.</dd>
<dt><code>delete</code></dt>
<dd><var>filename</var>���� <var>username</var> �׸���
�����Ѵ�.</dd>
<dt><code>import</code></dt>
<dd><code>STDIN</code>����
<code><var>username</var>:<var>password</var></code> �׸���
(���ٿ� �ϳ���) �о <var>filename</var>�� �߰��Ѵ�.
��ȣ�� �̹� ��ȣȭ���־�� �Ѵ�.</dd>
<dt><code>update</code></dt>
<dd><code>adduser</code> ��ɰ� ���������,
<var>filename</var>�� �̹� <var>username</var>�� �ִ���
Ȯ���Ѵ�.</dd>
<dt><code>view</code></dt>
<dd>DBM ���� ������ ����Ѵ�. <var>username</var>��
�����ϸ� Ư�� �׸��� ����Ѵ�.</dd>
</dl>
</section>
</section>
<section id="bugs"><title>����</title>
<p>���� �ٸ� DBM ������ĵ��� �ְ� ����� �ý��ۿ� ����
��Ŀ� ���� ����� ���̺귯������ ������ �����ؾ� �Ѵ�.
���� ��ǥ���� �װ����� SDBM, NDBM, GNU ������Ʈ�� GDBM,
Berkeley DB 2�̴�. �������� �� ���̺귯������ ��� �ٸ�
��������� ����Ѵ�. �׷��� <var>filename</var>�� ����ϴ�
��������� <code>dbmmanage</code>�� ���ϴ� ��İ� ������
Ȯ���ؾ� �Ѵ�. <code>dbmmanage</code>�� DBM ������ �����
�˾Ƴ��� ���Ѵ�. �ٸ� ����� ����ϸ� �ƹ��ϵ� ���� �ʰų�,
�ٸ� �̸��� DBM ������ ����ų�, �־��� ��� ������ ����Ͽ�
DBM ������ ��ĥ �� �ִ�.</p>
<p><code>dbmmanage</code> ���α׷� �պκп� �ִ�
<code>@AnyDBM::ISA</code> �迭�� DBM��� ��ȣ���̴�.
�츮�� Berkeley DB 2 ��������� ��ȣ�ϹǷ�
<code>dbmmanage</code>�� �ý��� ���̺귯���� ã�� ���
Berkeley DB 2, NDBM, GDBM, SDBM ���̴�. <code>dbmmanage</code>��
���� ���� ã�� ���̺귯���� ����Ͽ� ��� DBM ���� �۾���
�Ѵ�. �� ��� Perl�� ������ <code>dbmopen()</code> ȣ����
����ϴ� �� Perl�� ǥ�� <code>@AnyDBM::ISA</code> ���
���� �ٸ���. �׷��� �ٸ� ������ ����Ͽ� DBM ������ ���Ѵٸ�
�� �� ���� �Ѵ�. C�� ���� �ٸ� ���� �ۼ��� ���α׷���
����Ͽ� ������ �ٷ�� ��쿡�� ��������.</p>
<p>��κ��� ���н� �ý��ۿ��� <code>file</code> ���α׷�����
DBM ��������� Ȯ���� �� �ִ�.</p>
</section>
</manualpage>