supports new server and realm config methods as well as argument for config file...
[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 three options that may be specified on the command line.
15 "-c configfile" to specify a non-default config file path;
16 "-d loglevel" to set a loglevel of 1, 2, 3 or 4 where 4 is the most
17 detailed; and "-f" to run the proxy in the foreground with logging
18 to stderr. Without "-f" the default is to detach as a daemon and
19 log to syslog.
20
21 For more information, feedback etc. contact <venaas@uninett.no>.
22
23 Stig Venaas, 2007.05.14