summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--howto.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index 16f6d02a25..2b020903b2 100644
--- a/howto.txt
+++ b/howto.txt
@@ -81,9 +81,8 @@ Must be run as a user with permission to write to the install directory.
# 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.