Hello xsupplicant developers,
please let me know how I can give you my diff to help fix "Direct RADIUS mode
doesn't work - ID: 2683931"
I just got xsupplicant 2.2 to successfully authenticate in direct mode:
- using EAP-TLS
- against free radius 2.1.9
- some code changes on xsupplicant were necessary, such as adding avp 24 (State)
- new configuration file is included below.
Thanks
Tom
<?xml version="1.0"?>
<XsupplicantConfig version="1.0" generated_data="1/20/07">
<Globals>
</Globals>
<Profiles>
<Profile>
<Name>Test TLS profile</Name>
<Identity>ano...@te...</Identity>
<EAP>
<Type>tls</Type>
<Trusted_Server>My TLS Server</Trusted_Server>
<User_Certificate>/home/tom/builds/gen2/eclipse/wpa-client/configuration/sampleCerts/devcertsigned.pem</User_Certificate>
<User_Key_File>/home/tom/builds/gen2/eclipse/wpa-client/configuration/sampleCerts/devkey.pem</User_Key_File>
<Store_Type>FILE</Store_Type>
<User_Key_Password>sample</User_Key_Password>
</EAP>
</Profile>
</Profiles>
<Connections>
<Connection>
<Name>radius</Name>
<SSID>my_tls_ssid</SSID>
<Profile>Test TLS Profile</Profile>
<Association>
<Type>Open</Type>
</Association>
</Connection>
</Connections>
<Trusted_Servers>
<Trusted_Server>
<Name>My TLS Server</Name>
<Store_Type>FILE</Store_Type>
<Location>/home/tom/builds/gen2/eclipse/wpa-client/configuration/sampleCerts/rootsrvcert.pem</Location>
<Common_Name>Grid-Net-Root-CA</Common_Name>
</Trusted_Server>
</Trusted_Servers>
</XsupplicantConfig>
|