xingplus / tunnelblick

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

Passphrase not retrieved from keychain. #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start connection.
2. Select option to save passphrase to keychain.
3. Disconnect and try again.

What is the expected output? What do you see instead?
Tunnelblick should get the passphrase from the keychain. Instead it asks
again to enter the passphrase.

What version of Tunnelblick are you using? On what version of OS X? PPC or
Intel?
Tunnelblick 3.0b21 build 1214 (self compiled from SVN) on Snow Leopard (Intel).

Please provide any additional information below.
The item is actually stored to the keychain. But the client does not use it.

Original issue reported on code.google.com by dbert...@gmail.com on 19 Oct 2009 at 8:06

GoogleCodeExporter commented 9 years ago
Are you running Snow Leopard 32-bit or 64-bit kernel?

Please check that, with XYZ.conf as the name of the configuration file:

1. A tunnelblick preference named "XYZ-keychainHasPrivateKey" exists and is a 
boolean and is true (checked).

2. There is a Keychain item with
     Name: "Tunnelblick-Auth-XYZ"
     Kind: "application-password"
     Acccount: "privateKey"
     Where: "Tunnelbick-Auth-XYZ"
     Password: the passphrase

Thanks.

Original comment by jkbull...@gmail.com on 20 Oct 2009 at 12:06

GoogleCodeExporter commented 9 years ago
Arrgghhh! Sorry about that.

Found a problem (preference wasn't being set).

Committed a fix as r215.

Please let us know if this fixes your problem.

Original comment by jkbull...@gmail.com on 20 Oct 2009 at 12:19

GoogleCodeExporter commented 9 years ago
Yes, now it works. Thanks.

Original comment by dbert...@gmail.com on 20 Oct 2009 at 11:58

GoogleCodeExporter commented 9 years ago
Thanks for letting us know.

Original comment by jkbull...@gmail.com on 20 Oct 2009 at 12:07