howto: Remove smbpython.
authorAndrew Kroeger <andrew@sprocks.gotdns.com>
Sat, 24 May 2008 13:48:05 +0000 (08:48 -0500)
committerAndrew Kroeger <andrew@sprocks.gotdns.com>
Thu, 29 May 2008 03:43:25 +0000 (22:43 -0500)
(This used to be commit b4aa957ae1b87677fbe1583eeab16936f6cd1124)

howto.txt

index ae9b0e284845e68f9150640c5ecbcd06f4c9cea2..3ae225ddb872aead2eb4795c57a167e8d147c3a2 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -80,12 +80,9 @@ Must be run as a user with permission to write to the install directory.
 ::
 
   # cd source
-  # bin/smbpython ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
+  # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
   #  --adminpass=SOMEPASSWORD --server-role='domain controller'
 
-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.