summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-29 15:51:24 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-29 15:51:24 +0200
commitb302d3273a3b9e6acc1ff90bbca02fbe2ceb1160 (patch)
tree5201509b5f932788feeeee2ec6acface46581d34 /howto.txt
parent1e7dc5675280d567db1b6a243d48c5617dba5872 (diff)
parent617ef56aa3378c384026b72871af5a7253b8df33 (diff)
downloadsamba-b302d3273a3b9e6acc1ff90bbca02fbe2ceb1160.tar.gz
samba-b302d3273a3b9e6acc1ff90bbca02fbe2ceb1160.tar.bz2
samba-b302d3273a3b9e6acc1ff90bbca02fbe2ceb1160.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
(This used to be commit 3947327f8c4ca530d99bc5ac3d1f6f54727f477a)
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt5
1 files changed, 1 insertions, 4 deletions
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.