Arno,

you does not give informations about the version/distro used; and
trusting a 2011's link is a bit weird.

Look at how to access PEAP nowadays:
http://askubuntu.com/questions/685855/cant-get-wireless-up-on-corporate-network

** Changed in: network-manager (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
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:
  Incomplete

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/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to