Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Translatable Param.label, Param.doc | Jason Gerard DeRose | 2010-02-24 | 1 | -11/+20 | |
| | ||||||
* | Add Object.label class attribute, enable in webUI | Jason Gerard DeRose | 2010-02-12 | 1 | -0/+3 | |
| | ||||||
* | Convert to using new result output handling | Rob Crittenden | 2009-12-14 | 1 | -27/+83 | |
| | | | | | This also inserts the dn into the response when adding a record. We need this in the ACI plugin when adding a taskgroup | |||||
* | Use correct attribute for hosts. | Rob Crittenden | 2009-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix aci plugin, enhance aci parsing capabilities, add user group support | Rob Crittenden | 2009-09-28 | 1 | -19/+117 | |
| | | | | | | | | | | | | - The aci plugin didn't quite work with the new ldap2 backend. - We already walk through the target part of the ACI syntax so skip that in the regex altogether. This now lets us handle all current ACIs in IPA (some used to be ignored/skipped) - Add support for user groups so one can do v1-style delegation (group A can write attributes x,y,z in group B). It is actually quite a lot more flexible than that but you get the idea) - Improve error messages in the aci library - Add a bit of documentation to the aci plugin | |||||
* | Remove outstanding 2's from plugins. | Pavel Zuna | 2009-07-02 | 1 | -6/+6 | |
| | ||||||
* | Rename *-create/*-delete commands to *-add/*-del respectively. | Pavel Zuna | 2009-07-02 | 1 | -7/+7 | |
| | ||||||
* | Rename plugins2 to plugins. | Pavel Zuna | 2009-07-02 | 1 | -14/+14 | |
| | ||||||
* | Rename plugins2 files (remove '2' suffix'). | Pavel Zuna | 2009-07-02 | 1 | -0/+386 | |
| | ||||||
* | Delete plugins using old LDAP backend. | Pavel Zuna | 2009-07-02 | 1 | -462/+0 | |
| | ||||||
* | Add a reason to the NotFound exception so we can provide more robust errors | Rob Crittenden | 2009-05-13 | 1 | -5/+5 | |
| | ||||||
* | trivial update to standardize terms in docstring | David O'Brien | 2009-04-28 | 1 | -1/+1 | |
| | ||||||
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -14/+14 | |
| | ||||||
* | Implement a few new targets for ACIs | Rob Crittenden | 2009-03-25 | 1 | -8/+32 | |
| | | | | | Also switch to the StrEnum parameter type for some options so we let the framework do the enforcement | |||||
* | Update the ACI class to be more robust and the beginnings of an ACI plugin | Rob Crittenden | 2009-03-18 | 1 | -0/+438 | |
The ACI plugin is really meant for developers to help manage the ACIs. It may or may not be shipped. If it is it will be disabled by default. It is very much a shoot-in-foot problem waiting to happen. |