call exec when proxy authentication success

2013-06-19 Thread Bill Yuan
Hi I did google alot and still did not manage to find an answer, so I ask here, hope someone can help on this, my freeradius is running as a proxy, and I want to add a exec command when authentication is successful. so I add exec in the post-proxy { , but how to filter by the authentication

Re: call exec when proxy authentication success

2013-06-19 Thread Bill Yuan
that means I want to differentiate the Access-Accept or Access-Reject in the post-proxy section, On Wed, Jun 19, 2013 at 2:27 PM, Bill Yuan byc...@gmail.com wrote: Hi I did google alot and still did not manage to find an answer, so I ask here, hope someone can help on this, my

Re: call exec when proxy authentication success

2013-06-19 Thread Arran Cudbard-Bell
On 19 Jun 2013, at 08:14, Bill Yuan byc...@gmail.com wrote: that means I want to differentiate the Access-Accept or Access-Reject in the post-proxy section, In 3.0.0. Post-Proxy-Type Access-Reject { } Just like you would in Post-Auth. Honestly can't remember if it's supported in

Re: call exec when proxy authentication success

2013-06-19 Thread Bill Yuan
but the latest release version is 2.2.0, Can someone help to explain how to filter it on 2.2.0 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: call exec when proxy authentication success

2013-06-19 Thread Arran Cudbard-Bell
On 19 Jun 2013, at 13:50, Martin Kraus lists...@wujiman.net wrote: On Wed, Jun 19, 2013 at 04:10:49PM +0800, Bill Yuan wrote: but the latest release version is 2.2.0, Can someone help to explain how to filter it on 2.2.0 I've got on debian freeradius 2.1.12 this in post-auth config, so I

radius proxy authentication problem with realm stripping for EAP

2010-07-01 Thread Alex Myself
Hi, I'm trying to configure free radius server as a proxy radius server with realm defined and strip option enabled. Authentication fails on external radius server when EAP is used. Without EAP authentication is fine. Any configuration option required for EAP to work (with realm

Re: radius proxy authentication problem with realm stripping for EAP

2010-07-01 Thread Alan DeKok
Alex Myself wrote: Hi, I'm trying to configure free radius server as a proxy radius server with realm defined and strip option enabled. Don't strip the user name. Authentication fails on external radius server when EAP is used. Without EAP authentication is fine. Any configuration

Re: radius proxy authentication problem with realm stripping for EAP

2010-07-01 Thread Alex Myself
Thanks, Alan. From: Alan DeKok al...@deployingradius.com To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Thu, July 1, 2010 12:58:18 PM Subject: Re: radius proxy authentication problem with realm stripping for EAP Alex Myself wrote

Re: Odd proxy authentication failures

2009-10-14 Thread Alan DeKok
Michael Schlies wrote: Hello all, I seem to be running into an issue with a RADIUS setup I am doing. I am setting up a server that hosts 5 radius instances in 1.x and does realm proxying to 4 of them but uses one realm (realm 'a.com' in this case) as its default. so if requests for 'b.com',

Re: Odd proxy authentication failures

2009-10-13 Thread Michael Schlies
I don't suppose anyone has any ideas on this issue I posted, do they? If I missed something in the documentation for relaying, etc. it would be greatly appreciated if someone could point it out to me. Michael Schlies - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

WiMAX Proxy Authentication with PMIP

2009-06-04 Thread Kiran Kumar
Hi All, I am trying to test proxy Authentication (Auth Request proxied from Home AAA to Free Radius). Only the authentication is done at the Freeradius and the authorization of the user is done at the H-AAA and in this case I am using PMIP for the Subscriber. My question here is should

Re: proxy authentication

2006-12-28 Thread Patric
Dubi Lego wrote: we need also to be notified on any attempt of a user to authenticate through the RADIUS. Are you familiar with any solution to do that? Thanks in advance for your help, Dubi You could create a script that logs any authentication attempts to a file/table, and execute the

Re: proxy authentication

2006-12-28 Thread Owen DeLong
for your help, Dubi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Wednesday, December 27, 2006 9:33 PM To: FreeRadius users mailing list Subject: Re: proxy authentication Dubi Lego wrote: I will clarify my question. Is it possible to forward

Re: proxy authentication

2006-12-28 Thread Alan DeKok
Dubi Lego wrote: Our solution is to provide lawful information, according to a Court request on user's activity on the net. In order to do that we need to intercept their AAA activity and the actual data activity. That's a requirement, not a solution. The solution to that problem is, as I

Re: proxy authentication

2006-12-27 Thread Alan DeKok
Dubi Lego wrote: I will clarify my question. Is it possible to forward all AAA messages including replies to another server which will only listen to messages and won't be active. The short answer is that RADIUS doesn't do that. I'm not aware of *any* server, WWW, FTP, DNS, or otherwise

RE: proxy authentication

2006-12-27 Thread Dubi Lego
, Dubi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Wednesday, December 27, 2006 9:33 PM To: FreeRadius users mailing list Subject: Re: proxy authentication Dubi Lego wrote: I will clarify my question. Is it possible to forward all AAA

proxy authentication

2006-12-26 Thread Dubi Lego
Hi all, Is it possible to proxy all authentication messages to specific remote server including replies (Access-Reject, Access-Accept)? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: proxy authentication

2006-12-26 Thread Alan DeKok
Dubi Lego wrote: Is it possible to proxy all authentication messages to specific remote server including replies (Access-Reject, Access-Accept)? What do you mean by that? Proxying normally involves forwarding client requests to another server, and returning replies from that server back to

RE: proxy authentication

2006-12-26 Thread Dubi Lego
, 2006 6:48 PM To: FreeRadius users mailing list Subject: Re: proxy authentication Dubi Lego wrote: Is it possible to proxy all authentication messages to specific remote server including replies (Access-Reject, Access-Accept)? What do you mean by that? Proxying normally involves forwarding

exec external script on successful proxy authentication

2006-10-27 Thread Mike
Dear list, Is there a way to execute a script with the original request attributes at the time of successul receipt of authentication reply from a home server when FreeRADIUS is used as a proxy? We require to execute an auxilary action on successful authentication, but currently have only found

RE: exec external script on successful proxy authentication

2006-10-27 Thread Garber, Neal
Is there a way to execute a script with the original request attributes at the time of successul receipt of authentication reply from a home server when FreeRADIUS is used as a proxy? We require to execute an auxilary action on successful authentication, but currently have only found ways to

Re: exec external script on successful proxy authentication

2006-10-27 Thread Mike
On 10/27/06, Garber, Neal [EMAIL PROTECTED] wrote: Is there a way to execute a script with the original request attributes at the time of successul receipt of authentication reply from a home server when FreeRADIUS is used as a proxy? We require to execute an auxilary action on successful

RE: exec external script on successful proxy authentication

2006-10-27 Thread Garber, Neal
you are saying that it is possible to put the exec module into this stage? Well, under the heading I'd rather teach you to fish than give you a fish, you can determine this by looking at the source. If you look at the bottom of src/modules/rlm_exec.c, you'll find: module_t rlm_exec = {

Re: How to proxy authentication requests to simple radius?

2004-12-14 Thread Stefan . Neis
Alan DeKok wrote: [EMAIL PROTECTED] wrote: Otherwise, it should theoretically be possible to translate PEAP-MSCHAPv2 to plain MSCHAPv2 and use that for communication with your simple radius server - however, that still requires writing suitable code In eap.conf, peap{} subsection, set

Re: How to proxy authentication requests to simple radius?

2004-12-04 Thread Stefan . Neis
Alan DeKok wrote: [EMAIL PROTECTED] wrote: Otherwise, it should theoretically be possible to translate PEAP-MSCHAPv2 to plain MSCHAPv2 and use that for communication with your simple radius server - however, that still requires writing suitable code In eap.conf, peap{} subsection,

Re: How to proxy authentication requests to simple radius?

2004-12-02 Thread Stefan . Neis
Hi, So target is: Windows XP Workstation WLAN Base Station FreeRadius My simple radius and its user db - between Workstation and FreeRadius EAP-PEAP / PEAP-MSCHAPv2 is used - between FreeRadius and My simple radius PAP or CHAP is used If you can

RE: How to proxy authentication requests to simple radius?

2004-12-02 Thread Heinälä Petri
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 2. joulukuuta 2004 21:00 To: [EMAIL PROTECTED] Subject: Re: How to proxy authentication requests to simple radius? Hi, So target is: Windows XP Workstation WLAN Base Station

Divide Proxy-Authentication [virengepr?ft]

2004-10-19 Thread norbert . kunth
Hi list, I can proxy [EMAIL PROTECTED] to [EMAIL PROTECTED] and [EMAIL PROTECTED] to [EMAIL PROTECTED] But is there a way to only authenticate the user there and deliver some other stuff (vlan, etc) from the local database? Thanks and greetings from Germany Norbert - List

Re: Proxy Authentication.....

2004-01-06 Thread Alan DeKok
Callum [EMAIL PROTECTED] wrote: However no matter where I place the Proxy-To-Realm, it does not seem to work I don't see why. Test it with the users file first, and then move the configuration entry to SQL. See examples in the list archive for what to do. Alan DeKok. - List

Re: Proxy Authentication.....

2004-01-05 Thread Alan DeKok
Callum [EMAIL PROTECTED] wrote: We are currently running a radius server for dial-up authentication to our network. One particularly large client has asked us to forward authentication packets to their radius server, and here is the catch, if and only if the username is found in a

Proxy Authentication.....

2004-01-05 Thread Callum
Hi Alan, Ive currently got freeradius set up and running with mysql. I have a username username1 that belongs to a group called AINSJNJ However no matter where I place the Proxy-To-Realm, it does not seem to work Can you give me a little further info on how you might achieve