updated config examples and README
[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 a config file called
6 "radsecproxy.conf" which must be in /etc/radsecproxy (unless
7 you alter it in the header file), the current directory, or
8 you can specify the location with the "-c" command line
9 option (see below). See the enclosed example file for further
10 instructions.
11
12 There are three options that may be specified on the command line.
13 "-c configfile" to specify a non-default config file path;
14 "-d loglevel" to set a loglevel of 1, 2, 3 or 4 where 4 is the most
15 detailed; and "-f" to run the proxy in the foreground with logging
16 to stderr. Without "-f" the default is to detach as a daemon and
17 log to syslog.
18
19 For more information, feedback etc. contact <venaas@uninett.no>.
20
21 Stig Venaas, 2007.05.15