summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-30 13:31:11 +0200
committerMartin Kosek <mkosek@redhat.com>2012-08-14 08:09:23 +0200
commit44e86aa3bb7206991bbe1118ee3a35b6949b6ac9 (patch)
tree45dbb03de93bd0d32a4ef6a0c8205207bd4108d8 /install/ui/test/data
parent6341eff07891dfd4ed253081eb056ff6eb5aa573 (diff)
downloadfreeipa-44e86aa3bb7206991bbe1118ee3a35b6949b6ac9.tar.gz
freeipa-44e86aa3bb7206991bbe1118ee3a35b6949b6ac9.tar.xz
freeipa-44e86aa3bb7206991bbe1118ee3a35b6949b6ac9.zip
Add external group
Group can be normal, posix and external. Posix checkbox was removed and was replaced by radio for selecting group type. This adds possibility of adding of external group. https://fedorahosted.org/freeipa/ticket/2895
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/ipa_init.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 4325a5552..9854c4a0f 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -268,7 +268,10 @@
},
"group": {
"details": "Group Settings",
- "posix": "POSIX group"
+ "external": "External",
+ "normal": "Normal",
+ "posix": "POSIX",
+ "type": "Group Type"
},
"hbacrule": {
"any_host": "Any Host",