Summary: | Network manager applet prompts for password and resets it unnecessarily | ||
---|---|---|---|
Product: | [Plasma] plasma-nm | Reporter: | Dima Ryazanov <dima> |
Component: | general | Assignee: | Lukáš Tinkl <lukas> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | jgrulich |
Priority: | NOR | ||
Version: | 0.9.3.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dima Ryazanov
2015-02-20 22:54:38 UTC
Git commit 7aa24f41996a05f9ac2f6ec95d8889f9f16e6457 by Jan Grulich. Committed on 22/02/2015 at 13:16. Pushed by grulich into branch 'master'. Show correct connection name In ConnectionSettings name is not actual name of the connection it represents, but the name of setting type. Related: bug 334901 M +1 -1 kded/passworddialog.cpp http://commits.kde.org/plasma-nm/7aa24f41996a05f9ac2f6ec95d8889f9f16e6457 Git commit 51dab26b13082e3e5c0d26d0a2e6088940953eec by Jan Grulich. Committed on 22/02/2015 at 13:16. Pushed by grulich into branch 'Plasma/5.2'. Show correct connection name In ConnectionSettings name is not actual name of the connection it represents, but the name of setting type. Related: bug 334901 M +1 -1 kded/passworddialog.cpp http://commits.kde.org/plasma-nm/51dab26b13082e3e5c0d26d0a2e6088940953eec Git commit 8b21d56a83d622fde3eba117b8de1af03dd2bded by Jan Grulich. Committed on 22/02/2015 at 13:16. Pushed by grulich into branch '0.9.3'. Show correct connection name In ConnectionSettings name is not actual name of the connection it represents, but the name of setting type. Related: bug 334901 M +1 -1 kded/passworddialog.cpp http://commits.kde.org/plasma-nm/8b21d56a83d622fde3eba117b8de1af03dd2bded You should not use your secured connection for also unsecured networks, NM then probably tries to use your configuration and obviously fails, because your connection is configured for another network. It also makes sense that the new password gets saved, because that's mostly what you want and the password doesn't get saved only in case you explicitly set it shouldn't be stored. I completely agree. The problem is, in my case, the IT messed up and left the network unsecured. After they fixed it, I tried to connect again - and still failed because of this bug. I ended up wasting IT's time because I was assuming it was still a problem with the network, only to realize it was actually a problem on my end... |