From 6049df64759b4fd908eb08f381e48d779829e9fe Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 19 Jul 2011 15:21:14 +0200 Subject: Document the default value used for the 'secret' option. And mention that it's going to change. --- ChangeLog | 4 ++++ radsecproxy.conf.5.xml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52a741f..734dfde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -93,5 +93,9 @@ the 0.9.x track. - Detect OpenSSL version at runtime rather than at compile time. 2011-07-03 1.4.3-dev + Notes: + - The default secret for TLS and DTLS will change in a future + relase. Plaese make sure to specify a secret in both client and + server blocks to avoid surprises. Bug fixes: - Debug printout issue. 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 udp, tcp, tls or dtls. The value of secret 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. For a TLS/DTLS client you may also specify the tls option. -- cgit v1.1