Hello Chris -
On Tue, 14 Nov 2000, Chris Given wrote:
> How can I disable the <SessionDatabase> on a per <Client> level?
>
You can't disable the <SessionDatabase> in the Client clause, however you can
do it on a per-Handler basis.
# configuration with multiple session databases
<SessionDatabase SQL>
Identifier SQL-SDB
.....
</SessionDatabase>
<SessionDatabase NULL>
Identifier NULL-SDB
</SessionDatabase>
<Handler ......>
SessionDatabase SQL-SDB
.....
</Handler>
<Handler .....>
SessionDatabase NULL-SDB
....
</Handler>
hth
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.