Open
Description
Feature Description
I would want to set the group_team_map setting from the LDAP authentication source automatically,
but it seems like this isn't in the API nor the CLI, the only way would be over a self crafted http request which isn't ideal
Screenshots
The CLI doesn't seem to have this parameter
But it's in the post request body when you set it over the web ui
{
"name": "group_team_map",
"value": "<json_str>"
},