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 hosts page
https://fedorahosted.org/freeipa/ticket/5927 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
2da3090a97
commit
62c4e15d16
@ -88,7 +88,14 @@ return {
|
|||||||
name: 'fqdn',
|
name: 'fqdn',
|
||||||
other_entity: 'dnsrecord'
|
other_entity: 'dnsrecord'
|
||||||
},
|
},
|
||||||
'krbprincipalname',
|
{
|
||||||
|
$type: 'krb_principal_multivalued',
|
||||||
|
name: 'krbprincipalname',
|
||||||
|
item_name: 'principal',
|
||||||
|
child_spec: {
|
||||||
|
$type: 'krb_principal'
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
$type: 'textarea',
|
$type: 'textarea',
|
||||||
name: 'description'
|
name: 'description'
|
||||||
|
Loading…
Reference in New Issue
Block a user