"Natalia Escalera" <[EMAIL PROTECTED]> 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

