Hi,
I am going to develop my own radius managment system usng either ASP, or ASP.Net.
I just need some pointers on what connection I can perform to the FreeRadius server?
Any Help is appreciated.
Thankyou
Joshua
For what reasons are you connecting to the FreeRADIUS server? Like if you want to manage it using an .asp script, then it is probably wiser to use a database backend and use that to store the configs.Hi,
I am going to develop my own radius managment system usng either ASP, or ASP.Net.
I just need some pointers on what connection I can perform to the FreeRadius server?
Any Help is appreciated.
Thankyou
Joshua
I started to build a management system using, freeradius with MySQL backend, and an NT Server running ASP and interfacing directly with the MySQL DB. Worked well, until I decided to try the Mikrotik Hotspot stuff ;)Hi,
I would love to simply use a database to manage users, but as far as I can see the only external managment of users that is available is a radius server?