Hello Blaz -
On Thursday 11 January 2001 19:26, Blaz Zupan wrote:
> I don't seem to be able to make multiple session databases to work. I have
> something like this in my radiusd.cfg:
>
> <SessionDatabase NULL>
> Identifier SDB_NULL
> </SessionDatabase>
>
> <SessionDatabase SQL>
> Identifier SDB_SQL
> ...
> </SessionDatabase>
>
> <Handler ...>
> SessionDatabase SDB_NULL>
> </Handler>
>
> <Handler ...>
> SessionDatabase SDB_SQL>
> </Handler>
>
>
> No matter what I do, the SessionDatabase that is specified last in the
> configuration file (SDB_SQL in this case) takes over. What I want to
> achieve is, that local logons are checked for multiple simultaneous logins,
> but iPass logons are not. This does not seem to work and iPass logons are
> always put in my RADONLINE table. What am I doing wrong? I'm running
> radiator 2.17.1.
>
I don't understand your configuration syntax.
You should not have any angle brackets on the SessionDatabase lines in your
Handlers.
<SessionDatabase NULL>
Identifier SDB_NULL
</SessionDatabase>
<SessionDatabase SQL>
Identifier SDB_SQL
...
</SessionDatabase>
<Handler ...>
SessionDatabase SDB_NULL
</Handler>
<Handler ...>
SessionDatabase SDB_SQL
</Handler>
You should see any configuration file errors reported in the log file.
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.