Re: (RADIATOR) PM3 Dictionary

1999-02-17 Thread admin
I put that in and I get: Livingston = "User Request - PPP Term Req" Look familiar? John Kicklighter Internet 2xtreme From: "Mike McCauley" [EMAIL PROTECTED] Date sent: Wed, 17 Feb 1999 17:28:44 -0500 To: [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: (RADIATOR) Hmmm

1999-02-17 Thread Mike McCauley
On Feb 17, 1:56pm, Stephen Roderick wrote: Subject: (RADIATOR) Hmmm I have Realm continuewhileaccept authby radius /authby authby SQL AuthSelect # Just logging /authby /Realm The second AuthBy causes a reject. Yes, thats the defined behaviour of AuthBy SQL when

Re: (RADIATOR) v2.13 report: Errors trying to use ascend dictionary

1999-02-17 Thread Mike McCauley
On Feb 17, 6:27pm, Ricardo Freire wrote: Subject: (RADIATOR) v2.13 report: Errors trying to use ascend dictionary Hi Mike and all, I just installed version 2.13. When I set "DictionaryFile" to the dictionary.ascend, I have this log: Wed Feb 17 18:17:52 1999: WARNING: There is no attribute

(RADIATOR) Two questions...

1999-02-17 Thread Andrew
Radiator continues to perform very nicely, but I'm at a loss on two little things. First, we're seeing duplicate ID errors, but what's odd is that they come in bursts. Things will be just fine for a long time, then suddenly I'll see a bevy duplicate request errors from several different NASs

(RADIATOR) Easy change

1999-02-17 Thread Stephen Roderick
I propose the following change to radiusd for the next release: *** 87,92 --- 87,93 't', sub { $time }, 'T', sub { $packet-code }, + 'U', sub { my @n = split(/@/, $packet-getAttrByNum($Radius::Radius::USER_NAME)); $n[0] }, 'y', sub { $year%100 }, 'Y',