On Tue, May 28, 2002 at 11:59:51AM -0400, Alan DeKok wrote: > "Rodrigo Gonzalez" <[EMAIL PROTECTED]> wrote: > > Whenever it receives a user with an IP format, example: 10.1.2.3 it > > returns failed and it is wrong. > > > > I search the code and found that the problem is with this line: > > radius_xlat(querystr, MAX_QUERY_LEN, > > inst->config->authorize_check_query, request, sql_escape_string);
[...] > That's because of recent changes I made to the module. It now > escapes magic characters, and I'll add '.' to the list of characters > it doesn't escape. Could we please also add '@' to the list of non-escaped characters? Considering that '@' is used for realms it tends to show up alot in radacct, and the '=40' equivalent isn't very good looking :) -- Simon - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
