mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add widget for kerberos aliases to user page
https://fedorahosted.org/freeipa/ticket/5927 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
4bc2e3164f
commit
2da3090a97
@ -187,7 +187,14 @@ return {
|
|||||||
},
|
},
|
||||||
'uidnumber',
|
'uidnumber',
|
||||||
'gidnumber',
|
'gidnumber',
|
||||||
'krbprincipalname',
|
{
|
||||||
|
$type: 'krb_principal_multivalued',
|
||||||
|
name: 'krbprincipalname',
|
||||||
|
item_name: 'principal',
|
||||||
|
child_spec: {
|
||||||
|
$type: 'krb_principal'
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
$type: 'datetime',
|
$type: 'datetime',
|
||||||
name: 'krbprincipalexpiration'
|
name: 'krbprincipalexpiration'
|
||||||
|
Loading…
Reference in New Issue
Block a user