Add 'trusted to auth as user' checkbox

Add new checkbox to host and service details page

Prerequisite for: https://fedorahosted.org/freeipa/ticket/5764

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-08-11 18:53:55 +02:00
committed by Jan Cholasta
parent 1c73ac91a4
commit c36d721a01
2 changed files with 10 additions and 0 deletions

View File

@@ -141,6 +141,11 @@ return {
acl_param: 'krbticketflags',
flags: ['w_if_no_aci']
},
{
name: 'ipakrboktoauthasdelegate',
$type: 'checkbox',
acl_param: 'krbticketflags'
},
{
name: 'ipaassignedidview',
$type: 'link',

View File

@@ -141,6 +141,11 @@ return {
$type: 'checkbox',
acl_param: 'krbticketflags'
},
{
name: 'ipakrboktoauthasdelegate',
$type: 'checkbox',
acl_param: 'krbticketflags'
},
{
name: 'ipakrbrequirespreauth',
$type: 'checkbox',