[radtest] Allow spaces in shared secret
9 Nov
2010
9 Nov
'10
4:10 a.m.
Hi. A (very) little fix to allow usage of spaces in shared secret with radtest. --- /usr/bin/radtest 2010-11-08 09:38:23.016945454 +0100 +++ /home/cedric.carree/radtest 2010-11-09 09:51:46.012445301 +0100 @@ -50,6 +50,6 @@ then echo "Framed-Protocol = PPP" fi -) | $radclient $DICTIONARY -x $3 auth $5 +) | $radclient $DICTIONARY -x $3 auth "$5" exit $?
5719
Age (days ago)
5720
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Cedric Carree