From 115a39775cb923d026dde58633b6ba6aef3a1943 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Sep 2002 15:10:57 +0000 Subject: sync'ing up for 3.0alpha20 release (This used to be commit b5d03c7b55fb2f34fa4d0228abe4389020e5ed5f) --- docs/docbook/manpages/pdbedit.8.sgml | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'docs/docbook/manpages/pdbedit.8.sgml') diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index 3f6023d16f..eeb1fb0d2c 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -27,9 +27,7 @@ -a -m -x - -i passdb-backend - -e passdb-backend - -D debuglevel + -i file @@ -235,26 +233,18 @@ - -i passdb-backend - Use a different passdb backend to retrieve users than the one specified in smb.conf. + -i file + This command is used to import a smbpasswd + file into the database. - This option will ease migration from one passdb backend to another. - + This option will ease migration from the plain smbpasswd + file database to more powerful backend databases like tdb and + ldap. - Example: pdbedit -i smbpasswd:/etc/smbpasswd.old -e tdbsam:/etc/samba/passwd.tdb + Example: pdbedit -i /etc/smbpasswd.old - - - -e passdb-backend - Export all currently available users to the specified password database backend. - - This option will ease migration from one passdb backend to another and will ease backupping - - Example: pdbedit -e smbpasswd:/root/samba-users.backup - - -- cgit