From 661f41e197779ac48e9f37f201080504962c8bed Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 22 Mar 2013 17:54:12 +0100 Subject: 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 --- install/ui/test/data/ipa_init.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/ui/test/data/ipa_init.json') 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", -- cgit