From: Alan T. DeKok Date: Wed, 10 Nov 2010 13:06:35 +0000 (+0100) Subject: Allow spaces in shared secret, as posted to the list. X-Git-Tag: release_3_0_0_beta0~1175 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=a7c929b15805c5aa80e4d24e7a5a286bebf8f36f Allow spaces in shared secret, as posted to the list. --- diff --git a/src/main/radtest.in b/src/main/radtest.in index 9233f67..87c3a92 100644 --- a/src/main/radtest.in +++ b/src/main/radtest.in @@ -112,6 +112,6 @@ fi then echo "Framed-Protocol = PPP" fi -) | $radclient $OPTIONS -x $3 auth $5 +) | $radclient $OPTIONS -x $3 auth "$5" exit $?