r21447: make handling of replying e_data more generic
[sfrench/samba-autobuild/.git] / howto.txt
index 6f7824827966c96497d8f7c7b3a913f286387b52..4e148495d680633bfe43d7c62d6987288e848219 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -4,6 +4,9 @@ Samba4 developer howto
 tridge@samba.org, December 2004
 
 
+A more up to date version of this howto can be found in the wiki 
+at http://wiki.samba.org/index.php/Samba4/HOWTO.
+
 This is a very basic document on how to setup a simple Samba4
 server. This is aimed at developers who are already familiar with
 Samba3 and wish to participate in Samba4 development. This is not
@@ -73,6 +76,10 @@ 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
 
+REMINDER: Add the "bin" directory of the path you installed to
+          (e.g. /usr/local/samba/bin) to your path, or the provision command
+          will not work.
+
 'YOURDOM' is the NT4 style domain name. 'YOUR.REALM' is your kerberos
 realm, which is typically your DNS domain name.