Hello Greg -
On Wed, 29 Nov 2000, Greg Kornatowsky wrote:
> We are currently authenticating of a Microsoft SQL 7 db using OpenLink
> drivers. Our OpenLink crashed on us the other day and our Radius was down.
> If there some way of setting radius to have multiple <authby xxx> statements
> and having some AuthByPolicy where if the first <authby sql> times out then
> it will attempt the second <authby file>
>
Yes, there are a couple of ways to do this:
1. define multiple DBSource lines
<AuthBy SQL>
Identifier CheckSQL
DBSource .....
DBSource .....
DBUsername ....
DBAuth .....
.....
</AuthBy>
2. define multiple AuthBy clauses
<AuthBy SQL>
Identifier CheckSQL1
DBSource ....
DBUsername ....
DBAuth ....
.....
</AuthBy>
<AuthBy SQL>
Identifier CheckSQL2
DBSource ....
DBUsername ....
DBAuth ....
.....
</AuthBy>
<Realm ....>
AuthByPolicy ContinueUntilAccept
AuthBy CheckSQL1
AuthBy CheckSQL2
</Realm>
3. use DBD-Proxy instead of OpenLink
hth
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.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.