From b4a4e635246b88277b235fa343eda48bd4bb4ce3 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 11 Dec 2008 18:08:29 +0100 Subject: Samba3-HOWTO: Fix usage of 'net idmap restore'. This fixes bug #5883. Karolin --- docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml') diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index b2b3ebd5b1..d1895829a9 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml @@ -1850,7 +1850,7 @@ net idmap dump /var/lib/samba/winbindd_idmap.tdb > idmap_dump.txt The IDMAP dump file can be restored using the following command: -net idmap restore <full_path_and_tdb_filename> < dumpfile.txt +net idmap restore idmap_dump.txt Where the Samba run-time tdb files are stored in the /var/lib/samba directory the following command can be used to restore the data to the tdb file: -- cgit