diff options
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index 2ca199c132..a7cd9d457e 100644 --- a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml +++ b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml @@ -1617,7 +1617,7 @@ net rpc share MIGRATE ALL <share-name> -S <source> <para> The installation of a new server, as with the migration to a new network environment, often is similar to building a house; progress is very rapid from the laying of foundations up to the stage at which - the the house can be locked up, but the finishing off appears to take longer and longer as building + the house can be locked up, but the finishing off appears to take longer and longer as building approaches completion. </para> @@ -1830,8 +1830,8 @@ net ads printer search <printer_name> -Uadministrator%secret <screen> net idmap dump <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 to create the dump file will suffice: + Where a particular build of Samba the run-time tdb files are stored in the + <filename>/var/lib/samba</filename> directory the following commands to create the dump file will suffice: <screen> net idmap dump /var/lib/samba/winbindd_idmap.tdb > idmap_dump.txt </screen> @@ -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 command can be used to restore the data to the tdb file: + 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> |