diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 15:37:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 15:37:57 +0200 |
commit | 7466a1c5e655f5e99445e24598423f0711ddc1b5 (patch) | |
tree | 17e46bb33361468cc64cbc9294e88adacbac933f /radsecproxy.conf.5.xml | |
parent | 1080f966ba0fa083696b22f5d8095de49ce9730a (diff) |
Config cosmetics.
Use capital initial letter for basic options, both in documentation
and example config.
Diffstat (limited to 'radsecproxy.conf.5.xml')
-rw-r--r-- | radsecproxy.conf.5.xml | 26 |
1 files changed, 13 insertions, 13 deletions
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 { </para> <variablelist> <varlistentry> - <term><literal>logLevel</literal></term> + <term><literal>LogLevel</literal></term> <listitem> <para> This option specifies the debug level. It must be set to @@ -138,7 +138,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>logDestination</literal></term> + <term><literal>LogDestination</literal></term> <listitem> <para> This specifies where the log messages should go. By @@ -169,7 +169,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>listenUDP</literal></term> + <term><literal>ListenUDP</literal></term> <listitem> <para> Normally the proxy will listen to the standard RADIUS UDP @@ -194,7 +194,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>listenTCP</literal></term> + <term><literal>ListenTCP</literal></term> <listitem> <para> This option is similar to the <literal>listenUDP</literal> @@ -205,7 +205,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>listenTLS</literal></term> + <term><literal>ListenTLS</literal></term> <listitem> <para> This is similar to the <literal>listenUDP</literal> @@ -217,7 +217,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>listenDTLS</literal></term> + <term><literal>ListenDTLS</literal></term> <listitem> <para> This is similar to the <literal>listenUDP</literal> @@ -228,7 +228,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>sourceUDP</literal></term> + <term><literal>SourceUDP</literal></term> <listitem> <para> This can be used to specify source address and/or source @@ -238,7 +238,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>sourceTCP</literal></term> + <term><literal>SourceTCP</literal></term> <listitem> <para> This can be used to specify source address and/or source @@ -247,7 +247,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>sourceTLS</literal></term> + <term><literal>SourceTLS</literal></term> <listitem> <para> This can be used to specify source address and/or source @@ -256,7 +256,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>sourceDTLS</literal></term> + <term><literal>SourceDTLS</literal></term> <listitem> <para> This can be used to specify source address and/or source @@ -278,7 +278,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>addTTL</literal></term> + <term><literal>AddTTL</literal></term> <listitem> <para> If a TTL attribute is present, the proxy will decrement @@ -294,7 +294,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>loopPrevention</literal></term> + <term><literal>LoopPrevention</literal></term> <listitem> <para> This can be set to <literal>on</literal> or @@ -310,7 +310,7 @@ blocktype name { </listitem> </varlistentry> <varlistentry> - <term><literal>include</literal></term> + <term><literal>Include</literal></term> <listitem> <para> This is not a normal configuration option; it can be |