Using Radiusclient to implement a radius client on Windows platform?
Hi I'm a newbie, hope someone can help me. I'm trying to implementing a radius client on Windows platform to work with freeradius. I intend to use VC++ or Delphi. radiusclient is for linux platform, can i adapt it for Windows? Grateful for any pointers. :) Rgds, Joshua
Joshua Lim wrote:
Hi I'm a newbie, hope someone can help me. I'm trying to implementing a radius client on Windows platform to work with freeradius. I intend to use VC++ or Delphi. radiusclient is for linux platform, can i adapt it for Windows?
You'll have to hack the source code. It's not really portable right now. Alan DeKok.
Hi Alan, Thanks, how about using the pgina radius plugin? http://userpage.fu-berlin.de/~holger/radiusplugin/RADIUSplugin-0.3src.zip It has code taken from pam_radius_auth Is pam_radius_auth using radiusclient? Rgds, Joshua Alan DeKok wrote:
Joshua Lim wrote:
Hi I'm a newbie, hope someone can help me. I'm trying to implementing a radius client on Windows platform to work with freeradius. I intend to use VC++ or Delphi. radiusclient is for linux platform, can i adapt it for Windows?
You'll have to hack the source code. It's not really portable right now.
Alan DeKok.
Joshua Lim wrote:
Hi Alan,
Thanks, how about using the pgina radius plugin? http://userpage.fu-berlin.de/~holger/radiusplugin/RADIUSplugin-0.3src.zip
It has code taken from pam_radius_auth
Is pam_radius_auth using radiusclient?
No. They are different code bases. They should really be unified at some point. Alan DeKok.
participants (2)
-
Alan DeKok -
Joshua Lim