Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use camel-case LDAP attributes in ACI and don't clear enrolledBy | Rob Crittenden | 2010-12-17 | 1 | -0/+1 |
| | | | | | | | | | | | | We keep LDAP attributes lower-case elsewhere in the API we should do the same with all access controls. There were two ACIs pointing at the manage_host_keytab permission. This isn't allowed in general and we have decided separately to not clear out enrolledBy when a host is unenrolled so dropping it is the obvious thing to do. ticket 597 | ||||
* | Add metadata for the selfservice and delegation plugins. | Rob Crittenden | 2010-12-14 | 1 | -0/+14 |
| | |||||
* | Add plugin for manage self-service ACIs | Rob Crittenden | 2010-12-08 | 1 | -0/+192 |
This is just a thin wrapper around the aci plugin, controlling what types of ACIs can be added. Right now only ACIs in the basedn can be managed with this plugin. ticket 531 |