Josh Howlett <[EMAIL PROTECTED]> wrote: > Would I be able to find this code in the CVS? If so, where?
Yes, but it won't help much without additional work. I added 'pre-proxy', 'post-proxy' and 'post-auth' as *possible* module interfaces, to go along with 'authorize', 'authenticate', 'accounting', etc. There are a few things left to do: 1 - place the calls to 'module_pre_proxy()', etc in the proper places in the code. 2 - add the handlers for pre-proxy, etc. to the module data structure, and update each module with a NULL pointer in the proper place. 3 - write code somewhere to handle pre-proxy, etc. The attr_filter module is probably the best place for the pre/post-proxy filtering. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
