From 25587120eecfdc5a041bbc3bdd90c50df1c490ff Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 15:43:17 +0200 Subject: Finish docu cosmetics. (radsecproxy.conf.5.xml): Capitalize first letter of all references to basic options. This convention might help as a hint in block config by showing when a basic option is being overridden. --- radsecproxy.conf.5.xml | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) (limited to 'radsecproxy.conf.5.xml') diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 72facea..f91eed8 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -98,7 +98,7 @@ blocktype name { There is one special option that can be used both as a basic option and inside all blocks. That is the option - include where the value specifies files to be + Include where the value specifies files to be included. The value can be a single file, or it can use normal shell globbing to specify multiple files, e.g.:
@@ -110,7 +110,7 @@ blocktype name { the order they are specified, when reaching the end of a file, the next file is read. When reaching the end of the last included file, the proxy returns to read the next line following - the include option. Included files may again + the Include option. Included files may again include other files. @@ -197,7 +197,7 @@ blocktype name { ListenTCP - This option is similar to the listenUDP + This option is similar to the ListenUDP option, except that it is used for receiving connections from TCP clients. The default port number is 1812. @@ -208,11 +208,11 @@ blocktype name { ListenTLS - This is similar to the listenUDP + This is similar to the ListenUDP option, except that it is used for receiving connections from TLS clients. The default port number is 2083. Note that this option was - previously called listenTCP. + previously called ListenTCP. @@ -220,7 +220,7 @@ blocktype name { ListenDTLS - This is similar to the listenUDP + This is similar to the ListenUDP option, except that it is used for receiving connections from DTLS clients. The default port number is 2083. @@ -284,7 +284,7 @@ blocktype name { If a TTL attribute is present, the proxy will decrement the value and discard the message if zero. Normally the proxy does nothing if no TTL attribute is present. If you - use the addTTL option with a value 1-255, the proxy will + use the AddTTL option with a value 1-255, the proxy will when forwarding a message with no TTL attribute, add one with the specified value. Note that this option can also be specified for a client/server. It will then override @@ -386,9 +386,9 @@ blocktype name { secret, tls, certificateNameCheck, matchCertificateAttribute, - duplicateInterval, addTTL, - rewrite, rewriteIn, - rewriteOut and + duplicateInterval, AddTTL, + fticksVISCOUNTRY, rewrite, + rewriteIn, rewriteOut, and rewriteAttribute. We already discussed the host option. The @@ -438,12 +438,17 @@ blocktype name { one), or returned a copy of the previous reply. - The addTTL option is similar to the - addTTL option used in the basic config. See + The AddTTL option is similar to the + AddTTL option used in the basic config. See that for details. Any value configured here overrides the basic one when sending messages to this client. + The fticksVISCOUNTRY option configures + clients eligible to F-Ticks logging as defined by the + FTicksReporting basic option. + + The rewrite option is deprecated. Use rewriteIn instead. @@ -525,12 +530,12 @@ blocktype name { type, secret, tls, certificateNameCheck, matchCertificateAttribute, - addTTL, rewrite, + AddTTL, rewrite, rewriteIn, rewriteOut, statusServer, retryCount, retryInterval, dynamicLookupCommand and - loopPrevention. + LoopPrevention. We already discussed the host option. The @@ -539,7 +544,7 @@ blocktype name { secret, tls, certificateNameCheck, matchCertificateAttribute, - addTTL, rewrite, + AddTTL, rewrite, rewriteIn and rewriteOut are just as specified for the client block above, except that defaultServer (and not @@ -570,7 +575,7 @@ blocktype name { documented separately/later. - Using the loopPrevention option here + Using the LoopPrevention option here overrides any basic setting of this option. See section BASIC OPTIONS for details on this option. -- cgit v1.1