initial autoconf support
[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". You may also try to use autoconf if you like.
6
7 To use it you need to create a config file called
8 "radsecproxy.conf" which must be in /etc/radsecproxy (unless
9 you alter it in the header file), the current directory, or
10 you can specify the location with the "-c" command line
11 option (see below). See the enclosed example file for further
12 instructions.
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 Thanks to Stefan Winter and Andreas Solberg for making me do this,
22 and the funding from GEANT2. Stefan as well as Kolbjørn Barmen
23 and Maja Wolniewicz have helped with early testing of the code.
24 All of the above plus Milan Sova have provided good feedback on
25 several implementation choices. Finally thanks to Hans Zandbelt
26 for providing the autoconf stuff. I may have forgotten someone,
27 let me know if you feel left out.
28
29 For more information, feedback etc. contact <venaas@uninett.no>.
30
31 Stig Venaas, 2007.05.24