summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacsvc.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/hbacsvc.py')
-rw-r--r--ipalib/plugins/hbacsvc.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/ipalib/plugins/hbacsvc.py b/ipalib/plugins/hbacsvc.py
index f6eda165f..1879980de 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