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 2017/07/08 15:39:22 UTC

svn commit: r1015134 - in /websites/staging/directory/trunk/content: ./ fortress/history.html fortress/user-guide.html

Author: buildbot
Date: Sat Jul  8 15:39:22 2017
New Revision: 1015134

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/history.html
    websites/staging/directory/trunk/content/fortress/user-guide.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul  8 15:39:22 2017
@@ -1 +1 @@
-1801298
+1801299

Modified: websites/staging/directory/trunk/content/fortress/history.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/history.html (original)
+++ websites/staging/directory/trunk/content/fortress/history.html Sat Jul  8 15:39:22 2017
@@ -170,7 +170,7 @@
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="fortress-history">Fortress History<a class="headerlink" href="#fortress-history" title="Permanent link">&para;</a></h1>
 <p>In 2009 a small team of developers[1], who are brothers, began work on the <em>Open Access Manager</em> project.  From its onset, the push behind this project was to build a fully functioning access control system that is based on  open standards and wholly open source.  In particular, Role-Based Access Control (ANSI INCITS 359) was a focal point, although that adherence brought with it a need for expanded coverage into other areas like auditing and administration.  After a couple of years of coding in their spare time, the brothers unveiled the project at the 2011 LDAPCon in Heidelberg, and with it a new name - <em>Fortress</em>.  At the same time, it was announced that the OpenLDAP foundation would sponsor the project and it would be released under a BSD-style variant of an Open Source Software license.</p>
-<p>That first release, back in 2011, included just the fortress core and realm components, but development of the web interface (commander) and rest server (enmasse) was already underway.  A few more years saw many more releases and the eventual completion of the commander and enmasse rounding out the entire product line into what's available today.</p>
+<p>That first release, back in 2011, included just the fortress core and realm components, but development of the web interface (commander) and rest server (enmasse) was already underway.  A few more years saw many more releases and the eventual completion of the others rounding out the entire product line into what's available today.</p>
 <p>Eventually, it was understood that nights and weekends of a few developers isn't enough and so if the fortress concept was to survive, it had to be carried into a larger field.  In 2014 the Fortress project moved from its OpenLDAP foundation home into the ASF as a subproject of the Apache Directory.</p>
 <p>This new home proved worthy as the influx of new talent gained from being associated with the Apache Directory project, along with added exposure from its community has brought with it many gains and improvements.  </p>
 <p>Footnotes:

Modified: websites/staging/directory/trunk/content/fortress/user-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/user-guide.html (original)
+++ websites/staging/directory/trunk/content/fortress/user-guide.html Sat Jul  8 15:39:22 2017
@@ -169,9 +169,9 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="fortress-users-guide">Fortress User's Guide<a class="headerlink" href="#fortress-users-guide" title="Permanent link">&para;</a></h1>
-<p>This guide is primarily for people new to Fortress. It will guide through the concepts and how to use Fortress.</p>
+<p>This guide is primarily for people new to Fortress. It will guide through basic concepts.</p>
 <h2 id="about-this-guide">About this guide<a class="headerlink" href="#about-this-guide" title="Permanent link">&para;</a></h2>
-<p>Learn the basics of how to download, install and configure an Apache Fortress instance using ApacheDS or OpenLDAP as the datastore.  Over time we'll add documents covering more advanced topics.</p>
+<p>Learn what RBAC is and how to download, install and configure an Apache Fortress instance using ApacheDS or OpenLDAP as the datastore.  Over time we'll add documents covering more advanced topics.</p>
 <h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="user-guide/1-intro-rbac.html">1 - An Introduction to Role-Based Access Control ANSI INCITS 359-2004</a><ul>
@@ -194,9 +194,10 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="user-guide/3-configuration.html">3 - Fortress Configuration</a></li>
 <li>4 - Install<ul>
 <li><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-APACHEDS.md">4.1 - Apache Fortress Core &amp; ApacheDS QUICKSTART</a></li>
-<li><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md">4.2 - Apache Fortress Core &amp; OpenLDAP QUICKSTART</a></li>
-<li><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md">4.3 - Apache Fortress Core &amp; OpenLDAP QUICKSTART on DOCKER</a></li>
-<li><a href="https://github.com/apache/directory-fortress-commander/blob/master/README-QUICKSTART.md">4.4 - Apache Fortress Web &amp; Tomcat QUICKSTART</a></li>
+<li><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md">4.2 - Apache Fortress Core &amp; ApacheDS QUICKSTART on DOCKER</a></li>
+<li><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md">4.3 - Apache Fortress Core &amp; OpenLDAP QUICKSTART</a></li>
+<li><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md">4.4 - Apache Fortress Core &amp; OpenLDAP QUICKSTART on DOCKER</a></li>
+<li><a href="https://github.com/apache/directory-fortress-commander/blob/master/README-QUICKSTART.md">4.5 - Apache Fortress Web &amp; Tomcat QUICKSTART</a></li>
 </ul>
 </li>
 </ul>