diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-07-08 12:11:02 +0200 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2015-07-08 17:12:29 +0200 |
commit | 927391125ce0b09652dfc1934fac5a61acf544d4 (patch) | |
tree | 2447dec6e56bf39869d0b79eaac458e9f504d7d8 /install/ui/test/data | |
parent | a3727387ee924305c060f8793c0dc1ef7669736d (diff) | |
download | freeipa-927391125ce0b09652dfc1934fac5a61acf544d4.tar.gz freeipa-927391125ce0b09652dfc1934fac5a61acf544d4.tar.xz freeipa-927391125ce0b09652dfc1934fac5a61acf544d4.zip |
webui: caacl
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 1290db2c4..f253c57fe 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -203,6 +203,19 @@ "indirect": "Indirect", "map_type": "Map Type" }, + "caacl": { + "any_host": "Any Host", + "any_service": "Any Service", + "any_profile": "Any Profile", + "anyone": "Anyone", + "ipaenabledflag": "Rule status", + "profile": "Profiles", + "specified_hosts": "Specified Hosts and Groups", + "specified_profiles": "Specified Profiles", + "specified_services": "Specified Services and Groups", + "specified_users": "Specified Users and Groups", + "who": "Permitted to have certificates issued" + }, "cert": { "aa_compromise": "AA Compromise", "affiliation_changed": "Affiliation Changed", |