r5049: updated howto.txt with new provisioning instructions
authorAndrew Tridgell <tridge@samba.org>
Thu, 27 Jan 2005 22:36:25 +0000 (22:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:17 +0000 (13:09 -0500)
howto.txt

index a895903d17be37511286be187647ee3e2a53235a..6e318696566955f52e897f33fef44099cfa1a2fb 100644 (file)
--- 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