Hello Angus -
On Friday, Jul 11, 2003, at 13:14 Australia/Melbourne, Angus Yiu wrote:
Dear Sir,
�
> I want to configure the radiator that�the user need to�authenticate by 2 steps, first check Database A that the user exist, then check the username and password in another Database B, is it possible to do so in Radiator ?
�
Yes, you can specify multiple AuthBy clauses and control the execution with an AuthByPolicy:
<Realm ...>
AuthByPolicy ContinueWhileAccept
<AuthBy SQL>
....
</AuthBy>
<AuthBy SQL>
.....
</AuthBy>
....
</Realm>
��� In addition, how to change the default table "SUBSCRIBERS" to other table in my config file? Thank you very much for your help.
�
You can change the AuthSelect statement:
<AuthBy SQL>
.....
AuthSelect select .....
.....
</AuthBy>
See section 6.28 in the Radiator 3.6 reference manual ("doc/ref.html").
regards
Hugh
NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
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.
