summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-09-24 16:20:38 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-09-26 10:24:14 +0200
commitedf0719409c9f556ea461139cf031881fbfe5cbf (patch)
treed5b4631c0e0408c94de463b45429f0e304a774bc /install/ui/src/freeipa/host.js
parenta93fc02af6eb50ecb0cfc69174c9f385d60bbbb3 (diff)
downloadfreeipa-edf0719409c9f556ea461139cf031881fbfe5cbf.tar.gz
freeipa-edf0719409c9f556ea461139cf031881fbfe5cbf.tar.xz
freeipa-edf0719409c9f556ea461139cf031881fbfe5cbf.zip
Allow edit of ipakrbokasdelegate in Web UI when attrlevelrights are unknown
Old host entries are missing object class with krbticketflags attribute. Therefore UI does not receive attrlevelrights for it. This OC is added when ipakrbokasdelegate is set. This patch adds the usual hack for such cases. https://fedorahosted.org/freeipa/ticket/3940
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index f4b1e2497..f5007538e 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -99,7 +99,8 @@ return {
{
name: 'ipakrbokasdelegate',
$type: 'checkbox',
- acl_param: 'krbticketflags'
+ acl_param: 'krbticketflags',
+ flags: ['w_if_no_aci']
}
]
},