Author: mimir Date: 2005-08-01 22:19:28 +0000 (Mon, 01 Aug 2005) New Revision: 8903
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8903 Log: 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 Modified: branches/SAMBA_4_0/howto.txt Changeset: Modified: branches/SAMBA_4_0/howto.txt =================================================================== --- branches/SAMBA_4_0/howto.txt 2005-08-01 22:10:24 UTC (rev 8902) +++ branches/SAMBA_4_0/howto.txt 2005-08-01 22:19:28 UTC (rev 8903) @@ -56,7 +56,9 @@ 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
