Lots and lots of elseifs in sites-enabled/default
Alan DeKok
aland at deployingradius.com
Wed Sep 7 17:15:03 CEST 2016
On Sep 7, 2016, at 11:10 AM, Clayton Knorr <clayton.knorr at 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.
More information about the Freeradius-Users
mailing list