Public bug reported:

Networkmanager has no option for "none" as inner authentication.

MSCHAPv2, GTC and MD5 are the only options.

The page http://ubuntuforums.org/showthread.php?t=1726522 suggests
adding "none" as phase2-auth, but doing that syslog tells me the config
for that network is invalid.

However, this works fine with the wpa_supplicant config file
~/scowlan.conf:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=root
network={
     ssid="PS-XWLAN"
     key_mgmt=WPA-EAP
     eap=PEAP
     phase1="peaplabel=0"
     phase2="none"
     identity="USERNAME"
     password="PASSWORD"
}

and running it like this works fine:
wpa_supplicant -B -iwlan0 -c ~/scowlan.conf

I guess adding "none" as a recognizable option in networkmanager will do
(?)

** Affects: network-manager (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578589

Title:
  Add support for  <none> as inner authentication in PEAP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1578589/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to