Hello, We have been developing a SQL version of the IP Pools module, it is finished but we could not find away to make use of the rlm_sql module, which we would like to do.
Here is the problem: This is a same of one of the queries: start-begin = "BEGIN" start-update = "UPDATE ippool SET expiry_time = DATE_ADD(NOW(), INTERVAL 86400 SECOND) WHERE nas_ip_address = '%n' $ start-commit = "COMMIT" start-rollback = "ROLLBACK" It uses transactions, this causes problems with "num_sql_socks", basically the above query will only work if "num_sql_socks = 1". Is there any way around this problem? Regards Allister P Maguire - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
