tags:

views:

104

answers:

0

We have a RADIUS client implementation that doesn't quite conform to RFCs (either of them). I'd like to run some sort of unit tests against it to spot the bugs easily.

As I'm probably not the first person in the world trying to do that, I believe there must be some sort of conformace test server. The question is: how to find it?

The current client works well on most implementations in most common scenarios. It was tested against live servers but still some bugs were not detected. I can code a dummy test server that will test against the spec, but don't want to reinvent the whell (well, at least not this one).