Re: [Openvpn-devel] [PATCH v3] Fix OpenVPN querying user/password if auth-token with user expires

2022-10-09 Thread Gert Doering
Hi, On Thu, Aug 18, 2022 at 10:26:04AM +0200, Heiko Hund wrote: > On Donnerstag, 17. Februar 2022 19:22:34 CEST Arne Schwabe wrote: > > > @@ -590,6 +590,7 @@ init_query_passwords(const struct context *c) > > /* Auth user/pass input */ > > if (c->options.auth_user_pass_file) > > {

Re: [Openvpn-devel] [PATCH v3] Fix OpenVPN querying user/password if auth-token with user expires

2022-08-18 Thread Heiko Hund
On Donnerstag, 17. Februar 2022 19:22:34 CEST Arne Schwabe wrote: > @@ -590,6 +590,7 @@ init_query_passwords(const struct context *c) > /* Auth user/pass input */ > if (c->options.auth_user_pass_file) > { > +enable_auth_user_pass(); > #ifdef ENABLE_MANAGEMENT >

Re: [Openvpn-devel] [PATCH v3] Fix OpenVPN querying user/password if auth-token with user expires

2022-06-27 Thread David Sommerseth
On 17/02/2022 19:22, Arne Schwabe wrote: The problematic behaviour happens when start a profile without That sentence can be improved slightly; can be done commit time. I propose: The problematic behaviour happens when a profile is started without auth-user-pass and connect to a server

[Openvpn-devel] [PATCH v3] Fix OpenVPN querying user/password if auth-token with user expires

2022-02-17 Thread Arne Schwabe
The problematic behaviour happens when start a profile without auth-user-pass and connect to a server that pushes auth-token When the auth token expires OpenVPN asks for auth User and password again. The problem is that the auth_user_pass_setup sets auth_user_pass_enabled = true; This function is