summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-09-13 22:58:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:09 -0500
commitc34d9569ffbf1088662cdbca12ad05adaa90b185 (patch)
tree67e7cffb5fe581e8527ead9e9ce4707e92c4d57d /howto.txt
parenta129ad36eb34bbeda80c75b2f8d771bdaca8451e (diff)
downloadsamba-c34d9569ffbf1088662cdbca12ad05adaa90b185.tar.gz
samba-c34d9569ffbf1088662cdbca12ad05adaa90b185.tar.bz2
samba-c34d9569ffbf1088662cdbca12ad05adaa90b185.zip
r10216: Chris Samuel pointed out that we should note the need to run provision
as a user with write permission on the install directory (This used to be commit c0de3fd4c5718fbee76dbc9c08fa8e5754c4dc2a)
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 9ea7e0ca79..76e31c2693 100644
--- 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
--------------------------------