diff options
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index 30cfd6fa8d..2ca199c132 100644 --- a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml +++ b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml @@ -1848,7 +1848,7 @@ net idmap dump /var/lib/samba/winbindd_idmap.tdb > idmap_dump.txt net idmap restore <full_path_and_tdb_filename> < dumpfile.txt </screen> Where the Samba run-time tdb files are stored in the <filename>/var/lib/samba</filename> directory - the the following commands can be used to restore the data to the tdb file. + the the following command can be used to restore the data to the tdb file: <screen> net idmap restore /var/lib/samba/winbindd_idmap.tdb < idmap_dump.txt </screen> |