X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=howto.txt;h=78bed1316aa0916ed8014568026d7ac56f35ec4b;hp=654ad658c8b795c3116840b0f4774a9eaa90b2bd;hb=5c4e340ee3ff3dc5d8fdb8b4c6441cfb1071b098;hpb=11061499e182b9c41ec793d4eefb8a2cf7c88bfe;ds=sidebyside diff --git a/howto.txt b/howto.txt index 654ad658c8b..78bed1316aa 100644 --- a/howto.txt +++ b/howto.txt @@ -70,20 +70,17 @@ configure above to change this. Step 4: provision Samba4 ------------------------ -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. +The "provision" step sets up a basic user database. 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 - (e.g. /usr/local/samba/bin) to your path, or the provision command - will not work. +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.