Re: Status of two phase auth



My University uses the same setup. Just click on the NM icon, select to connect to a new network, select "WPA2 Enterprise", and just enter the SSID and your identity/password. It should take care of the rest. (Works for me anyways...)

JLP

Tomasz Torcz wrote:
  Hi,

I wonder, if any work have been done on two phase auth? In this email --
http://mail.gnome.org/archives/networkmanager-list/2006-February/msg00232.html ,
Mr Love states, that it isn't (yet) the case. But his email is from
February, maybe some work was done?

  I'm asking because to use my University WiFi I need WEP (not WPA)
with PEAP authorisation (login/password). Following wpa_supplicant
config works, but using NM would be far more pleasant.


ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
	ssid="PGWLAN"
	key_mgmt=IEEE8021X
	eap=PEAP
	identity="username"
	password="password"
	phase1="peaplabel=0"
	phase2="auth=MSCHAPV2"
}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]