Bug 359001
| Summary: | Disabled connect button when using IEEE80211X security with TTLS and PAP | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Timo Hirt <timohirt> |
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dcbw, dpullman, drago01, d.r.stikkolorum, hdegoede, wtogami |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.0-0.6.6.svn3138.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-07 01:18:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 336531 | ||
| Bug Blocks: | |||
|
Description
Timo Hirt
2007-10-30 19:31:35 UTC
I assume you are not choosing a CA certificate? Do you want to ignore verification of the RADIUS server's certificate? The applet currently requires a CA certificate but I'm thinking of changing this to just nag you with a "this isn't really secure, are you sure" instead of requiring one. You are completly right, CA certificates are not used for verification by the wlan I am accessing. Would be great for a lot of students here if you could build in this nag. + 1 on not forcing it. Working on this now *** Bug 364021 has been marked as a duplicate of this bug. *** NetworkManager-0.7.0-0.6.6.svn3109.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update NetworkManager' Now nm-applet crashes with the following error. (started from command line, after updating with testing rpm and restarting NM service) ** ERROR **: file eap-method-ttls.c: line 210 (nag_user): assertion failed: (dialog) aborting... Accespoint config: dynnamic WEB - TTLS PAP - no certificate NetworkManager-0.7.0-0.6.6.svn3109.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. I see the update has been pushed to stable update, but for my college Dave the problem still exists with NetworkManager-0.7.0-0.6.6.svn3109.fc8, see comment 7 and 8. I got a backtrace from somebody, will work on that today. Need to be able to reproduce; but bodhi pushes updates out when they get 3 karma or more or something like that. The update doesn't make the problem _worse_ so I think that's a fair tradeoff for the moment. Thanks for reopening. NetworkManager-0.7.0-0.6.6.svn3138.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update NetworkManager' I tried the update and it no longer crashes
but still doesn't connect with dynamic wep (TTLS and PAP)
Under F7 it used to work.
I can connect with wpa_supplicant using the following commands:
wpa_supplicant -Dwext -ieth1 -c /etc/wpa_supplicant/wpa_supplicant.conf
Config file (wpa_supplicant.conf):
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
network={
ssid="HHS-802-1x"
scan_ssid=1
key_mgmt=IEEE8021X
eap=TTLS
phase2="auth=PAP"
identity="xxxxxxx"
password="xxxxxxx"
}
NetworkManager-0.7.0-0.6.6.svn3138.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. Note this still does not work with my work's WLAN (tested using a college's (Dave's) laptop. The connect button works now and it no longer crashes, but it doesn't connect (which used to work with Fedora 7, and works with wpa_supplicant from the cmdline). See comment #13, reopen or should we create a new bug for this? (In reply to comment #15) > Note this still does not work with my work's WLAN (tested using a college's > (Dave's) laptop. The connect button works now and it no longer crashes, but it > doesn't connect (which used to work with Fedora 7, and works with wpa_supplicant > from the cmdline). See comment #13, reopen or should we create a new bug for this? > For me this did not work until NetworkManager-0.7.0-0.6.7.svn3204.fc8 (grabed from koji) you will need a libnl and libdhcp update. But now I can connect to dynamic wep/ttls with mschapv2. Ah, svn3204 being in tested was never added as a comment to this bug, however svn3204 + the new libnl and libdhcp from updates-testing also fixes wireless through networkmanager here, Thanks! |