Re: vpnc does not indicate failed authentication

2010-07-17 Thread Andrey Borzenkov
Sorry for delay ... On Thursday 25 of February 2010 02:52:23 Dan Williams wrote: > On Sat, 2010-02-20 at 20:59 +0300, Andrey Borzenkov wrote: > > vpnc plugin expects return code 2 from vpnc to indicate failed > > > > authentication.: > > case 2: > > /* Couldn't log in due

Re: vpnc does not indicate failed authentication

2010-02-24 Thread Dan Williams
On Sat, 2010-02-20 at 20:59 +0300, Andrey Borzenkov wrote: > vpnc plugin expects return code 2 from vpnc to indicate failed > authentication.: > > case 2: > /* Couldn't log in due to bad user/pass */ > nm_vpn_plugin_failure (NM_VPN_PLUGIN (plugin), > NM_VP

vpnc does not indicate failed authentication

2010-02-24 Thread Andrey Borzenkov
vpnc plugin expects return code 2 from vpnc to indicate failed authentication.: case 2: /* Couldn't log in due to bad user/pass */ nm_vpn_plugin_failure (NM_VPN_PLUGIN (plugin), NM_VPN_PLUGIN_FAILURE_LOGIN_FAILED); break; At least in my t

vpnc does not indicate failed authentication

2010-02-20 Thread Andrey Borzenkov
vpnc plugin expects return code 2 from vpnc to indicate failed authentication.: case 2: /* Couldn't log in due to bad user/pass */ nm_vpn_plugin_failure (NM_VPN_PLUGIN (plugin), NM_VPN_PLUGIN_FAILURE_LOGIN_FAILED); break; At least in my t