(RADIATOR) How to set limits on proxied reply attributes

Randall radiator at diskserv.com
Sat Jul 23 10:25:25 CDT 2005


Is there a way to set limits on proxied reply attributes?

As an example:
I would like to replace Idle-Timeout if the proxied reply attribute 
is greater than 1800 and Session-Timeout if the proxied reply 
attribute is greater than 21600.

Below is my current configuration, however it does not allow lower 
settings for these attributes:

<AuthBy SQLRADIUS>
#	For downstream (PROXY) Radius use
#	This uses the users realm to look up the target
#	radius server in an SQL database
	SQLRecoveryFile %L/%W_SQLRecoveryFile
	DBSource dbi:ODBC:%{GlobalVar:MSSQLAuthServer}
	DBUsername %{GlobalVar:MSSQLUser}	
	DBAuth %{GlobalVar:MSSQLPassword}
	StripFromReply Service-Type, Framed-Protocol, Framed-IP-
Address,Framed-IP-Netmask,Ascend-Multicast-Client,Idle-
Timeout,Session-Timeout
	AddToReply
Service-Type="Framed-User",Framed-Protocol="PPP",Framed-IP-
Address="255.255.255.254",Framed-IP-
Netmask="255.255.255.255",Ascend-Multicast-Client=Multicast-
No,Idle-Timeout=1800,Session-Timeout=21600
	IgnoreAccountingResponse
	Host 0.0.0.0
	HostSelect select HOST%0, SECRET, AUTHPORT, ACCTPORT, RETRIES,
RETRYTIMEOUT, \
		USEOLDASCENDPASSWORDS, SERVERHASBROKENPORTNUMBERS,
SERVERHASBROKENADDRESSES, \
		IGNOREREPLYSIGNATURE, FAILUREPOLICY, OUTPORT,
FAILUREBACKOFFTIME, STRIPFROMREQUEST, ADDTOREQUEST from
RADSQLRADIUS \
		where TARGETNAME='%W'
	DefaultSimultaneousUse 2
	RejectEmptyPassword
	NoDefault
</AuthBy>


--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list