summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbactest.py
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-04-10 15:45:01 +0200
committerRob Crittenden <rcritten@redhat.com>2013-04-12 14:07:55 -0400
commitd03255571c9d4c81d92c692fd0b6db6539856cf8 (patch)
tree2d02cbc6f56a77624140e2788fdc058b8690839c /ipalib/plugins/hbactest.py
parent39982f6696267706b70f598ee80ce87924cc34a4 (diff)
downloadfreeipa-d03255571c9d4c81d92c692fd0b6db6539856cf8.tar.gz
freeipa-d03255571c9d4c81d92c692fd0b6db6539856cf8.tar.xz
freeipa-d03255571c9d4c81d92c692fd0b6db6539856cf8.zip
Remove any reference to HBAC source hosts from help
https://fedorahosted.org/freeipa/ticket/3528
Diffstat (limited to 'ipalib/plugins/hbactest.py')
-rw-r--r--ipalib/plugins/hbactest.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/ipalib/plugins/hbactest.py b/ipalib/plugins/hbactest.py
index 55c8aab8c..25c64ea4d 100644
--- a/ipalib/plugins/hbactest.py
+++ b/ipalib/plugins/hbactest.py
@@ -35,7 +35,7 @@ import pyhbac
__doc__ = _("""
Simulate use of Host-based access controls
-HBAC rules control who can access what services on what hosts and from where.
+HBAC rules control who can access what services on what hosts.
You can use HBAC to control which users or groups can access a service,
or group of services, on a target host.
@@ -48,7 +48,7 @@ having access to the production environment.
ipa hbactest --user= --host= --service=
[--rules=rules-list] [--nodetail] [--enabled] [--disabled]
- [--srchost= ] [--sizelimit= ]
+ [--sizelimit= ]
--user, --host, and --service are mandatory, others are optional.
@@ -68,8 +68,6 @@ having access to the production environment.
By default there is a IPA-wide limit to number of entries fetched, you can change it
with --sizelimit option.
- If --srchost is specified, it will be ignored. It is left because of compatibility reasons only.
-
EXAMPLES:
1. Use all enabled HBAC rules in IPA database to simulate: