Comment 3 for bug 94479

Revision history for this message
Didier L (l-farquaad) wrote :

Hi. I can confirm that it works under Gutsy: I can apply the following wpa_supplicant configuration using only nm-applet:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
network={
 ssid="XXXXXXXX"
 key_mgmt=WPA-EAP
 eap=TTLS
 <email address hidden>"
 password="XXXXX"
 ca_cert="/etc/wpa_supplicant/ct_root.crt"
 phase2="auth=PAP"
}
(the ca_cert does not seem to be needed for NM)

However it seems to have problems remembering the login/password, I'll create a new bug report after a few more testing next week.

Notice that this bug is perhaps a duplicate of Bug #107321