commit 23599703759e0bd383159f62dc819a8b6130130a Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Aug 3 11:35:27 2009 +0200 Use more fields in the query. These are the same fields used for the other queries, so it makes sense to use them here Based on a patch from Chris Moules. Files changed: raddb/sql/mysql/ippool.conf | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ====================================================================== commit 3b08e02d6174135cb2083e201c788978c6ed2094 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Aug 3 11:27:12 2009 +0200 Allow home_server_pools to exist without realms via a pretty bad hack. The previous code assumed that the home servers were all loaded, which wasn't true. This fix is temporary, and should be replaced by one that: 1 loads all home servers 2 loads all home_server_pools 3 loads all realms Right now, it loads the realms, and uses those to bootstrap the pools and servers. This is arguably wrong. Files changed: src/main/realms.c | 44 +++++++++++++++++++++++++++++++++++++------- 1 files changed, 37 insertions(+), 7 deletions(-) ======================================================================