Hello Elias -
>
> Hi,
>
> I want to set-up a multiple database environment so that if one database goes
> down, the backup will take over. My config is as shown below. Is there anything
> wrong with it? When radiusxx goes down, radiator does not switch over to
> radiusyy automatically. Thanks.
>
> <Realm xxx.xxx.xxx>
> <AuthBy SQL>
> DBSource radiusxx
> ..
> ..
> </AuthBy>
>
> <AuthBy SQL>
> DBSource radiusyy
> ..
> ..
> </AuthBy>
> </Realm>
>
> <SessionDatabase SQL>
> DBSource radiusyy
> ..
> ..
> </SessionDatabase>
>
To set up multiple databases, you specify them like this:
<Realm xxx.xxx.xxx>
<AuthBy SQL>
DBSource radiusxx
DBSource radiusyy
..
..
</AuthBy>
</Realm>
Have a look at section 6.26 in the Radiator 2.16.3 reference manual for further
details on AuthBy SQL.
regards
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
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.