You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/27 16:01:58 UTC

svn commit: r1634558 - in /directory/site/trunk/content/fortress/user-guide: 1-intro-rbac.mdtext 1.2-what-is-not-rbac.mdtext

Author: elecharny
Date: Mon Oct 27 15:01:57 2014
New Revision: 1634558

URL: http://svn.apache.org/r1634558
Log:
Formatting...

Modified:
    directory/site/trunk/content/fortress/user-guide/1-intro-rbac.mdtext
    directory/site/trunk/content/fortress/user-guide/1.2-what-is-not-rbac.mdtext

Modified: directory/site/trunk/content/fortress/user-guide/1-intro-rbac.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/user-guide/1-intro-rbac.mdtext?rev=1634558&r1=1634557&r2=1634558&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/user-guide/1-intro-rbac.mdtext (original)
+++ directory/site/trunk/content/fortress/user-guide/1-intro-rbac.mdtext Mon Oct 27 15:01:57 2014
@@ -26,9 +26,9 @@ Notice: Licensed to the Apache Software 
 
 ## Table of content
 
-    * [1.1 - ANSI RBAC Explained](1.1-rbac-explained.html)
-    * [1.2 - What ANSI RBAC is not](1.2-what-is-not-rbac.html)
-    * [1.3 - What ANSI RBAC is](1.3-what-rbac-is.html)
-    * [1.4 - Why is ANSI RBAC Important?](1.4-why-rbac-is-important.html)
-    * [1.5 - How to implement ANSI RBAC](1.5-how-to-impl-rbac.html)
-    * [1.6 - Where to go for more info](1.6-go-for-more.html)
+* [1.1 - ANSI RBAC Explained](1.1-rbac-explained.html)
+* [1.2 - What ANSI RBAC is not](1.2-what-is-not-rbac.html)
+* [1.3 - What ANSI RBAC is](1.3-what-rbac-is.html)
+* [1.4 - Why is ANSI RBAC Important?](1.4-why-rbac-is-important.html)
+* [1.5 - How to implement ANSI RBAC](1.5-how-to-impl-rbac.html)
+* [1.6 - Where to go for more info](1.6-go-for-more.html)

Modified: directory/site/trunk/content/fortress/user-guide/1.2-what-is-not-rbac.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/user-guide/1.2-what-is-not-rbac.mdtext?rev=1634558&r1=1634557&r2=1634558&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/user-guide/1.2-what-is-not-rbac.mdtext (original)
+++ directory/site/trunk/content/fortress/user-guide/1.2-what-is-not-rbac.mdtext Mon Oct 27 15:01:57 2014
@@ -39,7 +39,8 @@ Notice: Licensed to the Apache Software 
                    ou $
                    o $
                    description ) )
-    groupOfUniqueNames is not RBAC
+
+    *groupOfUniqueNames is not RBAC*
 
 * Resource connections (i.e. LDAP connection).  Allowing your LDAP or DB system to calculate entitlements based on user group assignments violates the concept of least privilege.  RBAC compliant systems add a role activation step to signon that provides control over what a user can do at a point in time within a particular application.