summaryrefslogtreecommitdiffstats
path: root/howto.txt
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 22:36:25 +0000
committerAndrew Tridgell <tridge@samba.org>2005-01-27 22:36:25 +0000
commit22d01f668cf48c423e6890709ca1d820d6be1161 (patch)
tree824f5ee7727377230573d6065a921f46898243db /howto.txt
parent3f15c85f375fa86fcbc173e1acef4c1e4f03b047 (diff)
downloadsamba-22d01f668cf48c423e6890709ca1d820d6be1161.tar.gz
samba-22d01f668cf48c423e6890709ca1d820d6be1161.tar.xz
samba-22d01f668cf48c423e6890709ca1d820d6be1161.zip
r5049: updated howto.txt with new provisioning instructions
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index a895903d17b..6e318696566 100644
--- a/howto.txt
+++ b/howto.txt
@@ -62,10 +62,11 @@ The "provision" step sets up a basic user database.
cd source
./script/provision.pl --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
-This will create a file called newsam.ldb. You need to copy this to
-sam.ldb in the "private" subdirectory of your install. For example:
+This will create a number of new 'ldb' database files in a directory
+newdb.XXX. You need to move these to the "private" subdirectory of
+your install. For example:
- cp newsam.ldb /usr/local/samba/private/sam.ldb
+ mv newdb.123/*.ldb /usr/local/samba/private/
Step 5: Create a simple smb.conf