summaryrefslogtreecommitdiffstats
path: root/install/ui/service.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/service.js')
-rw-r--r--install/ui/service.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/ui/service.js b/install/ui/service.js
index feb5ade8..be3d9047 100644
--- a/install/ui/service.js
+++ b/install/ui/service.js
@@ -53,6 +53,11 @@ IPA.service.entity = function(spec) {
name: 'host',
label: IPA.messages.objects.service.host,
read_only: true
+ },
+ {
+ name: 'ipakrbauthzdata',
+ type: 'checkboxes',
+ options: IPA.create_options(['MS-PAC', 'PAD'])
}
]
},