1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

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 commit is contained in:
Andrew Tridgell 2005-09-13 22:58:38 +00:00 committed by Gerald (Jerry) Carter
parent 09948a5933
commit c0de3fd4c5

View File

@ -59,9 +59,10 @@ Step 4: provision Samba4
The "provision" step sets up a basic user database. Make sure your smbscript 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. 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. 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 # cd source
$ ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
Step 5: Create a simple smb.conf Step 5: Create a simple smb.conf
-------------------------------- --------------------------------