summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/sudorule.py
Commit message (Expand)AuthorAgeFilesLines
* Fix output for some CLI commandsAna Krivokapic2013-04-111-2/+4
* Fix internal error in output_for_cli method of sudorule_{enable,disable}.Jan Cholasta2013-03-061-4/+4
* Remove DN normalization from the baseldap plugin.Jan Cholasta2013-03-011-6/+2
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-011-2/+6
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-011-2/+2
* Add the version option to all CommandsPetr Viktorin2013-02-211-2/+2
* Fix various typos.Yuri Chornoivan2012-09-181-2/+2
* Internationalization for public errorsPetr Viktorin2012-09-031-2/+2
* Use DN objects instead of stringsJohn Dennis2012-08-121-0/+16
* Disallow setattr on no_update/no_create paramsPetr Viktorin2012-05-291-3/+3
* Validate externalhost (when added by --addattr/--setattr)Petr Viktorin2012-05-111-0/+1
* Netgroup nisdomain and hosts validationOndrej Hamada2012-03-281-4/+4
* Add support for sudoOrderRob Crittenden2012-03-011-0/+41
* Clean up i18n stringsPetr Viktorin2012-02-101-4/+4
* Consolidate external member code into two functions in baseldap.pyRob Crittenden2012-02-081-186/+9
* In sudo when the category is all do not allow members, and vice versa.Rob Crittenden2012-01-181-0/+75
* Validate sudo RunAsUser/RunAsGroup argumentsAlexander Bokovoy2012-01-131-1/+38
* Fixed labels for run-as users and groups.Endi S. Dewata2011-09-131-8/+9
* Fix sudo help and summariesMartin Kosek2011-08-291-14/+26
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-70/+48
* ticket 1705 - internationalize help topicsJohn Dennis2011-08-241-1/+1
* Improve sudorule documentationJr Aquino2011-08-231-0/+11
* Add missing attribute labels for sudoruleMartin Kosek2011-08-171-0/+8
* Deprecated managing users and runas user/group in sudorule add/modRob Crittenden2011-07-291-6/+18
* Fix sudorule-remove-userMartin Kosek2011-07-191-2/+2
* Return correct "RunAs External Group" when removing membersJr Aquino2011-07-181-4/+4
* In sudo labels we should use RunAs and not Run As.Rob Crittenden2011-07-141-6/+6
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Fixed object_name usage.Endi S. Dewata2011-07-051-2/+2
* Fixed entity labels.Endi S. Dewata2011-06-271-1/+1
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* oneliner correct typo in ipasudorunas_groupJr Aquino2011-06-261-1/+1
* Don't add empty tuple to entry_attrs['externalhost']Jr Aquino2011-06-161-1/+2
* Raise DuplicateEntry Error when adding a duplicate sudo optionJr Aquino2011-06-161-26/+40
* Fix doc for sudorule runasuser commandsMartin Kosek2011-06-171-2/+2
* Add message output summary to sudorule del, mod and find.Rob Crittenden2011-06-151-0/+5
* Display remaining external hosts when removing from sudoruleJr Aquino2011-06-141-2/+2
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-101-1/+1
* Fixed labels for sudo and hbac rulesAdam Young2011-03-311-1/+1
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-2/+2
* Use Sudo rather than SUDO as a label.Rob Crittenden2011-03-011-3/+3
* Create default disabled sudo bind userJr Aquino2011-02-231-1/+14
* Add group members to default output of sudorule-showJan Zeleny2011-02-151-0/+4
* fix sudorule runas user/groups https://fedorahosted.org/freeipa/ticket/570Jr Aquino2011-01-121-1/+111
* Initial grouping of ipalib plugins for ipa helpJan Zeleny2011-01-071-0/+1
* SUDO plugin support for external hosts and users https://fedorahosted.org/fre...Jr Aquino2010-12-211-4/+191
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* sudo run as user or group https://fedorahosted.org/freeipa/ticket/570Jr Aquino2010-12-131-0/+62
* Enable/Disable SudoRule https://fedorahosted.org/freeipa/ticket/570Jr Aquino2010-12-081-2/+60