diff options
author | John Terpstra <jht@samba.org> | 2005-12-02 22:19:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:13 -0500 |
commit | bc4c3d835e338ee61a22a33c195b4b5cfeb49a2a (patch) | |
tree | c916ceff7bf069586cf987086a0e931bda178a3b | |
parent | a6f7ec7a10cee5d3482e5aa3bd23122a96aa6d3a (diff) | |
download | samba-bc4c3d835e338ee61a22a33c195b4b5cfeb49a2a.tar.gz samba-bc4c3d835e338ee61a22a33c195b4b5cfeb49a2a.tar.bz2 samba-bc4c3d835e338ee61a22a33c195b4b5cfeb49a2a.zip |
Another touch-up.
(This used to be commit 062e6d08a4d1ea8b07387feec99233426ab48678)
-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> |