[cvs] [Wiki] changed: HordePolicy
Ben Chavet
ben at horde.org
Tue May 23 18:20:54 PDT 2006
ben Tue, 23 May 2006 18:20:54 -0700
Modified page: http://wiki.horde.org/HordePolicy
New Revision: 1.16
Change log: notes on DB schema
@@ -75,10 +75,10 @@
<code>
horde_policy_targets
--------------------
policy_id
-target_id
-target_type <-- maybe
+target_id <-- uid, gid, app-name, or global/default
+target_type <-- 'uid', 'gid', 'app', or 'global'/'default'
</code>
We can get the attribute group structure from the XML file. No need to worry about storing it, just need to enforce that all attributes for a given app have unique names. If there are two attributes with the same name, we should use the last one found in the XML file.
More information about the cvs
mailing list