You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/02/15 22:43:39 UTC

[directory-fortress-realm] branch master updated: + about realm seciton

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-realm.git


The following commit(s) were added to refs/heads/master by this push:
     new c2d7241  + about realm seciton
c2d7241 is described below

commit c2d72419e3a45a6141682ff81c4a42fd2bad562b
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Mon Feb 15 16:43:33 2021 -0600

    + about realm seciton
---
 README.md | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 139ffdf..dcd7d87 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,10 @@
 ## Table of Contents
 
  * Document Overview
- * Tips for first-time users.
- * SECTION 1. Prerequisites.
- * SECTION 2. Download & Install.
+ * About Apache Fortress Realm  
+ * Tips for first-time users
+ * SECTION 1. Prerequisites
+ * SECTION 2. Download & Install
  * SECTION 3. Instructions for Application Usage
 
 ___________________________________________________________________________________
@@ -33,6 +34,16 @@ ________________________________________________________________________________
 This document contains instructions to download and install the Apache Fortress Realm.  SECTION 3 contains steps to get it working with Apache Tomcat.
 
 ___________________________________________________________________________________
+## About Apache Fortress Realm
+
+* Role-Based Access Control security provider to Apache Tomcat.
+
+* Uses Apache Tomcat Realm Interface
+
+* Declarative controls:
+      * authentication
+      * coarse-grained role check
+___________________________________________________________________________________
 ##  Tips for first-time users
 
  * To use with ApacheDS: **README-QUICKSTART-APACHEDS.md** in **FORTRESS_CORE_HOME** package
@@ -45,16 +56,13 @@ ________________________________________________________________________________
 ## SECTION 1. Prerequisites
 
 Minimum hardware requirements:
- * 2 Cores
- * 4GB RAM
+ * 1 Core
+ * 1GB RAM
 
-Minimum software requirements:
+Minimum software requirements (to build):
  * Java SDK 8++
  * git
  * Apache Maven3++
- * Apache Fortress Core **Download & Install** in **FORTRESS_CORE_HOME** package **README.md**.
-
-Everything else covered in steps that follow.  Tested on Debian, Centos & Windows machines.
 
 -------------------------------------------------------------------------------
 ## SECTION 2. Download & Install