GNOME Bugzilla – Bug 400605
NetworkManager should support MSCHAPv2
Last modified: 2007-02-09 22:07:38 UTC
My university (and, by reading blog posts, I'm not alone) uses WPA with MSCHAPv2 for Phase 2 authentication. wpa_supplicant supports this behaviour, but there is no way to configure it with NetworkManager, so after being super-impressed with NM, I'm back to using wpa_supplicant.conf and "sudo ifup eth1". This is unfortunate, because I really like NetworkManager. Anyway, here's my [redacted] wpa_supplicant.conf: network={ ssid="<ssid>" scan_ssid=1 key_mgmt=WPA-EAP eap=PEAP identity="<username>" password="<password>" phase1="include_tls_length=1 peaplabel=0" phase2="auth=MSCHAPV2" } So... can NetworkManager be made to configure the phase2 field?
This looks like a dup of Bug #359369 ...
Yup, it sure is a dupe... didn't turn up when I searched the existing bugs. I was probably using "WPA" as a search term, which doesn't show up anywhere in Bug #359369. *** This bug has been marked as a duplicate of 359369 ***