summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/group.py
Commit message (Expand)AuthorAgeFilesLines
* Filter groups by type (POSIX, non-POSIX, external)Petr Vobornik2013-04-091-0/+28
* Improve error messages for external group membersAna Krivokapic2013-03-141-4/+23
* Change DNA magic value to -1 to make UID 999 usablePetr Viktorin2013-03-111-2/+3
* Update plugin docstrings (topic help) to reflect dropped CSV supportPetr Viktorin2013-02-221-2/+2
* Update argument docs to reflect dropped CSV supportPetr Viktorin2013-02-221-1/+1
* Avoid internal error when user is not Trust adminMartin Kosek2013-02-201-1/+1
* Prevent changing protected group's name using --setattrTomas Babej2013-02-191-1/+1
* Do not hide SID resolver error in group-add-memberMartin Kosek2013-02-141-3/+0
* Generalize AD GC searchMartin Kosek2013-02-141-4/+5
* Resolve external members from trusted domain via Global CatalogAlexander Bokovoy2012-11-011-13/+19
* Minor fixes for default SMB groupMartin Kosek2012-10-091-1/+1
* ipa-adtrust-install: Add fallback groupSumit Bose2012-10-041-1/+1
* Restrict admins group modificationsTomas Babej2012-10-031-3/+17
* Make sure external group members are listed for the external groupAlexander Bokovoy2012-09-251-19/+10
* Document use of external group membershipAlexander Bokovoy2012-09-201-0/+29
* Fix error messages and use proper ImportError for dcerpc importAlexander Bokovoy2012-09-201-7/+6
* Use DN objects instead of stringsJohn Dennis2012-08-121-0/+8
* Add support for external group membersAlexander Bokovoy2012-06-281-4/+104
* Prevent deletion of the last adminPetr Viktorin2012-06-061-1/+15
* Refactor exc_callback invocation.Jan Cholasta2012-04-261-3/+4
* Only apply validation rules when adding and updating.Rob Crittenden2012-02-291-1/+1
* Add gidnumber minvalueMartin Kosek2012-02-231-0/+1
* Mark some attributes required to match the schema.Rob Crittenden2011-12-051-0/+11
* Clarify usage of --posix argument in group plugin.Rob Crittenden2011-11-161-2/+2
* 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