>Which is a great feature, and probably wouldn't be too hard to add to FreeRADIUS.for each AuthColumnDef Radiator compare a value returned from SQL with a value from the user request
Well, this feature will be added really to the next releases of freeradius ?
Can I make sugestions and request features?
I'd like contribute to freeradius but I'm not a good developer. I will join developers list
and will help if I can!
Thanks
AuthSelect select PASSWORD, MAXUSERS \
from USERS where LOGIN='%U' and REALM ='%W' and ACTIVEUSER=1
AuthColumnDef 0, User-Password, check AuthColumnDef 1, Simultaneous-Use, check
FreeRADIUS currently has a pre-defined schema it expects, and doesn't support configurable schemas.
for each AuthColumnDef Radiator compare a value returned from SQL with a value from the user request
Which is a great feature, and probably wouldn't be too hard to add to FreeRADIUS.
As for your other questions, they appear to be based on the assumption that similar queries will work, which is a problem right now.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

