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 2020/05/25 14:45:19 UTC

[directory-fortress-commander] branch master updated: minor chg

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-commander.git


The following commit(s) were added to refs/heads/master by this push:
     new e9d3dc7  minor chg
e9d3dc7 is described below

commit e9d3dc7642de965610ef77dc204f6819985825d3
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Mon May 25 09:44:57 2020 -0500

    minor chg
---
 README-SECURITY-MODEL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README-SECURITY-MODEL.md b/README-SECURITY-MODEL.md
index 843accf..8c7ad69 100644
--- a/README-SECURITY-MODEL.md
+++ b/README-SECURITY-MODEL.md
@@ -40,7 +40,7 @@
 
  * Consists of three tiers: 1. **Browser**, 2. Servlet Container hosting **FortressWeb**, and 3. **DirectoryServer** that stores the policy information.
  * **FortressWeb** is a web application archive (.war) that deploys into a Servlet Container, i.e. Apache Tomcat.
- * **FortressCore** is a set of APIs that get embedded inside of Java apps (like FortressRest).
+ * **FortressCore** is a set of APIs that get embedded inside of Java apps, FortressWeb and Fortress Rest.
  * **DirectoryServer** is a process implementing LDAPv3 protocols, e.g. ApacheDS or OpenLDAP.
 
 ### High-level Security Flow
@@ -139,4 +139,4 @@
 
  * All test passwords = 'password' 
 
-#### END OF README
\ No newline at end of file
+#### END OF README