summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-12-11 18:08:29 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-11 18:14:05 +0100
commite4ae4becbe5ea1454d15f0fb2d6cd4fe7e8edfd7 (patch)
treed8994f75d8000ded9cd1a79bc2eca51b7c5f7ad4
parent54e3135523d8c592b76d3929c5fd127c62f7f969 (diff)
downloadsamba-e4ae4becbe5ea1454d15f0fb2d6cd4fe7e8edfd7.tar.gz
Samba3-HOWTO: Fix usage of 'net idmap restore'.
This fixes bug #5883. Karolin (cherry picked from commit b4a4e635246b88277b235fa343eda48bd4bb4ce3) (cherry picked from commit 5744177740120524740db884564142df19358ae7) (cherry picked from commit 7584fe4e8bcbaf73f509d6981a70ff9dde92db1c) (cherry picked from commit fda3f00246c3ecb664d2bf387ecd0e28dec16e34)
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml2
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 &gt; idmap_dump.txt
<para>
The IDMAP dump file can be restored using the following command:
<screen>
-net idmap restore &lt;full_path_and_tdb_filename&gt; &lt; 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: