mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
WebUI: Add authentication indicator specific fields to "Kerberos Ticket Policy" page
Ticket: https://pagure.io/freeipa/issue/8207 Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
26f96595b0
commit
7bef36de64
@ -122,6 +122,52 @@ return {
|
||||
measurement_unit: 'seconds'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'auth_indicators',
|
||||
label: '@i18n:authtype.auth_indicators',
|
||||
fields: [
|
||||
{
|
||||
name: 'krbauthindmaxrenewableage_radius',
|
||||
acl_param: 'krbauthindmaxrenewableage',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxticketlife_radius',
|
||||
acl_param: 'krbauthindmaxticketlife',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxrenewableage_otp',
|
||||
acl_param: 'krbauthindmaxrenewableage',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxticketlife_otp',
|
||||
acl_param: 'krbauthindmaxticketlife',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxrenewableage_pkinit',
|
||||
acl_param: 'krbauthindmaxrenewableage',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxticketlife_pkinit',
|
||||
acl_param: 'krbauthindmaxticketlife',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxrenewableage_hardened',
|
||||
acl_param: 'krbauthindmaxrenewableage',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'krbauthindmaxticketlife_hardened',
|
||||
acl_param: 'krbauthindmaxticketlife',
|
||||
measurement_unit: 'seconds'
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
needs_update: true
|
||||
|
Loading…
Reference in New Issue
Block a user