summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-02-26 16:19:42 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-02-26 16:19:42 +1100
commit2c8415f767ca20fe90a97f8623d1617e015f183a (patch)
tree49cd418e5eb777ebe1e8095dba85ca30a5781352 /howto.txt
parentbd95d6d5dbd27e2b904f7907ef39766159d0afcf (diff)
downloadsamba-2c8415f767ca20fe90a97f8623d1617e015f183a.tar.gz
samba-2c8415f767ca20fe90a97f8623d1617e015f183a.tar.bz2
samba-2c8415f767ca20fe90a97f8623d1617e015f183a.zip
Make use of smbpython clear.
Andrew Bartlett (This used to be commit 98461d6053b9ad98a372ec59ded2c7eaade99640)
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/howto.txt b/howto.txt
index 654ad658c8..2b020903b2 100644
--- a/howto.txt
+++ b/howto.txt
@@ -78,12 +78,11 @@ Must be run as a user with permission to write to the install directory.
::
# cd source
- # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
+ # 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.