diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-19 02:03:02 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-19 02:03:02 +0000 |
commit | ff8a80b873e38db7755f40b409fbc2d73693f40f (patch) | |
tree | 81e7799399e894ff282c4eeae0d81cb780640641 | |
parent | a413ff8b494e63b42fab213f12b44df6a5f0c34c (diff) | |
download | samba-ff8a80b873e38db7755f40b409fbc2d73693f40f.tar.gz samba-ff8a80b873e38db7755f40b409fbc2d73693f40f.tar.xz samba-ff8a80b873e38db7755f40b409fbc2d73693f40f.zip |
Update manpage to match to Simo's latest pdbedit changes
-rw-r--r-- | docs/docbook/manpages/pdbedit.8.sgml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index 3f6023d16fa..213275b7ccb 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> |