static int nm_process_auth_form (void *cbdata, struct oc_auth_form *form)
...
if (data->entry_text) {
openconnect_set_option_value(data->opt, data->entry_text);
I've checked, and data->entry_text is indeed set to the correct group. (This is on line 669) It looks like the correct value is being collected by the GUI and sent to the networking logic code. Though I haven't figured out where the group is actually being used.
So there goes my hope of it being a simple GUI fix.
In auth-dialog/main.c:
static int nm_process_ auth_form (void *cbdata, struct oc_auth_form *form) _set_option_ value(data- >opt, data->entry_text);
...
if (data->entry_text) {
openconnect
I've checked, and data->entry_text is indeed set to the correct group. (This is on line 669) It looks like the correct value is being collected by the GUI and sent to the networking logic code. Though I haven't figured out where the group is actually being used.
So there goes my hope of it being a simple GUI fix.