* README: Correct version number and fix date.
[libradsec.git] / README
1 This is radsecproxy 1.4 from June 12 2010.
2
3 radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
4 (RadSec) RADIUS transports.  There is also experimental support for
5 TCP and DTLS.
6
7 It should build on most Linux and BSD platforms by simply typing
8 "./configure && make".  It is possible to specify which RADIUS
9 transport the build should support.  Without any special options to
10 configure, all transports supported by the system will be enabled.
11 See the output from "configure --help" for how to change this.
12
13 To use radsecproxy you need to create a config file which normally is
14 called "/etc/radsecproxy.conf".  You can also specify the location
15 with the "-c" command line option (see below).  For further
16 instructions, please see the enclosed example file and the
17 documentation at
18 http://software.uninett.no/radsecproxy/?page=documentation
19
20 There are five options that may be specified on the command line:
21 "-c configfile" to specify a non-default config file path.
22 "-d loglevel" to set a loglevel of 1, 2, 3, 4 and 5 where 5 is the
23               most detailed.
24 "-f" to run the proxy in the foreground with logging to stderr.
25      Without "-f" the default is to detach as a daemon and log to
26      syslog.
27 "-v" just prints version information and exits.
28 "-p" (pretend) makes the proxy go through the configuration files as
29      normal, but stops before creating any sockets or doing any
30      serious work.  This is useful for validating config files.