[cvs] [Wiki] changed: HordePolicy

Ben Chavet ben at horde.org
Wed May 17 20:55:21 PDT 2006


ben  Wed, 17 May 2006 20:55:21 -0700

Modified page: http://wiki.horde.org/HordePolicy
New Revision:  1.9
Change log:  more generalization

@@ -8,22 +8,25 @@
 
 ++ Visualization of a Horde Policy
 
 <code>
-+ app
-|  + prefgroup
-|  |  + pref
-|  |  + pref
-|  + prefgroup
-|     + pref
-+ app
-  + prefgroup
-     + pref
+policy
+|-- name
+|-- date-updated
+|-- attributes
+|   |-- attribute1
+|   |   |-- value
+|   |   `-- scope
+|   `-- attribute2
+|       |-- value
+|       `-- scope
+`-- targets
+    |-- target1
+    `-- target2
 </code>
 
-* The list of apps would be pulled from the registry
-* each app would have a prefs.xml file defining what prefs are available.
-* bundle the policy and specify a target.  A target can consist of:
+* each app would have a policy.xml file defining what policy attributes are available.
+* A target can consist of one or more:
  * entire horde installation
  * horde group
  * individual user
  * guest user


More information about the cvs mailing list