summaryrefslogtreecommitdiff
path: root/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-12-03 02:25:59 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:13 -0500
commitf58ac61fb10a96f2a3241e6b87b1e51b58687630 (patch)
tree301128b81cc4f7f401e7802ba07f9913e4254a5e /docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml
parentbc4c3d835e338ee61a22a33c195b4b5cfeb49a2a (diff)
downloadsamba-f58ac61fb10a96f2a3241e6b87b1e51b58687630.tar.gz
samba-f58ac61fb10a96f2a3241e6b87b1e51b58687630.tar.bz2
samba-f58ac61fb10a96f2a3241e6b87b1e51b58687630.zip
Updating documentation of tdb files some more.
(This used to be commit 9d530b84d791feaeb1a77bca37e91557adf86f14)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml')
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml8
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 &lt;share-name&gt; -S &lt;source&gt;
<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 &lt;printer_name&gt; -Uadministrator%secret
<screen>
net idmap dump &lt;full_path_and_tdb_filename&gt; &gt; 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 &gt; idmap_dump.txt
</screen>
@@ -1848,7 +1848,7 @@ net idmap dump /var/lib/samba/winbindd_idmap.tdb &gt; idmap_dump.txt
net idmap restore &lt;full_path_and_tdb_filename&gt; &lt; 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 &lt; idmap_dump.txt
</screen>