summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/basegroup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-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 Zuna2009-07-091-2/+2
| | | | Signed-off-by: Jason Gerard DeRose <jderose@redhat.com>
* 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
| | | | | | 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 variablesRob Crittenden2009-03-251-3/+3
|
* Add generic base class that will most of the heavy lifting for groupsRob Crittenden2009-03-201-0/+422