Thanks Alan and Chris. Indeed, I did mean version 0.8 (not 8.0).
There are no 'FreeRadius' specific resources I have to free on a proxy-reject, but my module holds state information and some resources for each active session. If a user attempts to renew their session and for some magical reason the proxy says 'NO!', then my module needs to mop up. Thanks again, I will investigate the CVS tree. MV On Wed, 2003-02-26 at 15:42, Chris Parker wrote: > At 03:28 PM 2/26/2003 -0500, Mike Varley wrote: > >Appologies for not keeping up to date, but I was wondering if the > >'post_proxy' module methods are currently supported. > > Yes, but not by every module. Check the latest CVS for support. > > >I am running FR 8.0, and although I can list post-proxy methods in the > >config file, the methods are not run. This did not pose a problem > >because I simply implemented a 'post-auth' method to do all my work. > > Code is in current CVS to do this. I belive it is post 0.8 but may > or may not be in 0.8.1. > > >The problem now is that I would like to know if the proxy rejects a > >user; if it does, I need to free up any resources that user maybe > >holding. Are the post-proxy methods supported? Will they be called on a > >Proxy-Reject? > > Post-Proxy exists as a stage after authorization, after the reply has > been received from the remote server, but before the reply enters > the authentication stage ( IE, before a request is sent back to the > client who sent it to us ). > > There shouldn't be anything specific you need to do in post-proxy > to do cleanup, unless you have a custom module that has allocated > resources in some way. > > >If there is a 'ChangeLog' file someone could point me to, I will happily > >read that. > > Subscribe to the -devel list and you'll get nightly CVS commit logs, that > is the best way to get the most verbose and uptodate feature information. > > -Chris > -- > \\\|||/// \ StarNet Inc. \ Chris Parker > \ ~ ~ / \ WX *is* Wireless! \ Director, Engineering > | @ @ | \ http://www.starnetwx.net \ (847) 963-0116 > oOo---(_)---oOo--\------------------------------------------------------ > \ Wholesale Internet Services - http://www.megapop.net > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
