summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/ipa_init.json
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-03-22 17:54:12 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-03-29 17:12:25 +0100
commit661f41e197779ac48e9f37f201080504962c8bed (patch)
treee83f5092162668bafef42a8e70ca1c1712f13259 /install/ui/test/data/ipa_init.json
parent04325fbb4c64ee4aef6d8c9adf0ff95b8b653101 (diff)
downloadfreeipa-661f41e197779ac48e9f37f201080504962c8bed.tar.gz
freeipa-661f41e197779ac48e9f37f201080504962c8bed.tar.xz
freeipa-661f41e197779ac48e9f37f201080504962c8bed.zip
Added Web UI support for service PAC type option: NONE
ipakrbauthzdata accepts [null, 'NONE', 'MS-PAC, 'PAD'] New nesting feature of radios/checkboxes was used to handle mutual exclusivity between ['MS-PAC', 'PAD'], 'NONE' and ''. https://fedorahosted.org/freeipa/ticket/3404
Diffstat (limited to 'install/ui/test/data/ipa_init.json')
-rw-r--r--install/ui/test/data/ipa_init.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index e563c0e5c..a75918eb2 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -131,6 +131,12 @@
"search": "Search"
},
"false": "False",
+ "krbauthzdata": {
+ "inherited": "Inherited from server configuration",
+ "mspac": "MS-PAC",
+ "override": "Override inherited settings",
+ "pad": "PAD"
+ },
"login": {
"form_auth": "To login with username and password, enter them in the fields below then click Login.",
"header": "Logged In As",