4 debug levels, 3 default
[libradsec.git] / README
1 This is a beta version of a generic RADIUS proxy that can support
2 various RADIUS clients over UDP or TLS (RadSec).
3
4 It should build on most Linux and BSD platforms by simply typing
5 "make". To use it you need to create three config files. These
6 are the main config file "radsecproxy.conf" and server and client
7 files "servers.conf" and "clients.conf". See the enclosed example
8 files for further instructions.
9
10 The config files must be in either "/etc/radsecproxy" or the
11 proxy's current work directory. You may alter the path near
12 the top of radsecproxy.h if necessary.
13
14 There are two options that may be specified on the command line.
15 They are "-d loglevel" to set a loglevel of 1, 2, 3 or 4 where 4
16 is the most detailed logging. Also "-f" to run the proxy in
17 the foreground with logging to stderr. Without "-f" the default
18 is to detach as a daemon and log to syslog.
19
20 For more information, feedback etc. contact <venaas@uninett.no>.
21
22 Stig Venaas, 2007.05.09