X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2FREADME.radexample;fp=pppd%2Fplugins%2Fradius%2Fradiusclient%2FREADME.radexample;h=ce80c4d18ec2064afa781e8e424c7cc3e6f8f6bb;hb=d95598c16f6a3feb4846db669601856bad15bb74;hp=0000000000000000000000000000000000000000;hpb=14768a012e45353cde5b60896ccc6b7528d90c69;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/README.radexample b/pppd/plugins/radius/radiusclient/README.radexample new file mode 100644 index 0000000..ce80c4d --- /dev/null +++ b/pppd/plugins/radius/radiusclient/README.radexample @@ -0,0 +1,12 @@ +$Id: README.radexample,v 1.1 2002/01/22 16:03:00 dfs Exp $ + +In src/radexample.c is a small example on how to use the library +lib/libradclient.a. + +You only need to include radiusclient.h into your applications and link +against the library. For this example to work your radiusclient config file +has to be setup right. + +I make no guarantees that the library interface stays the same as +radiusclient evolves, but I think that the whole thing is so simple that the +changes to source code which uses this library should always be trivial.