Dan Williams wrote:
> Hmm, I don't think so... does wpa_supplicant support that?
Turns out that it does. Here's my wpa_supplicant conf file:
network={
ssid="essid"
scan_ssid=1
key_mgmt=WPA-EAP
group=TKIP
pairwise=TKIP
auth_alg=OPEN LEAP
eap=LEAP
priority=2
proto=WPA
identity="username"
password="password"
}
If you want it, I can send the debugging output from wpa_supplicant when
I connect.
No debug info necessary. Actually, the only real work the new LEAP support in NM does is writing a suitable configuration file for wpa_supplicant. I can add support for the above config options in the NM LEAP code. Is the above config the only thing you need to do to get going?
--