summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/taskgroup.py
Commit message (Expand)AuthorAgeFilesLines
* Make the taskgroup plugin use baseldap classes.Pavel Zuna2009-10-071-135/+40
* Change command names from *group-del-member to *group-remove-member.Pavel Zuna2009-07-091-3/+3
* Make basegroup-{add, del}-member print failed members with error descriptions.Pavel Zuna2009-07-021-16/+20
* Fix minor bugs, typos, etc. discovered by unit tests in plugins.Pavel Zuna2009-07-021-4/+8
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-4/+4
* Replace references to basegroup2 in taskgroup plugin.Pavel Zuna2009-07-021-11/+11
* Rename plugins2 to plugins.Pavel Zuna2009-07-021-16/+16
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-0/+207
* Delete plugins using old LDAP backend.Pavel Zuna2009-07-021-176/+0
* Add a 'showall' command so one can pick from a list of tasks to add to a roleRob Crittenden2009-03-251-1/+35
* Modify the taskgroup plugin to use the new group baseclass and add testsRob Crittenden2009-03-201-159/+73
* Add taskgroups pluginRob Crittenden2009-03-171-0/+228