RE: How to insert an attribuite into a proxy-reply packet ?

2003-11-17 Thread Sudhagar Chinnaswamy
I am not sure how to achieve this using rlm_attr_rewrite (probably
others can help), but you can write your own post-proxy method. Add
that module in the post-proxy section of radius.conf, so that your
post-proxy method is called whenever the Radius server receives a reply
for the proxied request.  
 
In that post-proxy method you can have whatever case you need based on
your requirements.

-Original Message-
From: Allen Chung [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 16, 2003 6:16 PM
To: [EMAIL PROTECTED]
Subject: Re: How to insert an attribuite into a proxy-reply packet ?


Sorry, I don't know how to make it work. Could you tell me more about it
?
 
I use freeradius to be a proxy server.A === MySite = B
I want each Auth-Reply to be one of below cases.
 
1. If the Session-Timeout is defined and the value is great than 0,
proxy the reply-packet without change.
2. If the Session-Timeout is undefined, proxy the reply-packet without
change.
3. If the Session-Timeout is defined BUT the value is  0, set the value
to be 36000 before sending it.
 
Thanks a lot ...
 

- Original Message - 
From: Liyan Tan mailto:[EMAIL PROTECTED]  
To: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  
Sent: Thursday, November 13, 2003 8:00 PM
Subject: Re: How to insert an attribuite into a proxy-reply packet ?

rlm_attr_filters may work?
 
Liyan Tan
   [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
2003-11-13
 


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


How-to install FreeRadius on a target (not build) machine?

2003-08-12 Thread Sudhagar Chinnaswamy
Hi All:

Has anyone installed FreeRadius on a target machine other than build
machine? Both the target and build machine are of same type (Solaris).
make install installs the package on the build machine, which includes
all the documentation (man pages, etc), but on the target machine I need
not install those documents, man pages, etc all. One way would be to
install on the build machine, tar  gzip the install directory and copy
it over to the target machine. But I am not sure of any dependencies in
this method.

If anyone has done it before, can you please let me know, so that I can
use the information w/o digging into the logs and find out the files to
package and install. 

Another question, In doing so, is there any issues that I should be
aware of (like the library dependency, path_to_install, etc) ?

Thanks in advance,

Regards,
Sudhagar

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