diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-05-24 08:48:05 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-05-28 22:43:25 -0500 |
commit | 8bd5095aa3bcd79d4063067180b1c1f60f351982 (patch) | |
tree | 4637d25009460638426947e3e71643217196a41a | |
parent | 815c0ef2ed3bafe44c687dffe97b309b00df7a8c (diff) | |
download | samba-8bd5095aa3bcd79d4063067180b1c1f60f351982.tar.gz samba-8bd5095aa3bcd79d4063067180b1c1f60f351982.tar.bz2 samba-8bd5095aa3bcd79d4063067180b1c1f60f351982.zip |
howto: Remove smbpython.
(This used to be commit b4aa957ae1b87677fbe1583eeab16936f6cd1124)
-rw-r--r-- | howto.txt | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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. |