xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

Bad passwords are cached #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use auth-user-pass
2. enter a WRONG user/pass combination
3. Tunnelblick will complain with a alert box, and after acknowleding the
box, it will retry the bad combination, over and over again.

This is with Tunnelblick-3.0b10

Original issue reported on code.google.com by ralf.hil...@gmail.com on 27 Nov 2008 at 8:59

GoogleCodeExporter commented 9 years ago
I also have this issue on Mac 10.5.5.

As a work around ... 
Quit Tunnelblick
Launch /Applicaitons/Utilities/Keychain Access
Keychain > login > Doubleclick OpenVPN-Auth
Check "Show Password"
Edit password to correct one
Start Tunnelblick

Original comment by austin...@gmail.com on 2 Dec 2008 at 12:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
sveihan

That not the correct place to fix the issue. The code there is checking whether 
prompt to repair permissions of 
config file has failed/been cancelled.

Also, I am aware of cases where we will get back authentication failed error 
even though the credentials are 
correct due to something being wrong on the server side.

The proper fix would be to have the NSRunAlertPanel that is being thrown up in 
processLine() include a cancel 
button and/or try different password button and handle the user's response.

Original comment by batman...@gmail.com on 4 Jan 2009 at 2:14

GoogleCodeExporter commented 9 years ago
Fix added to trunk as r87.

Original comment by jkbull...@gmail.com on 20 May 2009 at 3:43