From 271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 30 Jul 2012 14:30:31 +0200 Subject: Make group external New action for creating plain group external. Posix group can't be made external. https://fedorahosted.org/freeipa/ticket/2895 --- install/ui/test/data/group_show.json | 8 ++++++++ install/ui/test/data/ipa_init.json | 1 + 2 files changed, 9 insertions(+) (limited to 'install/ui/test') diff --git a/install/ui/test/data/group_show.json b/install/ui/test/data/group_show.json index 4ac6e0c0..136f8f0e 100644 --- a/install/ui/test/data/group_show.json +++ b/install/ui/test/data/group_show.json @@ -264,6 +264,14 @@ ], "memberof_group": [ "editors" + ], + "objectclass": [ + "top", + "groupofnames", + "nestedgroup", + "ipausergroup", + "ipaobject", + "posixgroup" ] }, "summary": null, diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 9854c4a0..e0c22bf2 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -269,6 +269,7 @@ "group": { "details": "Group Settings", "external": "External", + "make_external": "Change to external group", "normal": "Normal", "posix": "POSIX", "type": "Group Type" -- cgit