summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_sudocmd_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Move sudo related data all under cn=sudoSimo Sorce2011-01-171-4/+4
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/773
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-1/+1
| | | | | | | | | | | | We collected the failures but didn't report it back. This changes the API of most delete commands so rather than returning a boolean it returns a dict with the only current key as failed. This also adds a new parameter flag, suppress_empty. This will try to not print values that are empty if included. This makes the output of the delete commands a bit prettier. ticket 687
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Added fixes to adjust for sudocmd attribute for sudocmds. Added fix for ↵Jr Aquino2010-11-031-9/+9
| | | | sudorule to allow for cmdCategory all Added fixes for xmlrpc tests to reflect sudocmd changes.
* Add plugins for Sudo Commands, Command Groups and RulesJr Aquino2010-09-271-0/+190