summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-30 14:30:31 +0200
committerMartin Kosek <mkosek@redhat.com>2012-08-14 08:09:31 +0200
commit271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2 (patch)
treef4e4f0d0a5de052eaa219268cc66f5352b7c92cb /install/ui/test
parent44e86aa3bb7206991bbe1118ee3a35b6949b6ac9 (diff)
downloadfreeipa-271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2.tar.gz
freeipa-271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2.tar.xz
freeipa-271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2.zip
Make group external
New action for creating plain group external. Posix group can't be made external. https://fedorahosted.org/freeipa/ticket/2895
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/group_show.json8
-rw-r--r--install/ui/test/data/ipa_init.json1
2 files changed, 9 insertions, 0 deletions
diff --git a/install/ui/test/data/group_show.json b/install/ui/test/data/group_show.json
index 4ac6e0c06..136f8f0e7 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 9854c4a0f..e0c22bf2d 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"