summaryrefslogtreecommitdiff
path: root/radsecproxy.1
diff options
context:
space:
mode:
authorvenaas <venaas>2007-12-22 14:46:53 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-12-22 14:46:53 +0000
commit177236a603bfd8febddd06c150ef4c1a3d53dd38 (patch)
tree21afeff696ae7f59d0ee4abe61a5e17d7031829c /radsecproxy.1
parentb79f901f19fe09bc6281ace20b3149be3e1ee355 (diff)
updated man pages
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@201 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.1')
-rw-r--r--radsecproxy.119
1 files changed, 15 insertions, 4 deletions
diff --git a/radsecproxy.1 b/radsecproxy.1
index 83bbc62..db816c6 100644
--- a/radsecproxy.1
+++ b/radsecproxy.1
@@ -1,10 +1,10 @@
-.TH radsecproxy 1 "7 June 2007"
+.TH radsecproxy 1 "22 December 2007"
.SH "NAME"
radsecproxy - a generic RADIUS proxy that provides both RADIUS UDP and TCP/TLS (RadSec) transport.
.SH "SYNOPSIS"
-radsecproxy [ -c configfile ] [ -d debuglevel ] [ -f ] [ -v ]
+radsecproxy [ -c configfile ] [ -d debuglevel ] [ -f ] [ -p ] [ -v ]
.sp
.SH "DESCRIPTION"
@@ -23,11 +23,11 @@ RADIUS server or client, and configure the existing client/server to
talk to localhost (the proxy) rather than other clients and servers
directly.
.sp
-There may however be other situations where a RADIUS proxy might be
+There are however other situations where a RADIUS proxy might be
useful. Some people deploy RADIUS topologies where they want to
route RADIUS messages to the right server. The nodes that do purely
routing could be using a proxy. Some people may also wish to deploy
-a proxy on a firewall boundary. Since the proxy \fBsupports both IPv4
+a proxy on a site boundary. Since the proxy \fBsupports both IPv4
and IPv6\fR, it could also be used to allow communication in cases
where some RADIUS nodes use only IPv4 and some only IPv6.
@@ -49,6 +49,17 @@ logs only serious errors, and 4 logs everything. The default is 3 which
logs errors, warnings and some informational messages.
.TP
+.B -p
+.sp
+\fIPretend\fR
+.sp
+The proxy reads configuration files and performs initialisation as
+usual, but exits prior to creating any sockets. It will return different
+exit codes depending on whether the configuration files are okay. This
+may be used to verify configuration files, and can be done while another
+instance is running.
+
+.TP
.B -v
.sp
\fIPrint version\fR