Re: (RADIATOR) MySQL & Simultaneous-Use

2001-12-18 Thread Sam Nilsson
Andy - If you look at the manual section 6.7.3 you will see the reference to 'AddQuery'. This is the query that SessionDatabaseSQL uses to add a user to the sessions table. You can see that the default add query inserts the username as '%u' which is the special variable that contains the origin

Re: (RADIATOR) MySQL & Simultaneous-Use

2001-12-18 Thread Hugh Irvine
Hello Andy - I usually suggest to people that they add a column to the session database table to store the rewritten username too and then specify the corresponding queries to do "the right thing" (tm). The reason the session database uses the original username is because that is what must b

Re: (RADIATOR) MySQL & Simultaneous-Use

2001-12-18 Thread Andy Dills
Sorry about the blank email. I had tried to cancel the email, as I had thought I had figured out the problem, but had accidently sent it instead of cancelling (cntrl-x being right next to cntrl-c). Anyways, the problem is this: I use the standard realm stripping RewriteUsername s/^([^@]+).*/$1/