From: Andrew Kroeger Date: Sat, 24 May 2008 13:48:05 +0000 (-0500) Subject: howto: Remove smbpython. X-Git-Tag: samba-4.0.0alpha4~17^2~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4aa957ae1b87677fbe1583eeab16936f6cd1124;p=thirdparty%2Fsamba.git howto: Remove smbpython. --- diff --git a/howto.txt b/howto.txt index ae9b0e28484..3ae225ddb87 100644 --- 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.