On Apr 23, 2021, at 1:05 PM, Michael Wyatt <wyatt@us.ibm.com> wrote:
Thanks for this suggestion. I complied the rlm_sql_unixodbc module, installed that on the nodes, and setup the ODBC config to use the db2 client. This setup has been working with not well over 400k packets with no errors. Still have testing to validate different scenarios but it's looking good so far.
That's good.
The unixodbc and the db2 module are both using the same db2 client underneath, so my guess it the rlm_sql_db2 module is not working properly with the db2 v11 client. The only comment I see in rlm_sql_db2.c is from getting it to work with DB2 v7, which is quite a while ago. :-)
OK. I pushed some changes which might help, but I don't use DB2, so I have no real way of testing. Alan DeKok.