]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/README.radexample
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / README.radexample
1 $Id: README.radexample,v 1.1 2002/01/22 16:03:00 dfs Exp $
2
3 In src/radexample.c is a small example on how to use the library
4 lib/libradclient.a. 
5
6 You only need to include radiusclient.h into your applications and link
7 against the library. For this example to work your radiusclient config file
8 has to be setup right.
9
10 I make no guarantees that the library interface stays the same as
11 radiusclient evolves, but I think that the whole thing is so simple that the
12 changes to source code which uses this library should always be trivial.