(RADIATOR) Anyone Done This?

Hugh Irvine hugh at open.com.au
Mon Dec 10 21:26:06 CST 2001


Hello Eric -

On Tue, 11 Dec 2001 10:44, Eric Johnson wrote:
> I am new to this so I thought that I would throw this out to the group.  I
> would like run Radiator on an NT 4.0 box connected to a separate box
> running mySQL which will hold the user database.  I am using an Equinox
> digital modem pool.  I have sum users who are currently authenticated
> through the NT database but would like either move them to the SQL database
> or authenticate using both databases.  Has anyone tried this before or does
> anyone have any suggestions/warnings that I should be aware of before I
> attempt this?
>

This is very easy to do.

# define AuthBy clauses

<AuthBy NT>
	Identifier CheckNT
	.....
</AuthBy>

<AuthBy SQL>
	Identifier CheckSQL
	.....
</AuthBy>

# define Realm(s) or Handler(s)

<Realm ...>
	AuthByPolicy ContinueUntilAccept
	AuthBy CheckNT
	AuthBy CheckSQL
	.....
</Realm>

There are also numerous examples from the mailing list on the archive site.

regards

Hugh


-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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