mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI: Add support for management of user short name resolution
Added field into idview details page and into server config where the order of domains used while searching for user. Domains can be separated by ':' character. https://pagure.io/freeipa/issue/6372 Reviewed-By: Simo Sorce <ssorce@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
4e5e3eebb2
commit
2c194d793c
@ -99,6 +99,10 @@ return {
|
|||||||
name: 'details',
|
name: 'details',
|
||||||
fields: [
|
fields: [
|
||||||
'cn',
|
'cn',
|
||||||
|
{
|
||||||
|
name: 'ipadomainresolutionorder',
|
||||||
|
tooltip: '@mc-opt:idview_mod:ipadomainresolutionorder:doc'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
$type: 'textarea',
|
$type: 'textarea',
|
||||||
name: 'description'
|
name: 'description'
|
||||||
|
@ -55,6 +55,10 @@ return {
|
|||||||
fields: [
|
fields: [
|
||||||
'ipausersearchfields',
|
'ipausersearchfields',
|
||||||
'ipadefaultemaildomain',
|
'ipadefaultemaildomain',
|
||||||
|
{
|
||||||
|
name: 'ipadomainresolutionorder',
|
||||||
|
tooltip: '@mc-opt:config_mod:ipadomainresolutionorder:doc'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
$type: 'entity_select',
|
$type: 'entity_select',
|
||||||
name: 'ipadefaultprimarygroup',
|
name: 'ipadefaultprimarygroup',
|
||||||
|
Loading…
Reference in New Issue
Block a user