30 Mar
2006
30 Mar
'06
1:39 a.m.
"Natalia Escalera" <nescalera@gmail.com> wrote:
Command: /usr/local/bin/radtest username "test$2006" x.x.x.x 1 test123 Output: Sending Access-Request of id 215 to x.x.x.x port 1812 User-Name = "username" User-Password = "test006" #<----- No dollar sign, no number 2
$2 is a Unix shell variable. This has nothing to do with FreeRADIUS. /usr/local/bin/radtest username 'test$2006' x.x.x.x 1 test123 will work. Note SINGLE quotes, not DOUBLE quotes. Alan DeKok.