summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/netgroup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Complete netgroup attributes.Pavel Zuna2010-02-231-1/+22
|
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-9/+16
| | | | | | | | | | | | | | The attributes displayed is now dependant upon their definition in a Param. This enhances that, giving some level of control over how the result is displayed to the user. This also fixes displaying group membership, including failures of adding/removing entries. All tests pass now though there is still one problem. We need to return the dn as well. Once that is fixed we just need to comment out all the dn entries in the tests and they should once again pass.
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-1/+3
|
* Add --all to LDAPCreate and make LDAP commands always display default ↵Pavel Zuna2010-01-111-1/+1
| | | | attributes.
* Add some missing labelsRob Crittenden2009-12-141-0/+3
|
* Display membership attributes (member, memberOf) by default in show/find.Pavel Zuna2009-10-211-1/+1
|
* Fix bug in HBAC and netgroup plugin get_primary_key_from_dn methods.Pavel Zuna2009-10-081-1/+4
|
* Make the netgroup plugin use baseldap classes.Pavel Zuna2009-10-051-309/+116
|
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-2/+2
| | | | | | | | | 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-3/+3
| | | | Signed-off-by: Jason Gerard DeRose <jderose@redhat.com>
* Make basegroup-{add, del}-member print failed members with error descriptions.Pavel Zuna2009-07-021-20/+33
|
* Fix minor bugs, typos, etc. discovered by unit tests in plugins.Pavel Zuna2009-07-021-8/+13
|
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-6/+6
|
* Rename plugins2 to plugins.Pavel Zuna2009-07-021-23/+23
|
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-0/+372
|
* Delete plugins using old LDAP backend.Pavel Zuna2009-07-021-288/+0
|
* Add missing required attribute, nisdomainnameRob Crittenden2009-04-301-0/+16
|
* Convert to use the new basegroup frameworkRob Crittenden2009-03-201-0/+272