From 86488e5393d91d1bca0f8283f52f8fd59f2ba651 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 1 Aug 2005 22:19:28 +0000 Subject: [PATCH] r8903: Update the howto as smbscript is now installed along with other binaries in bin/ directory and trying to call provision script, without PATH properly set, fails. rafal --- howto.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index 981b7facc03..9ea7e0ca79e 100644 --- a/howto.txt +++ b/howto.txt @@ -56,7 +56,9 @@ configure above to change this. Step 4: provision Samba4 ------------------------ -The "provision" step sets up a basic user database. +The "provision" step sets up a basic user database. Make sure your smbscript +binary is installed in a directory listed in your PATH environment variable. +It is presumed it's available just like any other commands from your shell. $ cd source $ ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD -- 2.34.1