From 1e5ced379361fbdc0ccc48ad012f388f2e737ca7 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 26 Feb 2008 06:17:04 +0100 Subject: howto: We need bin/smbpython to run python provisioning (This used to be commit bb1107118951aa37c69b053f5cae624706966f1e) --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index 654ad658c8..16f6d02a25 100644 --- a/howto.txt +++ b/howto.txt @@ -78,7 +78,7 @@ 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 -- cgit