svn commit: samba r5049 - in branches/SAMBA_4_0: .

tridge at samba.org tridge at samba.org
Thu Jan 27 22:36:25 GMT 2005


Author: tridge
Date: 2005-01-27 22:36:25 +0000 (Thu, 27 Jan 2005)
New Revision: 5049

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5049

Log:
updated howto.txt with new provisioning instructions



Modified:
   branches/SAMBA_4_0/howto.txt


Changeset:
Modified: branches/SAMBA_4_0/howto.txt
===================================================================
--- branches/SAMBA_4_0/howto.txt	2005-01-27 22:32:44 UTC (rev 5048)
+++ branches/SAMBA_4_0/howto.txt	2005-01-27 22:36:25 UTC (rev 5049)
@@ -62,10 +62,11 @@
   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



More information about the samba-cvs mailing list