mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
fccea2dca4
In this patch was implemented and added a control for defining default automember groups. There is a difference from UXD spec. In the spec the control was placed below table in the search facet. This was not working well with the combobox in the control. Open combobox requires some space below it. As it was placed at the bottom of the page it created unwanted blank space and forced showing scrollbars. Moving the control above the table solves the problem without rewriting combobox logic. It can be rewritten and moved down later. https://fedorahosted.org/freeipa/ticket/2195
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"result": {
|
|
"automemberdefaultgroup": [
|
|
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
|
|
],
|
|
"cn": [
|
|
"Group"
|
|
]
|
|
},
|
|
"summary": "Set default group for automember \"group\"",
|
|
"value": "group"
|
|
}
|
|
} |