Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone please tell me, what are the requirement for doing a radius authentication?
My server machine is having windows 2003.
I want to call a wcf service to check for the authentication(where i will pass username and password).
Before doing the authentication I want to know what are the things or configuration should be there in my windows 2003 server machine, so that i can call for a radius authentication.
Posted
Updated 8-Apr-13 7:09am
v2

1 solution

Radius servers are not exposing any WCF interface in general. But there are WCF implementations on top of it. Like this one: http://wcfradiusservice.codeplex.com/[^]
Start here: http://technet.microsoft.com/en-us/library/cc781690(v=ws.10).aspx[^] if you want to know how to set up and configure IAS server on windows 2003. But there are other (better) radius server implementations than the one shipped with windows 2003, like this one: http://freeradius.org/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900