Re: (RADIATOR) Disabling SessionDatabase on a per client level

2000-11-14 Thread Mariano Absatz

El 14 Nov 2000, a las 8:40, Hugh Irvine escribió:

 
 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.
Can I have a DIFFERENT Session-Database (e.g. based on handlers)?

 
 # 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.



===
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.



Re: (RADIATOR) Disabling SessionDatabase on a per client level

2000-11-14 Thread Hugh Irvine


Hello Mariano -

On Wed, 15 Nov 2000, Mariano Absatz wrote:
 El 14 Nov 2000, a las 8:40, Hugh Irvine escribió:
 
  
  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.

 Can I have a DIFFERENT Session-Database (e.g. based on handlers)?
 

Yes. You can have as many different session databases as necessary.

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.



(RADIATOR) Disabling SessionDatabase on a per client level

2000-11-13 Thread Chris Given

How can I disable the SessionDatabase on a per Client level?

===
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.



Re: (RADIATOR) Disabling SessionDatabase on a per client level

2000-11-13 Thread Hugh Irvine


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.