diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-09-22 12:57:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:09 -0500 |
commit | 6a3093d941da51ccd81600ed89771312ce4abe27 (patch) | |
tree | 859fa33a0b0666e9e34de9bd9282badfc09e4071 | |
parent | ee257e902ade941f734d5b647511d14e051ac0d1 (diff) | |
download | samba-6a3093d941da51ccd81600ed89771312ce4abe27.tar.gz samba-6a3093d941da51ccd81600ed89771312ce4abe27.tar.bz2 samba-6a3093d941da51ccd81600ed89771312ce4abe27.zip |
r25300: Update howto.txt with modified provision syntax.
Andrew Bartlett
(This used to be commit 15ede335d7d61ad752fac6e2b0f888753f0fee10)
-rw-r--r-- | howto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,7 +74,8 @@ 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 + # ./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 |