I've done a few without issues using WPA2/AES/EAP with the Aruba snapin and LDAP in the backend....
Try via CLI with the attached xml file (you'll have to change the SSID within the file of course) netsh wlan add profile filename=c:\temp\wpa2.xml Ken Connell Intermediate Network Engineer Computer & Communication Services Ryerson University 350 Victoria St RM AB50 Toronto, Ont M5B 2K3 416-979-5000 x6709 ----- Original Message ----- From: Jonathan Czar <[EMAIL PROTECTED]> Date: Tuesday, August 26, 2008 8:50 am Subject: [WIRELESS-LAN] Aruba EAP-GTC and Vista error To: [email protected] > We're using Aruba's Fastconnect to authenticate to an LDAP server on > the backend. We're installing the Aruba EAP-GTC shim and on some > Vista machines we're getting an error when we go to EAP/PEAP > properties that says "Windows has encountered an error saving EAP > properties. Specific error: the specified module could not be found". > This prevents us from choosing the generic EAP Token. > > Has anyone seen this error and found a solution? Thanks. > > Jonathan Czar > Castleton State College > > ********** > Participation and subscription information for this EDUCAUSE > Constituent Group discussion list can be found at > http://www.educause.edu/groups/. > ********** Participation and subscription information for this EDUCAUSE Constituent Group discussion list can be found at http://www.educause.edu/groups/.
<?xml version="1.0"?> <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"> <name>RYE_WPA</name> <SSIDConfig> <SSID> <hex>5259455F575041</hex> <name>YourSSID</name> </SSID> <nonBroadcast>false</nonBroadcast> </SSIDConfig> <connectionType>ESS</connectionType> <connectionMode>auto</connectionMode> <autoSwitch>true</autoSwitch> <MSM> <security> <authEncryption> <authentication>WPA2</authentication> <encryption>AES</encryption> <useOneX>true</useOneX> </authEncryption> <OneX xmlns="http://www.microsoft.com/networking/OneX/v1"> <EAPConfig><EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"><EapMethod><Type xmlns="http://www.microsoft.com/provisioning/EapCommon">25</Type><VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId><VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType><AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</AuthorId></EapMethod><ConfigBlob>01000000360000000100000001000000010000001500000017000000000000000000010000000F000000060000000000000000000000</ConfigBlob></EapHostConfig></EAPConfig> </OneX> </security> </MSM> </WLANProfile>
