Re: (RADIATOR) SessionDatabase question

2001-03-18 Thread Hugh Irvine
Hello Chris - On Monday 19 March 2001 13:10, Chris M wrote: > >> The only problem I forsee is, how do I make the SessionDatabase > >> high-availability? In other words, is there a way to replicate > >> the DB INSERTs and DELETEs so that auth or acct radiator > >> processes talking to MySQL can h

Re: (RADIATOR) SessionDatabase question

2001-03-18 Thread Daniel Senie
Chris M wrote: > > >> The only problem I forsee is, how do I make the SessionDatabase > >> high-availability? In other words, is there a way to replicate > >> the DB INSERTs and DELETEs so that auth or acct radiator > >> processes talking to MySQL can have entries simultaneously > >> made in Sess

Re: (RADIATOR) SessionDatabase question

2001-03-18 Thread Chris M
>> The only problem I forsee is, how do I make the SessionDatabase >> high-availability? In other words, is there a way to replicate >> the DB INSERTs and DELETEs so that auth or acct radiator >> processes talking to MySQL can have entries simultaneously >> made in SessionDatabases on two differe

Re: (RADIATOR) SessionDatabase Question

1999-11-03 Thread Kevin Fowler
Mike, Thanks for the response. However, that would only work if I could specify a different SessionDatabase per AuthBy clause within the same Realm. But you can't. For example, it would work if I could do the following: AuthByPolicy ContinueUntilAccept SessionDatabase SDB

Re: (RADIATOR) SessionDatabase Question

1999-11-03 Thread Hugh Irvine
Hello Kevin - On Wed, 03 Nov 1999, Kevin Fowler wrote: > Hello, > We have multiple groups of customers authenticating out of multiple > databases with some of the usernames being the same. They need to be > able to authenticate with realms and without realms. The problem is with > the Sess

Re: (RADIATOR) SessionDatabase Question

1999-11-02 Thread Mike McCauley
Hi Kevin, The default behaviour for the session databases is to log the _original_ username prior to any RewriteUsername In that case of SQL SessionDatabase, it is easy to alter the configuration so it uses whatever you want as the username. You would probably want to change AddQuery and CountQu