summaryrefslogtreecommitdiffstats
path: root/ipaclient/plugins/hbacrule.py
Commit message (Collapse)AuthorAgeFilesLines
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-0/+45
Provide client-side overrides for command plugins which implement any of the client-side `interactive_prompt_callback`, `forward` or `output_for_cli` methods and move the methods from the original plugins to the overrides. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>