summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvenaas <venaas>2008-07-23 11:01:11 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-07-23 11:01:11 +0000
commit57af816bbb7901a4bb550041c9e939ccf24b6e89 (patch)
tree05090274ab39b22d282d9ede6f79781a7f09bf9a
parente94add96691c5ed745a0f83e332586b685236872 (diff)
updated man page
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@323 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r--radsecproxy.conf.59
1 files changed, 7 insertions, 2 deletions
diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5
index 5e08773..7799357 100644
--- a/radsecproxy.conf.5
+++ b/radsecproxy.conf.5
@@ -137,7 +137,12 @@ will use for sending UDP client messages (e.g. Access Request).
.TP
\fBSourceTCP\fR
This can be used to specify source address and/or source port that the proxy
-will use for sending TCP client messages (e.g. Access Request).
+will use for TCP connections.
+.sp
+.TP
+\fBSourceTLS\fR
+This can be used to specify source address and/or source port that the proxy
+will use for TLS connections.
.sp
.TP
\fBLoopPrevention\fR
@@ -196,7 +201,7 @@ The allowed options in a client block are \fBhost\fR, \fBtype\fR, \fBsecret\fR,
\fBtls\fR, \fBcertificatenamecheck\fR, \fBmatchcertificateattribute\fR,
\fBrewrite\fR and \fBrewriteattribute\fR. We already
discussed the \fBhost\fR option.
-The value of \fBtype\fR must be either \fBudp\fR or \fBtls\fR. The value of
+The value of \fBtype\fR must be one of \fBudp\fR, \fBtcp\fR or \fBtls\fR. The value of
\fBsecret\fR is the shared RADIUS key used with this client. If the secret
contains whitespace, the value must be quoted. This option is optional for TLS.
.sp