diff options
author | venaas <venaas> | 2008-07-22 10:01:31 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-07-22 10:01:31 +0000 |
commit | 707854bdbc031ab4cf3ba981ce3bfe8f84fb392f (patch) | |
tree | b4f38bf8daa6510cbd7fb41c3ac24932d792f858 /radsecproxy.conf.5 | |
parent | 0a91909578c24505e8d92658f97b895ed8603085 (diff) |
renaming delay to interval
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@316 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf.5')
-rw-r--r-- | radsecproxy.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index 01ebc5a..6d538da 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -252,7 +252,7 @@ block is only used as a descriptive name for the administrator. The allowed options in a server block are \fBhost\fR, \fBport\fR, \fBtype\fR, \fBsecret\fR, \fBtls\fR, \fBcertificatenamecheck\fR, \fBmatchcertificateattribute\fR, \fBrewrite\fR, \fBstatusserver\fR, -\fBretrycount\fR and \fBretrydelay\fR. +\fBretrycount\fR and \fBretryinterval\fR. We already discussed the \fBhost\fR option. The \fBport\fR option allows you to specify which port number the server uses. @@ -268,9 +268,9 @@ when not specified, is \fBoff\fR. If statusserver is enabled, the proxy will during idle periods send regular status-server messages to the server to verify that it is alive. This should only be enabled if the server supports it. .sp -The options \fBretrycount\fR and \fBretrydelay\fR can be used to specify how +The options \fBretrycount\fR and \fBretryinterval\fR can be used to specify how many times the proxy should retry sending a request and how long it should -wait between each retry. The defaults are 2 retries and a delay of 5s. +wait between each retry. The defaults are 2 retries and an interval of 5s. .SH "REALM BLOCK" When the proxy receives an \fBAccess Request\fR it needs to figure out to which |