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 2022/04/07 20:54:55 UTC

[directory-fortress-commander] branch master updated: better graph

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 b3db2cf  better graph
b3db2cf is described below

commit b3db2cf2214f5ba90c17387318aa1a3512ff7092
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Thu Apr 7 15:54:49 2022 -0500

    better graph
---
 README-SECURITY-MODEL.md | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README-SECURITY-MODEL.md b/README-SECURITY-MODEL.md
index 8c7ad69..332a201 100644
--- a/README-SECURITY-MODEL.md
+++ b/README-SECURITY-MODEL.md
@@ -36,7 +36,23 @@
 
 ### A Typical Deployment
 
-   (**Browser**)<---https--->(**FortressWeb**)<-in-process->(**FortressCore**)<---ldaps--->(**DirectoryServer**)
+```
+               .---------.      
+               | Browser |      
+               '----.----'      
+                    | HTTPS
+            .-------'------.
+            | FortressWeb  |
+            '-------.------'
+                    | in-process
+            .-------'------.
+            | FortressCore |
+            '-------.------'
+                    | LDAPS
+          .---------'-------.
+          | DirectoryServer |
+          '-----------------'
+```
 
  * 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.