Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Radius Module for Windows Apache ? |
|
Author |
|
Kruschii
Joined: 28 Sep 2022 Posts: 4 Location: MUC
|
Posted: Thu 29 Sep '22 10:26 Post subject: Radius Module for Windows Apache ? |
|
|
Hello,
the last days i am looking for this, has anyone an idea ?
Greetings, Peter |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
Kruschii
Joined: 28 Sep 2022 Posts: 4 Location: MUC
|
Posted: Sun 02 Oct '22 23:21 Post subject: |
|
|
Hello,
i know but i am not able to compile under windows, i install mingw and also visual studio ... but so much problems and errors and i dont unterstand all the errors, i am not an programmer ...
greets, Peter |
|
Back to top |
|
tangent Moderator
Joined: 16 Aug 2020 Posts: 348 Location: UK
|
Posted: Mon 03 Oct '22 20:18 Post subject: |
|
|
I had a quick look at the mod_auth_radius.c code, and soon realised it's Unix centric (POSIX based), and doesn't currently support a Windows code alternative.
If you're up for programming, you'd need to replace the Unix socket code with its Windows equivalent (Winsock), along with some of the time based functions such as gettimeofday() in the random_vector_get() function. There is example code out there on the net, that would help you with this, but if you're not up for that level of programming and debug testing, I think you'll need to go with an alternative auth mechanism as suggested by James Blond. |
|
Back to top |
|
Kruschii
Joined: 28 Sep 2022 Posts: 4 Location: MUC
|
Posted: Mon 03 Oct '22 20:58 Post subject: |
|
|
Hello and thx for the answer .... its to high for me.
I can wait ... maybe some day another people will compile it for windows. I can not believe i am the only one using an windows server with radius auth.
but again, thanks for answer.
greets, Peter |
|
Back to top |
|
|
|
|
|
|