summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-10 16:16:57 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-15 09:59:50 +0200
commit5e5df4abf037161d9c9d9fd5e6051f861dff4bd1 (patch)
treebf5d46b0034485360f24f169fd58c16c9d791c32 /install/ui/test
parentf4dd2446cd8b2c2a814c7bcb95415eb186b0a70f (diff)
downloadfreeipa-5e5df4abf037161d9c9d9fd5e6051f861dff4bd1.tar.gz
freeipa-5e5df4abf037161d9c9d9fd5e6051f861dff4bd1.tar.xz
freeipa-5e5df4abf037161d9c9d9fd5e6051f861dff4bd1.zip
Extend caacl entity
There is new checkbox in adding new caacl which can set whether the ACL applies on all CAs or not. Also there is a new table with CAs on which is current ACL applied. User can add and remove CAs from this table. Part of: https://fedorahosted.org/freeipa/ticket/5939 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index b19eafad3..eb5fb14cc 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -214,12 +214,16 @@
"map_type": "Map Type"
},
"caacl": {
+ "all": "All",
+ "any_ca": "Any CA",
"any_host": "Any Host",
"any_service": "Any Service",
"any_profile": "Any Profile",
"anyone": "Anyone",
"ipaenabledflag": "Rule status",
+ "no_ca_msg": "If no CAs are specified, requests to the default CA are allowed.",
"profile": "Profiles",
+ "specified_cas": "Specified CAs",
"specified_hosts": "Specified Hosts and Groups",
"specified_profiles": "Specified Profiles",
"specified_services": "Specified Services and Groups",