special characters in passwords + FR + ldap

Alan DeKok aland at ox.org
Thu Mar 30 08:39:05 CEST 2006


"Natalia Escalera" <nescalera at 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.



More information about the Freeradius-Users mailing list