Allow spaces in shared secret, as posted to the list.
[freeradius.git] / src / main / radtest.in
index 9233f67..87c3a92 100644 (file)
@@ -112,6 +112,6 @@ fi
        then
                echo "Framed-Protocol = PPP"
        fi
-) | $radclient $OPTIONS -x $3 auth $5
+) | $radclient $OPTIONS -x $3 auth "$5"
 
 exit $?