"Craig Spiers" <[EMAIL PROTECTED]> wrote: > 0x400ec3e1 in sql_userparse (first_pair=0xbfffc83c, row=0x818ae48, > querymode=1) at sql.c:370 > > 370 if (((row[3][0] == '\'') ||
That's bad. I assume that row[3] is NULL. This says to me that the schema you're using is not the schema the SQL module expects. Also, the module *shouldn't* die, but that's another story. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

