diff options
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index b2b3ebd5b15..d1895829a95 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 <para> The IDMAP dump file can be restored using the following command: <screen> -net idmap restore <full_path_and_tdb_filename> < dumpfile.txt +net idmap restore idmap_dump.txt </screen> Where the Samba run-time tdb files are stored in the <filename>/var/lib/samba</filename> directory the following command can be used to restore the data to the tdb file: |