Summary: | KWallet password is requested even for unencrypted WiFi | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Rolf Eike Beer <kde> |
Component: | Wireless | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lamarque, mattm3a |
Priority: | NOR | ||
Version: | 0.9 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rolf Eike Beer
2011-06-01 20:49:53 UTC
What you are saying is that the access point has a secret key, but you can connect with or without the secret key. But if there is a key stored in kwallet then Plasma NM should try it in my oppinion. It is not efficent first trying without the key and if that fails open the kwallet and try again with the key. Doing that would delay all connections to access points that do require a secret key. > What you are saying is that the access point has a secret key, but you can
> connect with or without the secret key. But if there is a key stored in
> kwallet then Plasma NM should try it in my oppinion. It is not efficent
> first trying without the key and if that fails open the kwallet and try
> again with the key.
> Doing that would delay all connections to access points that do require a
> secret key.
No, what I say is that the AP has _no_ key at all and has never been but
NM still asks for the KWallet password. If there is a key stored (with
whatever content) it's probably NM's own fault as he stored it there.
Git commit b268b15d8797fbfcc1dd60e2b8b97aa1f38636a7 by Lamarque V. Souza. Committed on 07/06/2011 at 23:26. Pushed by lvsouza into branch 'master'. Try to prevent opening kwallet when there is no secret to retrieve. CCBUG: 274702 M +10 -8 backends/NetworkManager/settings/802-11-wireless-securitydbus.cpp M +4 -0 libs/internals/settings/802-11-wireless-security.h M +0 -1 libs/ui/wirelesspreferences.h http://commits.kde.org/networkmanagement/b268b15d8797fbfcc1dd60e2b8b97aa1f38636a7 Ok, reopening the bug then. Please test the commit above. I do not have NM-0.8 installed anymore to test it. This problem seems not to happen with NM-0.9. Git commit f5052080d0b4bedbbcd48ce8b8bfb7ad11a38160 by Lamarque V. Souza. Committed on 08/06/2011 at 01:29. Pushed by lvsouza into branch 'nm09'. When deleting a connection do not open kwallet if it is not needed. CCBUG: 275161 CCBUG: 274702 M +4 -0 libs/service/secretstorage.cpp http://commits.kde.org/networkmanagement/f5052080d0b4bedbbcd48ce8b8bfb7ad11a38160 Git commit 026bd215749fba9d6f898ec7778543a0ca12aab1 by Lamarque V. Souza. Committed on 08/06/2011 at 01:27. Pushed by lvsouza into branch 'master'. When deleting a connection do not open kwallet if it is not needed. CCBUG: 275161 CCBUG: 274702 M +6 -3 settings/config/manageconnectionwidget.cpp http://commits.kde.org/networkmanagement/026bd215749fba9d6f898ec7778543a0ca12aab1 *** Bug 275748 has been marked as a duplicate of this bug. *** Is this still happening? Works for me. |