new rlm_sql connection pool logic
Alan Buxey
A.L.M.Buxey at lboro.ac.uk
Mon Oct 17 20:40:37 CEST 2011
Hi,
> Or you could use the vilest unlang ever devised[1]
>
> # stop processing authorize on eap identity or mschap success/fail
> if ((EAP-Type == 1) || (EAP-Message =~ /^0x02..00061a..$/)) {
> noop
> }
> else {
> # rest if your inner EAP goes here
> }
>
> BWahahahaha!
yep, thats the sort of thing to protect the LDAP hit - after all, why
do the query for things that are of no benefit? I guess the same is true for
other queries to other authorize modules?
alan
More information about the Freeradius-Devel
mailing list