From 8bd5095aa3bcd79d4063067180b1c1f60f351982 Mon Sep 17 00:00:00 2001 From: Andrew Kroeger Date: Sat, 24 May 2008 08:48:05 -0500 Subject: howto: Remove smbpython. (This used to be commit b4aa957ae1b87677fbe1583eeab16936f6cd1124) --- howto.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'howto.txt') diff --git a/howto.txt b/howto.txt index ae9b0e2848..3ae225ddb8 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. -- cgit