在Windows 2003中使用WCF服务进行Radius身份验证

问题描述:

任何人都可以告诉我,进行半径身份验证的要求是什么?

我的服务器机器正在使用Windows 2003.

我想调用一个wcf服务检查身份验证(我将通过用户名和密码)。

在进行身份验证之前,我想知道我的Windows 2003服务器计算机应该有什么东西或配置,以便我可以调用radius身份验证。

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.

Radius服务器通常不会公开任何WCF接口。但是在它之上有WCF实现。像这样: http://wcfradiusservice.codeplex.com/ [ ^ ]

从这里开始: http://technet.microsoft.com/en-us/library/cc781690(v = ws.10).aspx [ ^ ]如果你想知道如何在Windows 2003上设置和配置IAS服务器。但是还有其他(更好的)半径服务器实现,而不是Windows 2003附带的服务器实现,如下所示: http ://freeradius.org/ [ ^ ]
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/[^]