summaryrefslogtreecommitdiffstats
path: root/install/updates/30-taskgroup.update
Commit message (Collapse)AuthorAgeFilesLines
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-5/+0
| | | | | | | | | | | | | | | | | | | The new model is based on permssions, privileges and roles. Most importantly it corrects the reverse membership that caused problems in the previous implementation. You add permission to privileges and privileges to roles, not the other way around (even though it works that way behind the scenes). A permission object is a combination of a simple group and an aci. The linkage between the aci and the permission is the description of the permission. This shows as the name/description of the aci. ldap:///self and groups granting groups (v1-style) are not supported by this model (it will be provided separately). This makes the aci plugin internal only. ticket 445
* Name update files so they can be easily sorted.Rob Crittenden2009-03-251-0/+5
We want to process some updates in a particular order (schema, structural). Using an init-inspired ordering mechanism.