summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/group.py
Commit message (Expand)AuthorAgeFilesLines
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-32/+19
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Removed invalid associations.Endi S. Dewata2011-07-011-1/+1
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Add sudorule and hbacrule to memberof and indirectmemberof attributesJr Aquino2011-06-061-2/+3
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-4/+4
* Add handling for indirect memberof other entries.Rob Crittenden2011-02-211-1/+2
* Inconsistent error message for ipa group-detachMartin Kosek2011-02-031-1/+4
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-1/+1
* Improve filtering of enrollments search results.Pavel Zuna2011-01-041-1/+1
* In meta data make ACI attributes lower-case, sorted. Add possible attributes.Rob Crittenden2010-12-211-0/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Enable filtering search results by member attributes.Pavel Zuna2010-12-201-0/+2
* This is the second half of a patch. Only the part that had to beRob Crittenden2010-12-021-1/+1
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-2/+2
* Create user private groups with a uniqueid.Rob Crittenden2010-11-301-1/+1
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-2/+2
* Give a detached group a full set of group objectclasses.Rob Crittenden2010-11-191-8/+21
* Increase # of chars in users and groups to 255 and default username to 32.Rob Crittenden2010-11-121-2/+2
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-9/+3
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-281-0/+1
* Add flag to group-find to only search on private groups.Pavel Zuna2010-10-201-2/+29
* Fix group deletionRob Crittenden2010-10-131-3/+4
* Fix inconsistent error message when deleting groups that don't exist.Pavel Zuna2010-10-061-1/+3
* Groups are now created as POSIX by default.Rob Crittenden2010-10-011-14/+15
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-18/+24
* Allow decoupling of user-private groups.Rob Crittenden2010-08-101-0/+59
* Properly show the members when an add/remove operation fails.Rob Crittenden2010-08-061-12/+0
* Add optional error message to pattern validatorRob Crittenden2010-08-061-0/+3
* Add separate var for search attributes and config attribute for search fieldsRob Crittenden2010-07-131-0/+1
* Add support for User-Private GroupsRob Crittenden2010-07-061-0/+4
* First pass at per-command documentationRob Crittenden2010-06-221-0/+39
* Replace old pwpolicy plugin with new one using baseldap, fix tests.Rob Crittenden2010-05-171-1/+1
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-10/+0
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-11/+11
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-6/+26
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+2
* Remove group-specific password policy on group deletionRob Crittenden2010-01-291-0/+8
* Add --all to LDAPCreate and make LDAP commands always display default attribu...Pavel Zuna2010-01-111-1/+1
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-3/+19
* Display membership attributes (member, memberOf) by default in show/find.Pavel Zuna2009-10-211-1/+3
* Fix bug in group plugin. Was using wrong variable for attributes.Pavel Zuna2009-10-081-1/+1
* Make the group plugin use baseldap classes.Pavel Zuna2009-10-051-124/+65
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-1/+1
* Change command names from *group-del-member to *group-remove-member.Pavel Zuna2009-07-091-3/+3
* Fix minor bugs, typos, etc. discovered by unit tests in plugins.Pavel Zuna2009-07-021-7/+10
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-7/+7
* Rename plugins2 to plugins.Pavel Zuna2009-07-021-25/+25