uRadiusLib 0.1 review

Download
by rbytes.net on

uRadiusLib is a full, small, and easy to use C RADIUS client library

License: GPL (GNU General Public License)
File size: 38K
Developer: Gary Wallis
0 stars award from rbytes.net

uRadiusLib is a full, small, and easy to use C RADIUS client library. It includes full AAA example code with complete attribute sets.

It provides AAA via a very easy C API for your applications. uRadiusLib is based on the Cistron and Livingstone radiusd code.

It was originally designed to be used in embedded Linux applications with uClibC/Buildroot or similar, but can be used anywhere.

Installation:

cd liburadius
make
make install

cd examples
#setup hardcoded for your radius server
#See PLAN for API
vi testauth.c
make testauth
./testauth

#setup hardcoded for your radius server
#See PLAN for API
vi testacct.c
make testacct
./testacct

uRadiusLib 0.1 search tags