summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-19 02:03:02 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-19 02:03:02 +0000
commite612804c15e7be7fa9313054c42c161e1bed38bf (patch)
tree49dd2a1ae79d675933b8457e2f3c94d9b5323369 /docs
parent0231bb451d16ac8cc2734969542eb46d1b9028c3 (diff)
downloadsamba-e612804c15e7be7fa9313054c42c161e1bed38bf.tar.gz
samba-e612804c15e7be7fa9313054c42c161e1bed38bf.tar.bz2
samba-e612804c15e7be7fa9313054c42c161e1bed38bf.zip
Update manpage to match to Simo's latest pdbedit changes
(This used to be commit ff8a80b873e38db7755f40b409fbc2d73693f40f)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/pdbedit.8.sgml14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml
index 3f6023d16f..213275b7cc 100644
--- a/docs/docbook/manpages/pdbedit.8.sgml
+++ b/docs/docbook/manpages/pdbedit.8.sgml
@@ -29,6 +29,7 @@
<arg choice="opt">-x</arg>
<arg choice="opt">-i passdb-backend</arg>
<arg choice="opt">-e passdb-backend</arg>
+ <arg choice="opt">-b passdb-backend</arg>
<arg choice="opt">-D debuglevel</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -236,12 +237,13 @@
<varlistentry>
<term>-i passdb-backend</term>
- <listitem><para>Use a different passdb backend to retrieve users than the one specified in smb.conf.</para>
+ <listitem><para>Use a different passdb backend to retrieve users than the one specified in smb.conf. Can be used to import data into your
+ local user database.</para>
<para>This option will ease migration from one passdb backend to another.
</para>
- <para>Example: <command>pdbedit -i smbpasswd:/etc/smbpasswd.old -e tdbsam:/etc/samba/passwd.tdb</command>
+ <para>Example: <command>pdbedit -i smbpasswd:/etc/smbpasswd.old</command>
</para>
</listitem>
</varlistentry>
@@ -255,6 +257,14 @@
<para>Example: <command>pdbedit -e smbpasswd:/root/samba-users.backup</command></para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-b passdb-backend</term>
+ <listitem><para>Use a different default passdb backend. </para>
+
+ <para>Example: <command>pdbedit -b xml:/root/pdb-backup.xml -l</command></para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>