Pre-proxy attr_rewrite problems

2004-08-11 Thread Trevor Eberl
OS = Solaris 9 ver = freeradius-1.0.0-pre3 I'm trying to get FreeRadius to strip the realm from the User-Name before it proxies to another server. My attr_rewrite is as follows: attr_rewrite RmRealm { attribute = User-Name searchin = packet searchfor = "^(+.)@mydomain.net"

Re: Pre-proxy attr_rewrite problems

2004-08-11 Thread Mohammed Petiwala
Hi Trevor: why are you trying to use the attr_rewrite stuff for proxying. The simpler approach is to use the proxy.conf and use the 'strip' option for e.g. realm mydomain.net { type= radius authhost= anotherserver.mydomain.net accthost=

Re: Pre-proxy attr_rewrite problems

2004-08-11 Thread Trevor Eberl
Hi Mohammed, That exactally what I needed thanks for the info!! Trevor - Original Message - From: Mohammed Petiwala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 1:13 PM Subject: Re: Pre-proxy attr_rewrite problems Hi Trevor: why are you trying to use