File: README.radexample

package info (click to toggle)
freeradius-client 1.1.6-7~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 2,052 kB
  • sloc: sh: 8,504; ansic: 4,704; perl: 425; makefile: 86
file content (12 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
$Id: README.radexample,v 1.1.1.1 2003/12/02 10:39:17 sobomax 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.