summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-30 14:13:33 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-07-01 09:39:49 +0200
commit62c4e15d16cf1b29d4a23db146c774ba01bf5935 (patch)
treeb4c8a000f882643f8aad6ecec1d05dfb636280cf
parent2da3090a9716bc47e9cf29329ac9bdb734376cb6 (diff)
downloadfreeipa-62c4e15d16cf1b29d4a23db146c774ba01bf5935.tar.gz
freeipa-62c4e15d16cf1b29d4a23db146c774ba01bf5935.tar.xz
freeipa-62c4e15d16cf1b29d4a23db146c774ba01bf5935.zip
Add widget for kerberos aliases to hosts page
https://fedorahosted.org/freeipa/ticket/5927 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
-rw-r--r--install/ui/src/freeipa/host.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index ba8d0f2a5..33d443c2b 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -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'