Re: using EAP with rlm_sql

2003-11-07 Thread Dave Mason
Wow - that should do the trick. I've been working with EAP/SIM for a while, and forgot that other EAP types may want to check the database for a password. SIM doesnt need that, so I'll try the configurable failover. It would be really cool if I can have the failover decision based on the EAP

Re: using EAP with rlm_sql

2003-11-06 Thread Alan DeKok
Dave Mason <[EMAIL PROTECTED]> wrote: > For an EAP authentication, the authorize block modcall calls > eap_authorize, which returns "updated." However, rlm_sql runs and > searches the database for the EAP user, which isnt there. Everything > works, but the database hit is unnecessary. Is ther

using EAP with rlm_sql

2003-11-03 Thread Dave Mason
Hi, I have a freeradius server version 0.8.1 that I use to authenticate both EAP users and username/password users in a MySQL database, using rlm_sql. My authorize block from radiusd.conf looks like this: authorize { preprocess eap suffix sql files } For an EAP authentication, the aut