diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-08-01 22:19:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:17 -0500 |
commit | 168356795b9cb51bd5cbb1f8ace21ab37068bc79 (patch) | |
tree | f09815fd9b58691404845ee6559045d926ed490b | |
parent | 4475dd517b1f8f466a6e0932ddb8eecfdac264d2 (diff) | |
download | samba-168356795b9cb51bd5cbb1f8ace21ab37068bc79.tar.gz samba-168356795b9cb51bd5cbb1f8ace21ab37068bc79.tar.bz2 samba-168356795b9cb51bd5cbb1f8ace21ab37068bc79.zip |
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
(This used to be commit 86488e5393d91d1bca0f8283f52f8fd59f2ba651)
-rw-r--r-- | howto.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |