diff options
Diffstat (limited to 'docs/docbook/manpages/pdbedit.8.sgml')
-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 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> |