According to the network-manager documentation, 'none' is not supported
in the current stable release.
https://developer.gnome.org/NetworkManager/stable/nm-settings.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1578589

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

Status in network-manager package in Ubuntu:
  Expired

Bug description:
  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 (?)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to