You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2015/02/18 15:35:07 UTC

svn commit: r940594 - in /websites/staging/directory/trunk/content: ./ fortress/installation/apacheds.html

Author: buildbot
Date: Wed Feb 18 14:35:06 2015
New Revision: 940594

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/installation/apacheds.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 18 14:35:06 2015
@@ -1 +1 @@
-1660519
+1660636

Modified: websites/staging/directory/trunk/content/fortress/installation/apacheds.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/installation/apacheds.html (original)
+++ websites/staging/directory/trunk/content/fortress/installation/apacheds.html Wed Feb 18 14:35:06 2015
@@ -160,7 +160,7 @@
 
 
 <h1 id="apacheds-installation-guide">ApacheDS Installation guide</h1>
-<p>We will explain how to install and setup <strong>Fortress</strong> with an <strong>ApacheDS</strong> instance. In this configuration, we will have the <strong>ApacheDS</strong> server running on a server (<strong>ApacheDS Host</strong>) and <strong>Fortress</strong> which will be installed on a client machine (<strong>Fortress Host</strong>). Note that those two hosts can be shared - and this is such a configuration that we are going to use in this document.</p>
+<p>Provide instructions to install an <strong>ApacheDS</strong> instance and setup for use with <strong>Fortress</strong>. In this configuration, there is an <strong>ApacheDS</strong> server running on a machine (<strong>ApacheDS Host</strong>) and <strong>Fortress</strong> agent which will be installed on a client machine (<strong>Fortress Host</strong>). Note that those two hosts can be shared - and this is such a configuration that we are going to use in this document.</p>
 <h2 id="prerequisites">Prerequisites</h2>
 <p>There a few mandatory elements that need to be installed on the <strong>ApacheDS Host</strong> :</p>
 <ul>
@@ -176,20 +176,20 @@
 </ul>
 <h2 id="installing-apacheds">Installing ApacheDS</h2>
 <p>On the <strong>ApacheDS Host</strong> :</p>
-<p>This is pretty straightforward : follow the installation guide on <a href="http://directory.staging.apache.org/apacheds/downloads.html">the ApacheDS download pages</a> (each page has an installation description).</p>
+<p>Follow the installation guide on <a href="http://directory.staging.apache.org/apacheds/downloads.html">the ApacheDS download pages</a> (each page has an installation description).</p>
 <p>The base installation will install a server running on port <em>10389</em>, with a default user <em>uid=admin,ou=system</em> and the password <em>secret</em>. Please change those values !!!</p>
 <p>Note that the server requires a Java 7 sdk to run.</p>
 <h2 id="installing-apache-directory-studio">Installing Apache Directory Studio</h2>
 <p>On the <strong>Fortress Host</strong> :</p>
-<p>We will install <strong>Apache Directory Studio</strong> which is a convenient tool when it comes to access a <strong>LDAP</strong> server. You need to instal it using <a href="http://directory.apache.org/studio/downloads.html">the following documentation</a>. Again, each of the link contains some direction on how to install this component.</p>
-<p>Once installed, you can check you can connect to the <strong>ApacheDS</strong> server you have installed in the previous step. Create a <em>connection</em>, set the <em>hostName</em> and <em>port</em> to be those where you installed the <strong>ApacheDS</strong> server, then check the Network Parameter, it should work fine.</p>
-<p>Also check that you can connect using the credentials you have set (defaulting to <em>uid=admin,ou=system</em> and <em>secret</em>)  using <em>Simple Authentication</em>, and clicking on <em>Check Authentication</em> : it should work.</p>
-<p>The complete description of the steps to follow can be found <a href="http://directory.apache.org/studio/users-guide/ldap_browser/gettingstarted_create_connection.html">on this page</a></p>
+<p>We will install <strong>Apache Directory Studio</strong> which is a convenient tool when it comes to managing an <strong>LDAP</strong> server. Install using <a href="http://directory.apache.org/studio/downloads.html">the following documentation</a>. Again, each link contains directions on how to install this component.</p>
+<p>Once installed, check the connection to the <strong>ApacheDS</strong> server installed during the previous step. Create a <em>connection</em>, set the <em>hostName</em> and <em>port</em> to be those where you installed the <strong>ApacheDS</strong> server, then check the Network Parameter, ensure no errors.</p>
+<p>Check that the credentials you have set (defaulting to <em>uid=admin,ou=system</em> and <em>secret</em>)  using <em>Simple Authentication</em>, and clicking on <em>Check Authentication</em> : work also.</p>
+<p>The complete description of the steps are found <a href="http://directory.apache.org/studio/users-guide/ldap_browser/gettingstarted_create_connection.html">on this page</a></p>
 <h2 id="installing-fortress-core">Installing Fortress Core</h2>
 <p>Assuming that <strong>Git</strong>, <strong>Java 7</strong> and <strong>Apache Maven</strong> are installed on the <strong>Fortress Host</strong>, and that <strong>ApacheDS</strong> is running on the <strong>ApacheDS Host</strong>, we can now configure and install <strong>Fortress Core</strong> on the <strong>Fortress Host</strong></p>
-<p>The setup will use your specificc configuration to create everything needed on the LDAP server to operate <strong>Fortress</strong>. It will so inject some specific schema in the server, and some entries that are required for <em>Fortress</em> to work. Once done, the <strong>Fortress</strong> API is ready to use.</p>
+<p>The setup will use your specific configuration to create everything needed on the LDAP server to operate <strong>Fortress</strong>. It will also inject specific schema elements into the ldap server; entries that are required for <em>Fortress</em> to work. Once done, the <strong>Fortress</strong> APIs are ready to use.</p>
 <DIV class="info" markdown="1">
-  This setup phase needs to be done only once per LDAP server. Although, on any computer you want to use <b>Fortress</b>, you sill need to configure it. We will expalin how to do that later on.
+  The setup phase must be performed once per LDAP server instance.  But every machine that uses Fortress, must be configured to point to the same LDAP server (as you would expect) that was initially setup.  This will be explained later on.
 </DIV>