Allow spaces in shared secret, as posted to the list.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 10 Nov 2010 13:06:35 +0000 (14:06 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 10 Nov 2010 16:20:43 +0000 (17:20 +0100)
src/main/radtest.in

index 9233f67..87c3a92 100644 (file)
@@ -112,6 +112,6 @@ fi
        then
                echo "Framed-Protocol = PPP"
        fi
        then
                echo "Framed-Protocol = PPP"
        fi
-) | $radclient $OPTIONS -x $3 auth $5
+) | $radclient $OPTIONS -x $3 auth "$5"
 
 exit $?
 
 exit $?