i can't seem to authenticate when I set up users with the simultaneous use pair in the radcheck or radgroupcheck tables .. I'm using postgresql for auth and accounting.. any ideas? is this a bug? as far as i know simultaneous-use should be a check pair, correct? -jason here's an excert from my radius.log .. sorry about the formatting Fri Aug 24 03:22:21 2001 : Debug: rlm_sql: Reserving sql socket id: 4 Fri Aug 24 03:22:21 2001 : Debug: query: SELECT id,UserName,Attribute,Value FROM radcheck WHERE Username = 'un [EMAIL PROTECTED]' ORDER BY id Fri Aug 24 03:22:21 2001 : Debug: rlm_postgresql Status: PGRES_TUPLES_OK Fri Aug 24 03:22:21 2001 : Debug: sql_postgresql: affected rows = Fri Aug 24 03:22:21 2001 : Debug: query: SELECT radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribu te,radgroupcheck.Value FROM radgroupcheck,usergroup WHERE usergroup.Username = '[EMAIL PROTECTED]' AND use rgroup.GroupName = radgroupcheck.GroupName ORDER BY radgroupcheck.id Fri Aug 24 03:22:21 2001 : Debug: rlm_postgresql Status: PGRES_TUPLES_OK Fri Aug 24 03:22:21 2001 : Debug: sql_postgresql: affected rows = Fri Aug 24 03:22:21 2001 : Debug: query: SELECT id,UserName,Attribute,Value FROM radreply WHERE Username = 'un [EMAIL PROTECTED]' ORDER BY id Fri Aug 24 03:22:21 2001 : Debug: rlm_postgresql Status: PGRES_TUPLES_OK Fri Aug 24 03:22:21 2001 : Debug: sql_postgresql: affected rows = Fri Aug 24 03:22:21 2001 : Debug: query: SELECT radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribu te,radgroupreply.Value FROM radgroupreply,usergroup WHERE usergroup.Username = '[EMAIL PROTECTED]' AND use rgroup.GroupName = radgroupreply.GroupName ORDER BY radgroupreply.id Fri Aug 24 03:22:21 2001 : Debug: rlm_postgresql Status: PGRES_TUPLES_OK Fri Aug 24 03:22:21 2001 : Debug: sql_postgresql: affected rows = Fri Aug 24 03:22:21 2001 : Debug: rlm_sql: Released sql socket id: 4 Fri Aug 24 03:22:21 2001 : Info: rlm_sql: Pairs do not match [[EMAIL PROTECTED]] Fri Aug 24 03:22:21 2001 : Auth: No Password configured for the user: [[EMAIL PROTECTED]/growcorn] (from nas local port 0) Fri Aug 24 03:22:21 2001 : Auth: Login incorrect: [[EMAIL PROTECTED]/growcorn] (from nas local port 0) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
