diff options
author | venaas <venaas> | 2007-05-14 16:00:37 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-14 16:00:37 +0000 |
commit | cb9e63ae8d870e1b2ece83eb0d4b66f9c443cbfd (patch) | |
tree | 0eab6e683d479db84ae85aaca5d3dee1280b53b4 /README | |
parent | dc3aebb5a78736cd9cd67be73536b144ca4eafc1 (diff) |
supports new server and realm config methods as well as argument for config file path
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@85 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -11,12 +11,13 @@ The config files must be in either "/etc/radsecproxy" or the proxy's current work directory. You may alter the path near the top of radsecproxy.h if necessary. -There are two options that may be specified on the command line. -They are "-d loglevel" to set a loglevel of 1, 2, 3 or 4 where 4 -is the most detailed logging. Also "-f" to run the proxy in -the foreground with logging to stderr. Without "-f" the default -is to detach as a daemon and log to syslog. +There are three options that may be specified on the command line. +"-c configfile" to specify a non-default config file path; +"-d loglevel" to set a loglevel of 1, 2, 3 or 4 where 4 is the most +detailed; and "-f" to run the proxy in the foreground with logging +to stderr. Without "-f" the default is to detach as a daemon and +log to syslog. For more information, feedback etc. contact <venaas@uninett.no>. -Stig Venaas, 2007.05.09 +Stig Venaas, 2007.05.14 |