| Summary: | knetworkmanager (vpnc) does not ask for password when Always Ask is set | ||
|---|---|---|---|
| Product: | [Unmaintained] knetworkmanager | Reporter: | Andrey Borzenkov <arvidjaar> |
| Component: | general | Assignee: | Will Stephenson <wstephenson> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | lamarque, mhlavink, rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrey Borzenkov
2010-02-17 19:49:01 UTC
I can see the same problem in kde 4.4.2 using knetworkmanager-0.9-0.17.20100310.fc13.x86_64 After I set up vpnc and click on it in the knetworkmanager menu nothing happens. Nothing at all, not even asked for password. I left user passphrase "always ask" because our vpn uses rsa token generated passwords changing every minute, so it's not possible to store that password we've 2 independent confirmations @ redhat Suggested patch in bug 244416. The reason it happens - VPN layer in knetworkmanager always saves secrets in kwallet; for secret with ALWAYS_ASK property it saves empty value. On connection it checks only whether *anything* was saved in kwallet, not whether individual secrets do have values. *** This bug has been marked as a duplicate of bug 244416 *** |