How else can I save on number of SQL calls when doing EAPTLS? In my case there are 4 (authorize_check_query,group_membership_query,authorize_group_check_query,authorize_group_reply_query)*11)number of challenge/responses)=44 calls to SQL for every EAPTLS authentication I need to call sql.authorize only in the end when EAPTLS finishes. There are a lot of challenge/response messages and there is no need to call SQL each time for every challenge. I found this thread http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg52560.h... and it was very helpful, however I need to have a redundant group of SQL servers and be able to call sqlgroup.authorize in post-auth section Thanks! Alan Buxey wrote:
Hi,
authorise functions should be called in authorize section...only final things should be called in the post-authorize section..what is the sql stuff doing?
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- View this message in context: http://www.nabble.com/sql.authorize-tp25300863p25301519.html Sent from the FreeRadius - User mailing list archive at Nabble.com.