Oops. Sorry, sent to the wrong list. -thanh ----- Original Message ----- From: "Thanh Lim" <limt@corp.earthlink.net> To: <freeradius-devel-request@lists.freeradius.org> Sent: Tuesday, August 30, 2005 2:46 PM Subject: question about realms file format
How much longer will we need to support the old realms file format? I'm looking into updating all code dealing with the REALM structure, and improving performance for lookups, etc. and am unsure if I should be updating that code as well.
Also, I notice within the REALM structure, every single time, a linked list iteration occurs, many times, the active and account active flag is checked, and set, even if it's not the ip address and port that we are looking for. Why was it done this way, and shouldn't we just update the active flag only when we find the right one(s)?
Thanks, -thanh