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

tridge at samba.org tridge at samba.org
Tue Sep 13 22:58:38 GMT 2005


Author: tridge
Date: 2005-09-13 22:58:38 +0000 (Tue, 13 Sep 2005)
New Revision: 10216

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

Log:
Chris Samuel pointed out that we should note the need to run provision
as a user with write permission on the install directory

Modified:
   branches/SAMBA_4_0/howto.txt


Changeset:
Modified: branches/SAMBA_4_0/howto.txt
===================================================================
--- branches/SAMBA_4_0/howto.txt	2005-09-13 22:23:59 UTC (rev 10215)
+++ branches/SAMBA_4_0/howto.txt	2005-09-13 22:58:38 UTC (rev 10216)
@@ -59,9 +59,10 @@
 The "provision" step sets up a basic user database. Make sure your smbscript
 binary is installed in a directory listed in your PATH environment variable.
 It is presumed it's available just like any other commands from your shell.
+Must be run as a user with permission to write to the install directory.
 
-  $ cd source
-  $ ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
+  # cd source
+  # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
 
 Step 5: Create a simple smb.conf
 --------------------------------



More information about the samba-cvs mailing list