mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: service: add ipakrbrequirespreauth checkbox
Allow to configure missing krb ticket flag - ipakrbrequirespreauth from Web UI. Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
committed by
Tomas Babej
parent
1a37822c3a
commit
55413566ca
@@ -112,6 +112,11 @@ return {
|
|||||||
name: 'ipakrbokasdelegate',
|
name: 'ipakrbokasdelegate',
|
||||||
$type: 'checkbox',
|
$type: 'checkbox',
|
||||||
acl_param: 'krbticketflags'
|
acl_param: 'krbticketflags'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'ipakrbrequirespreauth',
|
||||||
|
$type: 'checkbox',
|
||||||
|
acl_param: 'krbticketflags'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user