Skip to content

Commit

Permalink
add file:// log example to manpage.
Browse files Browse the repository at this point in the history
add note for cygwin users regarding CACertificatePath
  • Loading branch information
Fabian Mauchle committed Sep 3, 2018
1 parent ceba766 commit 8e1da08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
15 changes: 3 additions & 12 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ location with the "-c" command line option (see below). For further
instructions, please see the enclosed example file and the manpages
radsecproxy(1) and radsecproxy.conf(5)

The following options 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, 4 and 5 where 5 is the
most detailed.
"-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.
"-i pidfile" to name a file to which the PID is written.
"-v" just prints version information and exits.
"-p" (pretend) makes the proxy go through the configuration files as
normal, but stops before creating any sockets or doing any
serious work. This is useful for validating config files.
Note for Cygwin users:
Due to a bug in openssl the tls option CACertificatePath is currently unusable.
Use a certificate bundle with CACertificateFile instead.
3 changes: 2 additions & 1 deletion radsecproxy.conf.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ blocktype name {
specify another syslog facility, or you may specify that
logging should be to a particular file, not using
syslog. The value must be either a file or syslog URL. The
file URL is the standard one, specifying a local file that
file URL is the standard one <literlal>file:///var/log/radius.log
</literal>, specifying a local file that
should be used. For syslog, you must use the syntax:
<literal>x-syslog:///FACILITY</literal> where
<literal>FACILITY</literal> must be one of
Expand Down

0 comments on commit 8e1da08

Please sign in to comment.