summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/netgroup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix netgroup plugin to use correct member attribute names.Rob Crittenden2010-07-151-31/+41
| | | | | | | | | When the netgroup plugin was rebased it ended up using the member attribute for its memberships and not memberuser/memberhost. I also fixed this same attribute problem in the tests and tried to beef them up a little. If nis/schema compat are enabled it will try to compare the generated triplets with a known-good value.
* First pass at per-command documentationRob Crittenden2010-06-221-0/+20
|
* localize doc stringsJohn Dennis2010-03-081-1/+1
| | | | | | | | | | | | A number of doc strings were not localized, wrap them in _(). Some messages were not localized, wrap them in _() Fix a couple of failing tests: The method name in RPC should not be unicode. The doc attribute must use the .msg attribute for comparison. Also clean up imports of _() The import should come from ipalib or ipalib.text, not ugettext from request.
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-10/+0
|
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-8/+6
|
* 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