[Yanel-commits] rev 20669 - in public/yanel/trunk/src/realms/from-scratch-realm-template/yanel: . ac-identities ac-policies config data-paths data-paths/index.html

michi at wyona.com michi at wyona.com
Fri Dec 8 09:33:12 CET 2006


Author: michi
Date: 2006-12-08 09:33:09 +0100 (Fri, 08 Dec 2006)
New Revision: 20669

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-identities/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/index.html/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/index.html/.yarep-uid
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy
Log:
identities added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml	2006-12-07 20:46:44 UTC (rev 20668)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml	2006-12-08 08:33:09 UTC (rev 20669)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+
+<identity id="lenya" xmlns="http://www.wyona.org/security/1.0">
+  <name>Michael Wechner</name>
+  <description></description>
+  <email>michi at wyona.org</email>
+  <password type="md5">8e07dafd13495561db9063ebe4db4b27</password>
+
+  <groups>
+    <group>editor</group>
+    <group>admin</group>
+  </groups>
+</identity>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy	2006-12-07 20:46:44 UTC (rev 20668)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy	2006-12-08 08:33:09 UTC (rev 20669)
@@ -6,7 +6,6 @@
     <world permission="true"/>
   </role>
 
-<!--
   <role id="open">
     <user id="lenya" permission="true"/>
   </role>
@@ -18,6 +17,5 @@
   <role id="create">
     <user id="lenya" permission="true"/>
   </role>
--->
 
 </policy>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml	2006-12-07 20:46:44 UTC (rev 20668)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml	2006-12-08 08:33:09 UTC (rev 20669)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel from Scratch Access Control Identities</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-identities"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../ac-identities"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/index.html/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/index.html/.yarep-uid	2006-12-07 20:46:44 UTC (rev 20668)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/index.html/.yarep-uid	2006-12-08 08:33:09 UTC (rev 20669)
@@ -0,0 +1 @@
+welcome.xhtml




More information about the Yanel-commits mailing list