Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new objectclass, ipaObject, that will add a UUID to many IPA objects | Rob Crittenden | 2009-08-10 | 1 | -1/+4 |
| | | | | | | | | | ipaObject is defined as an auxiliary objectclass so it is up to the plugin author to ensure that the objectclass is included an a UUID generated. ipaUniqueId is a MUST attribute so if you include the objectclass you must ensure that the uuid is generated. This also fixes up some unrelated unit test failures. | ||||
* | Change command names from *group-del-member to *group-remove-member. | Pavel Zuna | 2009-07-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Jason Gerard DeRose <jderose@redhat.com> | ||||
* | Make basegroup-{add, del}-member print failed members with error descriptions. | Pavel Zuna | 2009-07-02 | 1 | -33/+43 |
| | |||||
* | Fix minor bugs, typos, etc. discovered by unit tests in plugins. | Pavel Zuna | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Fix bug in basegroup and passwd plugins (incorrect use of find_entry_by_attr). | Pavel Zuna | 2009-07-02 | 1 | -12/+10 |
| | |||||
* | Rename *-create/*-delete commands to *-add/*-del respectively. | Pavel Zuna | 2009-07-02 | 1 | -2/+2 |
| | |||||
* | Rename plugins2 to plugins. | Pavel Zuna | 2009-07-02 | 1 | -8/+8 |
| | |||||
* | Rename plugins2 files (remove '2' suffix'). | Pavel Zuna | 2009-07-02 | 1 | -0/+540 |
| | |||||
* | Delete plugins using old LDAP backend. | Pavel Zuna | 2009-07-02 | 1 | -422/+0 |
| | |||||
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | Finish work replacing the errors module with errors2 | Rob Crittenden | 2009-04-20 | 1 | -1/+1 |
| | | | | | | Once this is committed we can start the process of renaming errors2 as errors. I thought that combinig this into one commit would be more difficult to review. | ||||
* | Use tuples instead of lists for class variables | Rob Crittenden | 2009-03-25 | 1 | -3/+3 |
| | |||||
* | Add generic base class that will most of the heavy lifting for groups | Rob Crittenden | 2009-03-20 | 1 | -0/+422 |