From 7466a1c5e655f5e99445e24598423f0711ddc1b5 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 15:37:57 +0200 Subject: Config cosmetics. Use capital initial letter for basic options, both in documentation and example config. --- radsecproxy.conf-example | 6 +++--- radsecproxy.conf.5.xml | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 0ad6b36..86de15d 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -6,9 +6,9 @@ # You can optionally specify addresses and ports to listen on # Multiple statements can be used for multiple ports/addresses #ListenUDP *:1814 -#listenUDP localhost +#ListenUDP localhost #ListenTCP [2001:700:1:7:215:f2ff:fe35:307d]:1812 -#listenTLS 10.10.10.10:2084 +#ListenTLS 10.10.10.10:2084 #ListenTLS [2001:700:1:7:215:f2ff:fe35:307d]:2084 #ListenDTLS [2001:700:1:7:215:f2ff:fe35:307d]:2084 @@ -61,7 +61,7 @@ # overriding what's set here in the basic settings. #LoopPrevention on # Add TTL attribute with value 20 if not present (prevents endless loops) -#addTTL 20 +#AddTTL 20 # If we have TLS clients or servers we must define at least one tls block. # You can name them whatever you like and then reference them by name when diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 406f2bf..72facea 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -126,7 +126,7 @@ blocktype name { - logLevel + LogLevel This option specifies the debug level. It must be set to @@ -138,7 +138,7 @@ blocktype name { - logDestination + LogDestination This specifies where the log messages should go. By @@ -169,7 +169,7 @@ blocktype name { - listenUDP + ListenUDP Normally the proxy will listen to the standard RADIUS UDP @@ -194,7 +194,7 @@ blocktype name { - listenTCP + ListenTCP This option is similar to the listenUDP @@ -205,7 +205,7 @@ blocktype name { - listenTLS + ListenTLS This is similar to the listenUDP @@ -217,7 +217,7 @@ blocktype name { - listenDTLS + ListenDTLS This is similar to the listenUDP @@ -228,7 +228,7 @@ blocktype name { - sourceUDP + SourceUDP This can be used to specify source address and/or source @@ -238,7 +238,7 @@ blocktype name { - sourceTCP + SourceTCP This can be used to specify source address and/or source @@ -247,7 +247,7 @@ blocktype name { - sourceTLS + SourceTLS This can be used to specify source address and/or source @@ -256,7 +256,7 @@ blocktype name { - sourceDTLS + SourceDTLS This can be used to specify source address and/or source @@ -278,7 +278,7 @@ blocktype name { - addTTL + AddTTL If a TTL attribute is present, the proxy will decrement @@ -294,7 +294,7 @@ blocktype name { - loopPrevention + LoopPrevention This can be set to on or @@ -310,7 +310,7 @@ blocktype name { - include + Include This is not a normal configuration option; it can be -- cgit v1.1