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]]
Updated by Jim Pingle over 5 years ago
- Category changed from Interfaces to Wireless
Updated by Viktor Gurov almost 4 years ago
Updated by Jim Pingle almost 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.6.0
Updated by Renato Botelho almost 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Tim Cappalli almost 4 years ago
The PAP inner method is missing from EAP-TTLS in the pull request. PAP and MSCHAPv2 are the two most common inner methods.
Updated by Viktor Gurov almost 4 years ago
Tim Cappalli wrote:
The PAP inner method is missing from EAP-TTLS in the pull request. PAP and MSCHAPv2 are the two most common inner methods.
https://gitlab.netgate.com/pfSense/pfSense/-/merge_requests/155
Updated by Jim Pingle almost 4 years ago
- Status changed from Feedback to Pull Request Review
Updated by Renato Botelho almost 4 years ago
- Status changed from Pull Request Review to Feedback
PR has been merged. Thanks!
Updated by Jim Pingle over 3 years ago
- Subject changed from WPA Enterprise with identity/password to GUI options for WPA Enterprise with identity/password
Updating subject for release notes.
Updated by Jim Pingle over 3 years ago
- Target version changed from 2.6.0 to 2.5.2