> Has anyone attempted this before? I'm using MySQL & Freeradius. After > looking at lots of config files, etc. I think that a preprocess addition > might work. Does anyone know if the Realms/NAS tables work now? I could > also write a script to check account balances and remove the Realms entry > if the account balance is negative (if the Realms table works now).
Read about Exec-Program-Wait in doc/README. That would probably be your easiest solution, just write a script to check the acct balance and exit with the proper return status. Kevin Bonner - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
