summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-03-29 16:59:44 +0100
committerMartin Kosek <mkosek@redhat.com>2013-04-04 12:53:59 +0200
commit5af3b146a36ed4902bb8c05242cf1554c400e31a (patch)
tree81f69cdf1fe9d561d9a290e8c8e6e85173982bd2 /install/ui/src/freeipa/host.js
parent43fc525fbb98f5b6ff09df172f969a1707a6cbf4 (diff)
downloadfreeipa-5af3b146a36ed4902bb8c05242cf1554c400e31a.tar.gz
freeipa-5af3b146a36ed4902bb8c05242cf1554c400e31a.tar.xz
freeipa-5af3b146a36ed4902bb8c05242cf1554c400e31a.zip
Add ipakrbokasdelegate option to service and host Web UI pages
https://fedorahosted.org/freeipa/ticket/3329
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index d064a2fa2..40214a119 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -88,6 +88,11 @@ IPA.host.entity = function(spec) {
type: 'multivalued',
name: 'macaddress',
flags: ['w_if_no_aci']
+ },
+ {
+ name: 'ipakrbokasdelegate',
+ type: 'checkbox',
+ acl_param: 'krbticketflags'
}
]
},