<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi.<br><br>A (very) little fix to allow usage of spaces in shared secret with radtest.<br><br>--- /usr/bin/radtest 2010-11-08 09:38:23.016945454 +0100<br>+++ /home/cedric.carree/radtest 2010-11-09 09:51:46.012445301 +0100<br>@@ -50,6 +50,6 @@<br> then<br> echo "Framed-Protocol = PPP"<br> fi<br>-) | $radclient $DICTIONARY -x $3 auth $5<br>+) | $radclient $DICTIONARY -x $3 auth "$5"<br> <br> exit $?<br><br></div></body></html>