summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-04-18 11:06:48 +0200
committerRob Crittenden <rcritten@redhat.com>2013-04-18 17:29:07 -0400
commit4f47ac9d7f3d9cb2f1381858b05a7ba851917592 (patch)
tree66e1cda1cb0f3dc7021bd0912b205efee148472a /ipalib
parent692fe7cbf743038880e411b357461eb852282905 (diff)
downloadfreeipa-4f47ac9d7f3d9cb2f1381858b05a7ba851917592.tar.gz
freeipa-4f47ac9d7f3d9cb2f1381858b05a7ba851917592.tar.xz
freeipa-4f47ac9d7f3d9cb2f1381858b05a7ba851917592.zip
Improve help text for HBAC service groups
Remove the part of help text for HBAC service groups which contains an example suggesting that nested groups are supported. Nested groups are not supported in HBAC service groups. https://fedorahosted.org/freeipa/ticket/3548
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/hbacsvcgroup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipalib/plugins/hbacsvcgroup.py b/ipalib/plugins/hbacsvcgroup.py
index 8ef30d75f..5fc0635c4 100644
--- a/ipalib/plugins/hbacsvcgroup.py
+++ b/ipalib/plugins/hbacsvcgroup.py
@@ -38,10 +38,6 @@ EXAMPLES:
Display information about a named group:
ipa hbacsvcgroup-show login
- Add a new group to the "login" group:
- ipa hbacsvcgroup-add --desc="switch users" login
- ipa hbacsvcgroup-add-member --hbacsvcs=su --hbacsvcs=su-l login
-
Delete an HBAC service group:
ipa hbacsvcgroup-del login
""")