radius-protocol

Emulate a radius server in .NET

We have a wireless controller that prompts client machines for a username and pass using radius, the wireless controller than relays that request to us, where we need to then send that request to a third party unencrypted. is it possible to emulate a radius server in .net is there an api. is there a radius encryption algo short of clea...

How to differentiate between initial Access-Request at RADIUS server

How to differentiate between initial Access-Request and Access-Request in response to Access-Challenge for RADIUS ? according to RFC 2138 section 4.4. Access-Challenge; It always sends new Access-Request for access-challenge. ...

EAP-SIM with JRadius

Hi there, I am trying to implement a radius client which authenticates via EAP-SIM. The radius client is using the JRadius framework (a requirement of the guys I'm working with), however it seems that JRadius doesn't have an authenticator for EAP-SIM. Does anybody have any advice on how I might implement it myself (anybody with knowled...