Bug 188087 - fails to connect to WPA-Enteprise networks
Summary: fails to connect to WPA-Enteprise networks
Status: RESOLVED FIXED
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: Plasma Widget (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords:
: 191071 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-25 17:55 UTC by Per Hermansson
Modified: 2009-05-07 16:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch for excluding sending the peap-phaselabel to Network-Manager (2.41 KB, patch)
2009-03-25 18:00 UTC, Per Hermansson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Per Hermansson 2009-03-25 17:55:56 UTC
Version:           svn930811 (using KDE 4.2.1)
OS:                Linux
Installed from:    Ubuntu Packages

The widget fails to connect to WPA-enteprise networks that are shown in the network list (i.e. not hidden).

Network manager gives the following output on attempt to connect to the network.
NetworkManager: <WARN> connection_get_settings_cb(): connection_get_settings_cb: Invalid connection: 'NMSetting8021x' / 'phase1-peaplabel' invalid : 1

The connection settings that produced the error above is: WPA-EAP with PEAP and MSCHAPv2 

This bug could be a duplicate of #186325
Comment 1 Per Hermansson 2009-03-25 18:00:08 UTC
Created attachment 32392 [details]
Patch for excluding sending the peap-phaselabel to Network-Manager

I've created a patch which don't sets the peaplabel setting when using peap version 0 and also don't set it when it hasn't been configured (which is also currently not possible using the GUI).

I've tested it and it works for me. Some more documentation about the issue and fix here: https://bugs.launchpad.net/ubuntu/+source/plasma-widget-network-manager/+bug/334052
Comment 2 Will Stephenson 2009-04-22 23:03:13 UTC
SVN commit 957781 by wstephens:

Commit patch by Per Hermansson to fix peapver restore.
BUG:188087


 M  +3 -3      settings/802-1xpersistence.cpp  
 M  +17 -0     settings_hand_edits.diff  


WebSVN link: http://websvn.kde.org/?view=rev&revision=957781
Comment 3 Per Hermansson 2009-04-22 23:11:13 UTC
Thanks for accepting my patch. But the one you committed was actually the one from bug #189616 and not related to this bug.
Comment 4 Will Stephenson 2009-04-28 16:39:58 UTC
SVN commit 960506 by wstephens:

Commit patch by Per Hermansson to fix peap phase label.
BUG:188087


 M  +4 -1      802-1xdbus.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=960506
Comment 5 Andreas Wenning Rangholm 2009-05-07 16:58:42 UTC
*** Bug 191071 has been marked as a duplicate of this bug. ***