mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
a7f937e82c
commit
fac0c7b260
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user