"Turtiainen, Tero" <[EMAIL PROTECTED]> wrote: > > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > > > We tried FR 1.1.1 and we are still having problems with > > passwords containing > > special characters like '$' for the LDAP authentication. In > > FR 1.1.0 the '$' > > was replaced by a character such as '%24'.
That is supposed to happen. > > For the new > > version, the symbol > > '$' is deleted as well as the character that is next to it. That's not LDAP or FreeRADIUS. That's the shell you're using. > > Command: > > /usr/local/bin/radtest username "test$2006" x.x.x.x 1 test123 Try: /usr/local/bin/radtest username 'test$2006' ... Read the shell documentation to see why it expands shell variables like $2. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

