Make use of smbpython clear.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Feb 2008 05:19:42 +0000 (16:19 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Feb 2008 05:19:42 +0000 (16:19 +1100)
Andrew Bartlett

howto.txt

index 654ad658c8b795c3116840b0f4774a9eaa90b2bd..2b020903b2a94bea82c4b579d554f15a22e09c15 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -78,12 +78,11 @@ Must be run as a user with permission to write to the install directory.
 ::
 
   # cd source
-  # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
+  # bin/smbpython ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
   #  --adminpass=SOMEPASSWORD --server-role='domain controller'
 
-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.
+REMINDER: Use the path to smbpython, as the provision command
+          will not work with the system python.
 
 'YOURDOM' is the NT4 style domain name. 'YOUR.REALM' is your kerberos
 realm, which is typically your DNS domain name.