7 Sep
2016
7 Sep
'16
11:15 a.m.
On Sep 7, 2016, at 11:10 AM, Clayton Knorr <clayton.knorr@nuspire.com> wrote:
I'm working on setting up a radius environment for wifi authentication with an LDAP backend. It is a multi-location deal and I'm going to have over 500 different SSIDs each requiring different LDAP attributes to match. So, there will be a long list something like the below. Anybody think that is going to cause significant delays or make freeradius poop itself?
It's not a good idea. This is what databases are for. Parse the Called-Station-Id into fields. Then, look up the fields in a database. Alan DeKok.