You have been subscribed to a public bug:

Binary package hint: network-manager

NetworkManager uses wpa_supplicant as a backend, right?

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 really unfortunate,
because NetworkManager handles Suspend quite well (it brings the network
down before sleeping, so that the driver doesn't get all confused when
it wakes up).

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"
}

Can we get NetworkManager to configure the phase2 field?

** Affects: deluge (upstream)
     Importance: Undecided
         Status: Invalid

** Affects: network-manager (upstream)
     Importance: Unknown
         Status: Incomplete

** Affects: network-manager (Ubuntu)
     Importance: Undecided
     Assignee: Ubuntu Desktop Bugs
         Status: Fix Released

-- 
NetworkManager Should Support MSCHAPv2
https://bugs.launchpad.net/bugs/81462

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to