mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI: Add PKINIT status field to 'Configuration' page
- Add 'Server Options' section to the page - Add 'IPA master capable of PKINIT' field to the 'Server Options' Ticket: https://pagure.io/freeipa/issue/7305 Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
146fd91d46
commit
a46383ffe4
@@ -49,6 +49,24 @@ return {
|
|||||||
'ipasearchtimelimit'
|
'ipasearchtimelimit'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'server',
|
||||||
|
label: '@i18n:objects.config.server',
|
||||||
|
fields: [
|
||||||
|
{
|
||||||
|
$type: 'entity_select',
|
||||||
|
name: 'ca_renewal_master_server',
|
||||||
|
other_entity: 'server',
|
||||||
|
other_field: 'cn',
|
||||||
|
flags: ['w_if_no_aci']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
$type: 'multivalued',
|
||||||
|
name: 'pkinit_server_server',
|
||||||
|
read_only: true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'user',
|
name: 'user',
|
||||||
label: '@i18n:objects.config.user',
|
label: '@i18n:objects.config.user',
|
||||||
@@ -99,13 +117,6 @@ return {
|
|||||||
{
|
{
|
||||||
$type: 'multivalued',
|
$type: 'multivalued',
|
||||||
name: 'ipauserobjectclasses'
|
name: 'ipauserobjectclasses'
|
||||||
},
|
|
||||||
{
|
|
||||||
$type: 'entity_select',
|
|
||||||
name: 'ca_renewal_master_server',
|
|
||||||
other_entity: 'server',
|
|
||||||
other_field: 'cn',
|
|
||||||
flags: ['w_if_no_aci']
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -726,6 +726,7 @@ class i18n_messages(Command):
|
|||||||
"group": _("Group Options"),
|
"group": _("Group Options"),
|
||||||
"search": _("Search Options"),
|
"search": _("Search Options"),
|
||||||
"selinux": _("SELinux Options"),
|
"selinux": _("SELinux Options"),
|
||||||
|
"server": _("Server Options"),
|
||||||
"service": _("Service Options"),
|
"service": _("Service Options"),
|
||||||
"user": _("User Options"),
|
"user": _("User Options"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user