summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacrule.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | | | | There is a rather large API.txt change but it is only due to changes in the doc string in parameters. ticket 729
* Updated json_metadata and i18n_messages.Endi S. Dewata2011-02-181-0/+4
| | | | | | The json_metadata() has been updated to return ipa.Objects and ipa.Methods. The i18n_messages() has been updated to include other messages that are not available from the metadata.
* HBAC plugin inconsistent outputMartin Kosek2011-02-161-10/+27
| | | | | | | | This patch adds a proper summary text to HBAC command which is then printed out in CLI. Now, HBAC plugin output is consistent with other plugins. https://fedorahosted.org/freeipa/ticket/596
* Initial grouping of ipalib plugins for ipa helpJan Zeleny2011-01-071-0/+2
| | | | | This patch makes one group for all HBAC plugins and one group for all sudo plugins.
* Rename hbac module to hbacruleJan Zeleny2011-01-071-0/+506
The renaming follows previous discussion on mailing list and it leads to name compatibility with other plugins (e.g. sudorule). It is also necessary for following changes in ipa help.