Hello David -

On Wednesday 10 January 2001 03:37, David Moya wrote:
> Hello all,
>
> is it possible to define different session database for each Realm that you
> create?
>

Yes, very simple.

# define multiple session databases

<SessionDatabase INTERNAL>
        Identifier SDB-INTERNAL
        ......
</SessionDatabase>

<SessionDatabase SQL>
        Identifier SDB_SQL1
        .....
</SessionDatabase>

<SessionDatabase SQL>
        Identifier SDB_SQL2
        .....
</SessionDatabase>

<SessionDatabase NULL>
        Identifier SDB_NULL
        .....
</SessionDatabase>

....

# define Realms or Handlers

<Realm .....>
        SessionDatabase .....
        .....
</Realm>

<Realm .....>
        SessionDatabase .....
        .....
</Realm>

<Realm .....>
        SessionDatabase .....
        .....
</Realm>

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.

Reply via email to