(RADIATOR) Handler.pm.patch for 2.15 to make Pre/PostAuthHook work

2000-02-28 Thread Lars Marowsky-Bree
Bug is obvious from the patch I think. I didn't check any of the other hooks though. Sincerely, Lars Marowsky-Brée -- Lars Marowsky-Brée Network Management teuto.net Netzdienste GmbH --- Handler.pm~ Tue Feb 15 08:09:41 2000 +++ Handler.pm Mon Feb 28 16:23:22 2000 @@ -495,7 +495,7

(RADIATOR) Discrepancy between Start Stop records?

1999-02-22 Thread Lars Marowsky-Bree
Good morning, I am not actually sure if this is a problem with Radiator or my Maxen. But mysql> select count(*) from radius_acct where statustype='Start' \g |21857 | mysql> select count(*) from radius_acct where statustype='Stop' \g |23525 | does not make sense to me. I could understan

Re: (RADIATOR) Discrepancy between Start Stop records?

1999-02-24 Thread Lars Marowsky-Bree
On 1999-02-23T09:38:25, Mike McCauley <[EMAIL PROTECTED]> said: > 2. Try to match up some cases where there is a Stop but no Start, and look for > a pattern, possibly try to match it with the Radiator log (you can determine > the time you should have got the missing Start from the details in t

Re: (RADIATOR) how is Netmask a check item?

1999-03-05 Thread Lars Marowsky-Bree
On 1999-03-05T14:14:59, "C Thompson" <[EMAIL PROTECTED]> said: > DEFAULT Auth-Type = System, Simultaneous-Use = 1, ^ Get rid of that one. Sincerely, Lars Marowsky-Brée -- Lars Marowsky-Brée Network Management teuto.ne

Re: (RADIATOR) how is Netmask a check item?

1999-03-05 Thread Lars Marowsky-Bree
On 1999-03-05T16:19:32, "C Thompson" <[EMAIL PROTECTED]> said: > > > DEFAULT Auth-Type = System, Simultaneous-Use = 1, > > ^ > > Get rid of that one. > But we want to use Simultaneous-Use to limit our dialup customers to > the one account they are p

Re: (RADIATOR) Assigning IP adresses from radius?

1999-03-10 Thread Lars Marowsky-Bree
On 1999-03-10T13:41:34, mike grommet <[EMAIL PROTECTED]> said: > Pgorm Auth-Type=System, That trailing ",". Don't do that there. Sincerely, Lars Marowsky-Brée -- Lars Marowsky-Brée Network Management teuto.net Netzdienste GmbH - DPN Verbund-Partner === To unsubscribe, email

Re: (RADIATOR) PostAuthHook Successes?

1999-03-12 Thread Lars Marowsky-Bree
On 1999-03-12T11:47:37, "Remi Godin" <[EMAIL PROTECTED]> said: > There is a patch for the Handler.pm which helped. However I'm still having > problems. But at least now it is executing the perl code. Which patch, what should your code do, what does it do, how does it fail, what does your code

Re: (RADIATOR) Version 2.14 released

1999-07-19 Thread Lars Marowsky-Bree
On 1999-07-19T08:00:15, Ian Hughes <[EMAIL PROTECTED]> said: > Also may have another problem. The machine running the radius server > has multiple IP addresses. See "bind_address" in the configuration file. Sincerely, Lars Marowsky-Brée -- Lars Marowsky-Brée Network Managemen

Re: (RADIATOR) memory leak in 2.14.1 ?

1999-10-14 Thread Lars Marowsky-Bree
On 1999-10-14T15:45:44, "Mike McCauley" <[EMAIL PROTECTED]> said: > A more common cause of leaks is in add-on perl modules: these often have C > code (or call third paryy APIs) that do mallocs, and under some > circumstances fail to free. I also found that the IO::Socket code in Perl 5.005_0