From dc79b60ebb35bff9658448a9851438b0407558f4 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 1 Aug 2012 17:59:54 +0200 Subject: PAC Type options for services in Web UI Following options were added to Web UI * PAC Type in service * PAC Type in configuration Testing metadata for objects and commands were regenerated. https://fedorahosted.org/freeipa/ticket/2958 --- install/ui/serverconfig.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'install/ui/serverconfig.js') diff --git a/install/ui/serverconfig.js b/install/ui/serverconfig.js index 3e61f650..950b9898 100644 --- a/install/ui/serverconfig.js +++ b/install/ui/serverconfig.js @@ -95,6 +95,17 @@ IPA.config.entity = function(spec) { 'ipaselinuxusermaporder', 'ipaselinuxusermapdefault' ] + }, + { + name: 'service', + label: IPA.messages.objects.config.service, + fields: [ + { + name: 'ipakrbauthzdata', + type: 'checkboxes', + options: IPA.create_options(['MS-PAC', 'PAD']) + } + ] } ], needs_update: true -- cgit