This is a library to generate RADIUS authentication request.

Please read the copyrights in radlib.c :)

Some parts of the radlib.c I took from http://www.nlc.net.au/~john
who did the same for an older version of junipers libradius.

many tnx!
	Martin
(gremlin@portal-to-web.de)



Installation:

FreeBSD
-------

This library is included in all FreeBSD 4.x and higher versions. So, if
you run one of this operating systems, you don't need this one!

Linux
-----

You will first need the MD5 library, libmd, installed. 
You can find it at http://www.portal-to-web.de/tacacs/download.php or
http://www.nlc.net.au/~john/software/libmd.tar.gz


The default location prefix for installation is /usr/local/
It also guesses, that libmd has the same install prefix. If you
want to install this lib somewhere else (like homedir...) modifiy
the PREFIX statement in the Makefile.linux

Type the following to build...

	make -f Makefile.linux

Type the following to install..

	make -f Makefile.linux install


