mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-11 13:34:50 -05: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:
committed by
Petr Vobornik
parent
2da3090a97
commit
62c4e15d16
@@ -88,7 +88,14 @@ return {
|
||||
name: 'fqdn',
|
||||
other_entity: 'dnsrecord'
|
||||
},
|
||||
'krbprincipalname',
|
||||
{
|
||||
$type: 'krb_principal_multivalued',
|
||||
name: 'krbprincipalname',
|
||||
item_name: 'principal',
|
||||
child_spec: {
|
||||
$type: 'krb_principal'
|
||||
}
|
||||
},
|
||||
{
|
||||
$type: 'textarea',
|
||||
name: 'description'
|
||||
|
||||
Reference in New Issue
Block a user