r12397: Change the 'samba4' prefix in the Debian packages back to 'samba'
[bbaumbach/samba-autobuild/.git] / howto.txt
index f4ea6a968248ceae67cdbef10051767b2c1f2120..76e31c26936f567afb7ff7ecbb41bf45a4714b55 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -37,11 +37,6 @@ Run this:
   $ cd samba4/source
   $ ./autogen.sh
   $ ./configure.developer
-
-If you did not include heimdal, run this:
-  $ make proto all
-
-If you did include Heimdal, a different step is required:
   $ make proto all
 
 If you have gcc 3.4 or newer, then substitue "pch" for "proto" to
@@ -61,10 +56,13 @@ configure above to change this.
 Step 4: provision Samba4
 ------------------------
 
-The "provision" step sets up a basic user database. 
+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
 --------------------------------