Add these files, used with TDB.
[mpls-ppp.git] / pppd / plugins / radius / radiusclient / README.radexample
blobce80c4d18ec2064afa781e8e424c7cc3e6f8f6bb
1 $Id: README.radexample,v 1.1 2002/01/22 16:03:00 dfs Exp $
3 In src/radexample.c is a small example on how to use the library
4 lib/libradclient.a. 
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.
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.