Same issue here. Group password is requested randomly when trying to connect.
The group password is stored in gnome-keyring and visible both on the VPN 
section of the "Network connections" window and also in the keyring tool.
Just retrying connecting some more times and suddenly the group-password is not 
requested and than VPN is working.
Than trying again and  group password is requested again.
So it seems sometimes in can not sometimes in can read group password from 
keyring.

Sorry if I am wrong but made some debugging and this is my result:

bad case:
gnome_keyring_find_itemsv_sync(...) = 9 <--According to 
http://developer.gnome.org/gnome-keyring/unstable/gnome-keyring-Search-Functionality.html#gnome-keyring-find-itemsv-sync
 this means I believe GNOME_KEYRING_RESULT_NO_MATCH
gnome_keyring_found_list_free(...) = 2
gnome_keyring_find_itemsv_sync(...) = 9
gnome_keyring_found_list_free(...) = 2

good case:
gnome_keyring_find_itemsv_sync(...) = 0 <-- While this one is 
GNOME_KEYRING_RESULT_OK
g_list_nth_data(...) = 0xSomething

No changes on the system. Just retrying, retrying, retrying.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044798

Title:
  Connection dialog asks for group password even it is stored in
  configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1044798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to