Comment 2 for bug 158541

Revision history for this message
Paul Dufresne (paulduf) wrote :

Thank you for your comments. This does not appear to be a bug report and we are closing it. We appreciate the difficulties you are facing, but it would make more sense to raise your question in the support tracker. [WWW]
https://answers.launchpad.net/ubuntu/+source/wpasupplicant/

That said, "man wpa_supplicant.conf" show me:
       2. WPA-RADIUS/EAP-PEAP/MSCHAPv2 with RADIUS servers that use old peaplabel (e.g., Funk Odyssey and SBR, Meeting‐house Aegis, Interlink RAD-Series)

          ctrl_interface=/var/run/wpa_supplicant
          ctrl_interface_group=wheel
          network={
               ssid="example"
               scan_ssid=1
               key_mgmt=WPA-EAP
               eap=PEAP
               <email address hidden>"
               password="foobar"
               ca_cert="/etc/cert/ca.pem"
               phase1="peaplabel=0"
               phase2="auth=MSCHAPV2"
          }