Re: filtering attributes in proxy

2003-12-10 Thread denz
 Have you tried with pre-proxy and attr_rewrite? I?m trying but
attr_rewrite
 module is not called (/usr/sbin/freeradius -x). I don?t know why.

No I haven't.
use -X instead -x, it'll show lot of things
and have u included that in the preproxy section in radiusd.conf


 Sergio.

  but when I start the server I get this message ant the
  end, and server
  exits.
 
  Module: Instantiated attr_filter (attr_filter)
  radiusd.conf: attr_filter modules aren't allowed in
'pre-proxy'
  sections -- they have no such method.

   shrug  Edit the source code for attr_filter to include
  a pre-proxy
section.
   
This is done in the latest CVS for post-proxy.  I've got a patch
we've
used internally for pre-proxy.  I'll commit it today.
  
  Has it been commited to cvs ?  I just downloaded. Couldn't see
  the preproxy
  method in rlm_attr_filter. I'd appreciate it very much right now.
 
  No, I'm still working on cleaning the patch up, as well as adding
  accounting
  methods for the module.
 
  I'll post to the list when it is in CVS, which should hopefully be later
  today.
 
  -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
 


 -
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: filtering attributes in proxy

2003-12-10 Thread Sergio Molina
Until I get a working solution, i am using attr_rewrite in preacct. The
attribute is always filtered, not only in requests to be proxied. I do not
know if it suits well for you.

Sergio.

 -Mensaje original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] nombre de denz
 Enviado el: miƩrcoles, 10 de diciembre de 2003 7:37
 Para: [EMAIL PROTECTED]
 Asunto: Re: filtering attributes in proxy


  Have you tried with pre-proxy and attr_rewrite? I?m trying but
 attr_rewrite
  module is not called (/usr/sbin/freeradius -x). I don?t know why.

 No I haven't.
 use -X instead -x, it'll show lot of things
 and have u included that in the preproxy section in radiusd.conf

 
  Sergio.

   but when I start the server I get this message ant the
   end, and server
   exits.
  
   Module: Instantiated attr_filter (attr_filter)
   radiusd.conf: attr_filter modules aren't allowed in
 'pre-proxy'
   sections -- they have no such method.
 
shrug  Edit the source code for attr_filter to include
   a pre-proxy
 section.

 This is done in the latest CVS for post-proxy.  I've got a patch
 we've
 used internally for pre-proxy.  I'll commit it today.
   
   Has it been commited to cvs ?  I just downloaded. Couldn't see
   the preproxy
   method in rlm_attr_filter. I'd appreciate it very much right now.
  
   No, I'm still working on cleaning the patch up, as well as adding
   accounting
   methods for the module.
  
   I'll post to the list when it is in CVS, which should
 hopefully be later
   today.
  
   -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
  
 
 
  -
  List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html
 


 -
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: filtering attributes in proxy

2003-12-09 Thread Chris Parker
At 11:59 PM 12/8/2003, denz wrote:
   but when I start the server I get this message ant the end, and server
   exits.
  
   Module: Instantiated attr_filter (attr_filter)
   radiusd.conf: attr_filter modules aren't allowed in 'pre-proxy'
   sections -- they have no such method.
 
shrug  Edit the source code for attr_filter to include a pre-proxy
 section.

 This is done in the latest CVS for post-proxy.  I've got a patch we've
 used internally for pre-proxy.  I'll commit it today.
Has it been commited to cvs ?  I just downloaded. Couldn't see the preproxy
method in rlm_attr_filter. I'd appreciate it very much right now.
No, I'm still working on cleaning the patch up, as well as adding accounting
methods for the module.
I'll post to the list when it is in CVS, which should hopefully be later
today.
-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


RE: filtering attributes in proxy

2003-12-09 Thread Sergio Molina
Have you tried with pre-proxy and attr_rewrite? I?m trying but attr_rewrite
module is not called (/usr/sbin/freeradius -x). I don?t know why.

Sergio.

 -Mensaje original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] nombre de Chris
 Parker
 Enviado el: martes, 09 de diciembre de 2003 16:32
 Para: [EMAIL PROTECTED]
 Asunto: Re: filtering attributes in proxy


 At 11:59 PM 12/8/2003, denz wrote:
 but when I start the server I get this message ant the
 end, and server
 exits.

 Module: Instantiated attr_filter (attr_filter)
 radiusd.conf: attr_filter modules aren't allowed in 'pre-proxy'
 sections -- they have no such method.
   
  shrug  Edit the source code for attr_filter to include
 a pre-proxy
   section.
  
   This is done in the latest CVS for post-proxy.  I've got a patch we've
   used internally for pre-proxy.  I'll commit it today.
 
 Has it been commited to cvs ?  I just downloaded. Couldn't see
 the preproxy
 method in rlm_attr_filter. I'd appreciate it very much right now.

 No, I'm still working on cleaning the patch up, as well as adding
 accounting
 methods for the module.

 I'll post to the list when it is in CVS, which should hopefully be later
 today.

 -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



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: filtering attributes in proxy

2003-12-08 Thread denz
   but when I start the server I get this message ant the end, and server
   exits.
  
   Module: Instantiated attr_filter (attr_filter)
   radiusd.conf: attr_filter modules aren't allowed in 'pre-proxy'
   sections -- they have no such method.
 
shrug  Edit the source code for attr_filter to include a pre-proxy
 section.

 This is done in the latest CVS for post-proxy.  I've got a patch we've
 used internally for pre-proxy.  I'll commit it today.

Has it been commited to cvs ?  I just downloaded. Couldn't see the preproxy
method in rlm_attr_filter. I'd appreciate it very much right now.


 -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



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: filtering attributes in proxy

2003-12-04 Thread Alan DeKok
denz [EMAIL PROTECTED] wrote:
 but when I start the server I get this message ant the end, and server
 exits.
 
 Module: Instantiated attr_filter (attr_filter)
 radiusd.conf: attr_filter modules aren't allowed in 'pre-proxy'
 sections -- they have no such method.

  shrug  Edit the source code for attr_filter to include a pre-proxy
section.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: filtering attributes in proxy

2003-12-04 Thread Chris Parker
At 10:43 AM 12/4/2003, Alan DeKok wrote:
denz [EMAIL PROTECTED] wrote:
 but when I start the server I get this message ant the end, and server
 exits.

 Module: Instantiated attr_filter (attr_filter)
 radiusd.conf: attr_filter modules aren't allowed in 'pre-proxy'
 sections -- they have no such method.
  shrug  Edit the source code for attr_filter to include a pre-proxy
section.
This is done in the latest CVS for post-proxy.  I've got a patch we've
used internally for pre-proxy.  I'll commit it today.
-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


Re: filtering attributes in proxy

2003-12-03 Thread denz
  I need to remove the attribute
  Calling-Station-Id = xxx
  from the requests before passing it to the remote radius server.

   Use rlm_attr_filter in pre-proxy.

I modified the radiusd.conf as suggested,

pre-proxy {
attr_filter

#  If you want to have a log of packets proxied to a home
#  server, un-comment the following line, and the
#  'detail pre_proxy_log' section, above.
#  pre_proxy_log
}

but when I start the server I get this message ant the end, and server
exits.

radius-log
--
Module: Loaded attr_filter
 attr_filter: attrsfile = /usr/local/radiusd/etc/raddb/attrs
Module: Instantiated attr_filter (attr_filter)
radiusd.conf: attr_filter modules aren't allowed in 'pre-proxy'
sections -- they have no such method.



  And while doing that I need to run some script and put those
  Calling-station-id to a DB. Can we achieve this.

   Yes.  Use rlm_exec in pre-proxy, before rlm_attr_filter.

   Alan DeKok.

 -
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html