(RADIATOR) RE: Automatically Proxing of accouting/authen. by HostSelect in clause SQLRADIUS

Frank Danielson FDanielson at csky.com
Thu Mar 13 15:21:27 CST 2003


If you want to differentiate the traffic by realm it would probably be a lot
easier to do this with Handlers-

<Handler Realm=domain1, Request-Type=Access-Request>
	<AuthBy File>
		local auth for domain1
	</AuthBy>
</Handler>

<Handler Realm=domain1>
	AcctLogFileName %L/details
	<AuthBy RADIUS>
		remote RADIUS for domain1 accounting
	</AuthBy>
</Handler>

<Handler Realm=domain2>
	AcctLogFileName %L/details
	<AuthBy RADIUS>
		remote RADIUS from domain2 auth and accounting
	</AuthBy>
<Handler>

See section 6.16 in the manual. You can cascade multiple authby's in a
handler and add whatever logging you want. These are discussed in some
detail in the manual, the examples in the goodies directory, and the mailing
list archives available on the www.open.com.au web site.

-----Original Message-----
From: Tony [mailto:tony at baytechnologies.tv]
Sent: Thursday, March 13, 2003 2:31 PM
To: radiator at open.com.au
Subject: (RADIATOR) RE: Automatically Proxing of accouting/authen. by
HostSelect in clause SQLRADIUS


Hi Everyone,

We are currently evaluating Radiator.

Use the SQLRADIUS clause and the HostSelect command how can we configure to
forward Authentication and/or Accounting requests based on a realm (username
suffix).

Explanation examples :

1. If I have john at domain1 connecting to our NAS we would need to
Authenticate locally (no Authentication forwarding) and forward Accounting

2. If I have peter at domain2 connecting to our NAS we would need to forward
Authentication and Accounting.

In both cases I need to keep a copy of the Accounting packets locally on the
server (for our internal billing stuff).

Thanks.
Tony

===
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.

-------------------------------------------------------

-- 
Mike McCauley                               mikem at open.com.au
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985                       Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, 
TTLS, PEAP etc on Unix, Windows, MacOS etc.

===
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