Feature #2400
closedGUI options for WPA Enterprise with identity/password
0%
Description
WebCfg WiFi Interfaces allows one to connect to just about anything, but connecting to a AD network with identity/password is not possible as of now.
The WPA Config should end up looking like this for it to work in my scenario.
==================================================
network={
ssid="FOOBAR"
key_mgmt=WPA-EAP
eap=PEAP
identity="DOMAINNAME\USERNAME"
password="My ActiveDirectory Password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
==================================================
The GUI "needs" the following options to work as client for WPA-Enterprise PEAP environments.
- Identity: [Text field where one put in their AD account for example)
- Password: [Text field where one put in their AD password, for example)
- PEAP version: (auto,) 0 and 1
- Inner authentication: MSCHAPv2, MD5, GTC
- Possibly also a choice of certificate.
I got this working by hacking /etc/inc/interfaces.inc slightly.
See this thread for a more detailed scenario description:
[[http://forum.pfsense.org/index.php/topic,44801.0.html]]