Joe Maimon <[EMAIL PROTECTED]> wrote: > I was wondering if there is any way to access the username/hint located > in the accounting detail keyed by IP address.
The 'detail' file is just a file on the disk, so at the minimum, you can write a script to root through it. > I have an application in mind in which a Proxy Server matches a client's > IP address with a radius username/Hint in order to grant access or apply > a filter/criteria list for that IP address. They are not neccessarily > the same machine. I would prefer a pull mechanism from the proxy server. > > Is there anyway to request this from the radius server? No. RADIUS doesn't do requests. <g> > Can I trigger a script on accounting packets to feed the information to > a hash database or something? Yes. See raddb/acct_users, and scripts/exec-program-wait Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
