r10216: Chris Samuel pointed out that we should note the need to run provision
authorAndrew Tridgell <tridge@samba.org>
Tue, 13 Sep 2005 22:58:38 +0000 (22:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:09 +0000 (13:38 -0500)
as a user with write permission on the install directory

howto.txt

index 9ea7e0ca79ed13ca9e96c1397275e73ba22bc1d1..76e31c26936f567afb7ff7ecbb41bf45a4714b55 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -59,9 +59,10 @@ 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.
+Must be run as a user with permission to write to the install directory.
 
-  $ cd source
-  $ ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
+  # cd source
+  # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
 
 Step 5: Create a simple smb.conf
 --------------------------------