Re: Set reject in post-auth

2011-03-15 Thread Alan DeKok
paul smith wrote: I had tried that already, but must be missing something. When I use: if (!reply:Session-Timeout) { reject } I get the following in the debug: /etc/raddb/sites-enabled/default[209]: Failed to load module reject. You edited the default

Re: Set reject in post-auth

2011-03-14 Thread paul smith
...@deployingradius.com wrote: paul smith wrote: I've been trying to set reject in the post-auth section if a certain attribute hasn't been set, but it doesn't seem to work (obviously I've messed it up) $ man unlang  You can just use the word reject  Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Set reject in post-auth

2011-03-14 Thread Arran Cudbard-Bell
the modules (as I had removed some of them), but couldn't find the reference to the reject module. thanks, On Fri, Mar 11, 2011 at 6:50 AM, Alan DeKok al...@deployingradius.com wrote: paul smith wrote: I've been trying to set reject in the post-auth section if a certain attribute hasn't been

Set reject in post-auth

2011-03-10 Thread paul smith
Hi, I've been trying to set reject in the post-auth section if a certain attribute hasn't been set, but it doesn't seem to work (obviously I've messed it up) post-auth { if (!Session-Timeout) { update control { Auth-Type := Reject } } } Am I updating the wrong thing

Re: Set reject in post-auth

2011-03-10 Thread Alan DeKok
paul smith wrote: I've been trying to set reject in the post-auth section if a certain attribute hasn't been set, but it doesn't seem to work (obviously I've messed it up) $ man unlang You can just use the word reject Alan DeKok. - List info/subscribe/unsubscribe? See http