freeradius-proxy with Rlm_cache

2013-02-20 Thread Dominique Frise
Hi, We would like to configure a freeradius proxy-server v. 2.2.0 under RHEL6 with users caching. The scenario we would like to achieve is the following: 1. client sends username/OTP to freeradius-proxy that relays to central radius server. Central radius server accepts and replies to

Re: freeradius-proxy with Rlm_cache

2013-02-20 Thread Dominique Frise
Waking up in 1.9 seconds. Cleaning up request 1 ID 125 with timestamp +46 Ready to process requests. = Dominique On 02/20/13 01:47 PM, Phil Mayers wrote: On 20/02/13 08:38, Dominique Frise wrote: Hi, We would like to configure a freeradius proxy-server v. 2.2.0 under RHEL6

Re: freeradius-proxy with Rlm_cache

2013-02-21 Thread Dominique Frise
Auth-Type to Accept. # force TTL to 0 for removing this entry update control { Auth-Type := Accept Cache-TTL = 0 } cache # remove entry noop = return } ... Thanks for your help. Dominique On 02/20/13 03:05 PM, Phil Mayers wrote: On 20/02/13 13:31, Dominique

Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
Hi, I have no luck with testing the Reponse-Packet-Type in the post-proxy section, after rad_recv: Access-Challenge packet... Something like : post-proxy { ... if (Response-Packet-Type == Access-Challenge) { ... } ... } What am I doing wrong? Dominique - List

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
On 08/06/2013 01:55 PM, Arran Cudbard-Bell wrote: On 6 Aug 2013, at 12:35, Dominique Frise dominique.fr...@unil.ch wrote: Hi, I have no luck with testing the Reponse-Packet-Type in the post-proxy section, after rad_recv: Access-Challenge packet... Something like : post-proxy

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
On 08/06/2013 03:36 PM, a.l.m.bu...@lboro.ac.uk wrote: Hi, I forgot to mention that I am using freeradius-2.2.0-2.el6.x86_64. Should this version support it or not? no, it wont support it. you need the latest code from the GIT to use that feature. alan - List info/subscribe/unsubscribe?

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
On 08/06/2013 05:29 PM, Alan DeKok wrote: Dominique Frise wrote: Is there any other flag/function that would indicate that an Access-Challenge packet was received from the NAS? A NAS will NEVER send an Access-Challenge to the server. A proxy will receive an Access-Challenge from a home

Re: Response-Packet-Type == Access-Challenge

2013-08-07 Thread Dominique Frise
On 08/06/2013 05:29 PM, Alan DeKok wrote: Dominique Frise wrote: Is there any other flag/function that would indicate that an Access-Challenge packet was received from the NAS? A NAS will NEVER send an Access-Challenge to the server. A proxy will receive an Access-Challenge from a home