summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/basegroup.py
Commit message (Expand)AuthorAgeFilesLines
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-1/+4
* Change command names from *group-del-member to *group-remove-member.Pavel Zuna2009-07-091-2/+2
* Make basegroup-{add, del}-member print failed members with error descriptions.Pavel Zuna2009-07-021-33/+43
* Fix minor bugs, typos, etc. discovered by unit tests in plugins.Pavel Zuna2009-07-021-1/+1
* Fix bug in basegroup and passwd plugins (incorrect use of find_entry_by_attr).Pavel Zuna2009-07-021-12/+10
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-2/+2
* Rename plugins2 to plugins.Pavel Zuna2009-07-021-8/+8
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-0/+540
* Delete plugins using old LDAP backend.Pavel Zuna2009-07-021-422/+0
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-2/+2
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-1/+1
* Use tuples instead of lists for class variablesRob Crittenden2009-03-251-3/+3
* Add generic base class that will most of the heavy lifting for groupsRob Crittenden2009-03-201-0/+422