summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_rolegroup_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-051-8/+8
|
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-3/+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.
* Fix unit tests to handle new group-{add, del}-member semantics.Pavel Zuna2009-07-021-2/+2
|
* Add unit tests for new plugins.Pavel Zuna2009-07-021-0/+143
|
* Remove unit tests for old plugins.Pavel Zuna2009-07-021-143/+0
|
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-3/+3
|
* New plugin to handle role groupsRob Crittenden2009-03-201-0/+143
Role groups will be part of the ACI system. It will let one create broad categories of permissions. Things like: helpdesk, user admin, group admin, whatever.