From a7c929b15805c5aa80e4d24e7a5a286bebf8f36f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 10 Nov 2010 14:06:35 +0100 Subject: [PATCH] Allow spaces in shared secret, as posted to the list. --- src/main/radtest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? -- 2.1.4