summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-10-17 15:30:34 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-10-20 10:13:47 +0200
commitd8f05d88414217c57aba0abbd43d1623fba477f8 (patch)
tree914a2efa089cfe4f8b167034aa4a91e65f185bff /install/ui/test
parent41bf0ba9403962140a75b28e0b279248ec101a0a (diff)
downloadfreeipa-d8f05d88414217c57aba0abbd43d1623fba477f8.tar.gz
freeipa-d8f05d88414217c57aba0abbd43d1623fba477f8.tar.xz
freeipa-d8f05d88414217c57aba0abbd43d1623fba477f8.zip
webui: management of keytab permissions
https://fedorahosted.org/freeipa/ticket/4419 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index c0e17947a..ad9449d28 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -143,6 +143,14 @@
"search": "Search"
},
"false": "False",
+ "keytab": {
+ "add_create": "Allow ${other_entity} to create keytab of ${primary_key}",
+ "add_retrive": "Allow ${other_entity} to retrieve keytab of ${primary_key}",
+ "allowed_to_create": "Allowed to create keytab",
+ "allowed_to_retrieve": "Allowed to retrieve keytab",
+ "remove_create": "Disallow ${other_entity} to create keytab of ${primary_key}",
+ "remove_retrieve": "Disallow ${other_entity} to retrieve keytab of ${primary_key}"
+ },
"krbauthzdata": {
"inherited": "Inherited from server configuration",
"mspac": "MS-PAC",