29 Mar
2006
29 Mar
'06
12:34 p.m.
"Turtiainen, Tero" <tero.turtiainen@capgemini.com> wrote:
From: "Natalia Escalera" <nescalera@gmail.com>
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.