16591b9b32
IEEE 802.1X supplicant. This port does not support the wireless WPA/WPA functionality yet, because it is missing in the OpenBSD net80211 kernel implementation. Successfully tested with 802.1X on ProCurve switches with OpenBSD running freeradius in the backend. This port is based on work by Jussi Salzwedel, thanks! ok aanriot@
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
# $OpenBSD: wpa_supplicant.conf,v 1.1 2007/07/01 19:50:57 reyk Exp $
|
|
# Sample wpa_supplicant configuration file for wired IEEE 802.1x
|
|
# port authentication. See wpa_supplicant.conf(5).
|
|
|
|
ctrl_interface=/var/run/wpa_supplicant
|
|
ctrl_interface_group=wheel
|
|
ap_scan=0
|
|
|
|
network={
|
|
key_mgmt=IEEE8021X
|
|
eap=MD5
|
|
identity="user"
|
|
password="password"
|
|
eapol_flags=0
|
|
}
|