summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/sudocmd_show.json
Commit message (Collapse)AuthorAgeFilesLines
* rename static to uiAdam Young2011-01-201-33/+0
| | | | Directory rename
* Move sudo related data all under cn=sudoSimo Sorce2011-01-171-3/+3
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/773
* Added group association table for SUDO command.Endi S. Dewata2011-01-111-0/+4
| | | | | | A section has been added to the SUDO command details page for managing the association with SUDO command groups. New test data has been added as well.
* SUDO Commands and Command GroupsEndi S. Dewata2010-11-221-0/+29
The SUDO Commands and Command Groups pages have been added under SUDO Rules tab. Similar to HBAC navigation issue, these entities do not have their own tab, so an exception has been added to the navigation code to read sudo-entity parameter to determine the entity being viewed. Fixing this issue will require framework changes. New test data for these operations have been added.