mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Jan Cholasta
parent
1c73ac91a4
commit
c36d721a01
@@ -141,6 +141,11 @@ return {
|
||||
acl_param: 'krbticketflags',
|
||||
flags: ['w_if_no_aci']
|
||||
},
|
||||
{
|
||||
name: 'ipakrboktoauthasdelegate',
|
||||
$type: 'checkbox',
|
||||
acl_param: 'krbticketflags'
|
||||
},
|
||||
{
|
||||
name: 'ipaassignedidview',
|
||||
$type: 'link',
|
||||
|
||||
@@ -141,6 +141,11 @@ return {
|
||||
$type: 'checkbox',
|
||||
acl_param: 'krbticketflags'
|
||||
},
|
||||
{
|
||||
name: 'ipakrboktoauthasdelegate',
|
||||
$type: 'checkbox',
|
||||
acl_param: 'krbticketflags'
|
||||
},
|
||||
{
|
||||
name: 'ipakrbrequirespreauth',
|
||||
$type: 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user