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 2015/02/11 00:10:10 UTC

directory-fortress-enmasse git commit: FC-59 - add org unit to policy file

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 0bb26a579 -> 0c709a2f6


FC-59 - add org unit to policy file


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/0c709a2f
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/0c709a2f
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/0c709a2f

Branch: refs/heads/master
Commit: 0c709a2f6eb0a5a4dcbfe9b4c6321b3fc78bb533
Parents: 0bb26a5
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Feb 10 17:09:59 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Feb 10 17:09:59 2015 -0600

----------------------------------------------------------------------
 src/main/resources/FortressRestServerPolicy.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/0c709a2f/src/main/resources/FortressRestServerPolicy.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/FortressRestServerPolicy.xml b/src/main/resources/FortressRestServerPolicy.xml
index 1c42f88..066783a 100644
--- a/src/main/resources/FortressRestServerPolicy.xml
+++ b/src/main/resources/FortressRestServerPolicy.xml
@@ -74,6 +74,11 @@
                 <relationship child="fortress-web-power-user" parent="fortress-rest-config-user"/>
             </addroleinheritance>
 
+            <!-- Begin ARBAC Delegated Admin Data: -->
+            <addorgunit>
+                <orgunit name="demousrs1" typeName="USER" description="Test User Org 1 for User on Tomcat Calendar App"/>
+            </addorgunit>
+
         </FortressAdmin>
     </target>
 </project>
\ No newline at end of file