Extend trust config page

Add list of AD trust agents and controllers to trust config page.

Part of: https://fedorahosted.org/freeipa/ticket/5906

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Pavel Vomacka 2016-06-15 17:44:58 +02:00 committed by Martin Basti
parent a7f937e82c
commit fac0c7b260

View File

@ -389,6 +389,16 @@ return {
filter_options: {
posix: true
}
},
{
$type: 'multivalued',
name: 'ad_trust_agent_server',
read_only: true
},
{
$type: 'multivalued',
name: 'ad_trust_controller_server',
read_only: true
}
]
}