diff options
author | Linus Nordberg <linus@nordu.net> | 2011-07-19 15:21:14 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-07-19 15:21:14 +0200 |
commit | 6049df64759b4fd908eb08f381e48d779829e9fe (patch) | |
tree | 37ead82a9181d8f5dc45a852a053c329dab43b58 /radsecproxy.conf.5.xml | |
parent | de3ec04d9a11d8605b34ada7bd493c49dfdf3b3b (diff) |
Document the default value used for the 'secret' option.
And mention that it's going to change.
Diffstat (limited to 'radsecproxy.conf.5.xml')
-rw-r--r-- | radsecproxy.conf.5.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 4024bde..8dfcd58 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -360,7 +360,10 @@ We already discussed the one of <literal>udp</literal>, <literal>tcp</literal>, <literal>tls</literal> or <literal>dtls</literal>. The value of <literal>secret</literal> 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/DTLS. +the value must be quoted. A secret must be supplied for UDP/TCP. If +no secret is supplied for TLS/DTLS, a default value of "mysecret" is +being used. This value will change in a future release to match the +upcoming standard. </para> <para> For a TLS/DTLS client you may also specify the <literal>tls</literal> option. |