Hello, 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 -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc.
From aa3e82b62a6c4c4cf0810b5a9cb30232a4b81d12 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic <[email protected]> Date: Thu, 18 Apr 2013 11:06:48 +0200 Subject: [PATCH] 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 --- ipalib/plugins/hbacsvcgroup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ipalib/plugins/hbacsvcgroup.py b/ipalib/plugins/hbacsvcgroup.py index 8ef30d75f8d8bed27ad40b87b84f6bf7cda4d480..5fc0635c409eaa4be7a07dc95ec4b87b34928476 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 """) -- 1.8.1.4
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
