From 6a3093d941da51ccd81600ed89771312ce4abe27 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 22 Sep 2007 12:57:50 +0000 Subject: r25300: Update howto.txt with modified provision syntax. Andrew Bartlett (This used to be commit 15ede335d7d61ad752fac6e2b0f888753f0fee10) --- howto.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index 4e148495d6..7b10b5960a 100644 --- a/howto.txt +++ b/howto.txt @@ -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 -- cgit