Comment 2 for bug 1997277

Revision history for this message
David McCallum (dmccallum9) wrote :

In auth-dialog/main.c:

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.