Minor addition documentation changes for samba build system changes.
authorbradh <bradh@71d39326-ef09-db11-b2a4-00e04c779ad1>
Thu, 10 Feb 2011 04:49:11 +0000 (04:49 +0000)
committerbradh <bradh@71d39326-ef09-db11-b2a4-00e04c779ad1>
Thu, 10 Feb 2011 04:49:11 +0000 (04:49 +0000)
We can now do the whole provisioning stage from the top level
openchange directory.

git-svn-id: https://svn.openchange.org/openchange@2631 71d39326-ef09-db11-b2a4-00e04c779ad1

trunk/doc/howto.txt

index 2b1aa7a7956bc007046596db8556baddc8b70724..39c76117fe5b0396ccb27564d2b02f85c5b066af 100644 (file)
@@ -339,22 +339,17 @@ In order to run the openchange server, you need to setup Samba4
 correctly. If you have not already installed Samba4, please refer to
 section 2 for further information.
 
-Under your root account, provision the server from the samba4/source
-directory:
+Under your root account, provision the server. Starting from the openchange source
+directory, do the following steps (replacing the domain, realm and adminpass
+arguments with appropriate entries):
 
-# cd samba4/source4
-# ./setup/provision --domain=OPENCHANGE --realm=OPENCHANGE.LOCAL \
+# samba4/source4/setup/provision --domain=OPENCHANGE --realm=OPENCHANGE.LOCAL \
                    --adminpass=0Chas7secret --server-role='domain controller'
 
-If you need to add a user, run the following command from the samba4 directory
- (replacing <username> and <password> with appropriate entries):
-
-# cd ..
-# ./bin/samba-tool newuser <username> <password>
-
-If you are using a Samba4 alpha13 or earlier release, use:
-# ./bin/net newuser <username> <password>
+If you need to add a user, run the following command (replacing <username> and
+<password> with appropriate entries):
 
+# samba4/bin/samba-tool newuser <username> <password>
 
 [0x5b] Extending Samba AD schema
 ================================