From 901ccc1393a7e494f7b1b64eaeb2f7809056aafa Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 2 Jun 2010 14:08:50 -0400 Subject: First pass at per-command documentation --- ipalib/plugins/hbacsvc.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ipalib/plugins/hbacsvc.py') diff --git a/ipalib/plugins/hbacsvc.py b/ipalib/plugins/hbacsvc.py index f6eda165..1879980d 100644 --- a/ipalib/plugins/hbacsvc.py +++ b/ipalib/plugins/hbacsvc.py @@ -18,6 +18,24 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ HBAC Services + +The PAM services that HBAC can control access to. The name used here +must match the service name that PAM is evaluating. + +EXAMPLES: + + Create a new service: + ipa hbacsvc-add tftp + + Update a service: + ipa hbacsvc-mod --desc='TFTP service' tftp + + Find a service (this will find 2, the ftp service and the new tftp service): + ipa hbacsvc-find ftp + + Remove a service: + ipa hbacsvc-del tftp + """ import base64 -- cgit