On 9 Sep 2012, at 20:39, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 9 Sep 2012, at 18:33, Mada <mada@datacom.mw> wrote:
Have tried several version builds on Centos 5.x - currently using FR 2.1.12
rlm_mysql stops after the group check query and does not execute the group reply query.
19:00:43 2012 : Info: [sql] expand: SELECT id, username, attribute, value, op FROM radreply Sun Sep 9 19:00:43 2012 : Info: [sql] expand: SELECT groupname FROM usergroup Sun Sep 9 19:00:43 2012 : Info: [sql] expand: SELECT id, groupname, attribute,Value, op FROM radgroupcheck Sun Sep 9 19:00:43 2012 : Debug: rlm_sql (sql): Released sql socket id: 4
Queries are listed during module instantiation and queries work when run manually. Have seen similar unresolved thread.
Um weird...
Don't suppose you want to build with 3.0 and see if the problem still exists? :)
I'll check the code for something obvious.
Wait... your query strings are massively truncated? -Arran