Re: (RADIATOR) No accounting replies

2000-01-07 Thread Hugh Irvine
Hello Phil - On Fri, 07 Jan 2000, Phil Freed wrote: > We have just put up the latest Radiator code, and have > completely revamped our config to take advantage of the > nifty new stuff. But we're having problems with accounting > packets. Radiator gets the packets, but according to "snoop" >

Re: (RADIATOR) No accounting replies

2000-01-07 Thread Phil Freed
Whups - I spoke too soon. It appears that this didn't solve anything after all. Any other thoughts? > > On Fri, 07 Jan 2000, Phil Freed wrote: > > We have just put up the latest Radiator code, and have > > completely revamped our config to take advantage of the > > nifty new stuff. But we'r

(RADIATOR) Bug in NAS-Address-Port-List?

2000-01-07 Thread Phil Freed
This may or may not be related my accounting record problem. (I suspect not.) I need a special handler for slot 6 on one of my NASs. I have the following sections in my radius.cfg: # The first item is commented out because it kills radius with the message Can't call method "log" on u

(RADIATOR) Multiple session databases.

2000-01-07 Thread Vicente Ferrando
Hello every body, Someone knows if there is any way to have duplicated session databases, one of them in DBM format and the other in MySQL? Thanks in advance. -- CTV-JET Uni2 [http://www.ctv.es] Vicente Ferrando / [EMAIL PROTECTED] Dpto. Sistemas / Ingeniero de Sistemas / System

Re: (RADIATOR) freezing

2000-01-07 Thread Robin Gruyters
Hi here is a trace (from the second config): Fri Jan 7 14:13:44 2000: DEBUG: Handling request with Handler 'Realm=DEFAULT' Fri Jan 7 14:13:44 2000: DEBUG: Deleting session for ¦ ^£#÷!M|ůÏãÀ·ÒQ¯Oeèÿ}²õ÷Pu;ÅY­B¤ÆÎY¶ÈN&k´Ó?4N¾($!yIð1>eÔ´úùQæ¼]àÑ¿ómÞÄvüÞ&ÚÄ<ñÅg?¯ùv *·ì ­ñåÝfòÑZ:' rü{&=Ô¹Ô¼û(x/

(RADIATOR) AuthBy NT and Global Group ?

2000-01-07 Thread talist
Hello, Is is possible to authenticate NT passwords with Global Groups (instead of Local Group) I would like to divide several groups of users according to their global Group affiliation. === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscr

Re: (RADIATOR) SQL database schema

2000-01-07 Thread Matt Chambers
Basically, you can customize it however. This is what I use. I admit I didn't put a whole lot of time into customization, but this works pretty well. I added the STATUS field so I can easily expire accounts. It was basically designed for MegaPOP customers. AuthSelect select PASSWOR

(RADIATOR) SNMP or PMWHO

2000-01-07 Thread Andrew Kaplan
How do I verify wether radiator is using SNMP or PHWHO Andrew P. Kaplan, CNE, MCSE+Internet, MCT, CCNA, CCDA CyberShore, Inc. -- Premium Internet Services -- http://www.cshore.com Imagination is a quality given a man to compensate him for what he is not, and a sense of humor was provided to cons

(RADIATOR) foreground.

2000-01-07 Thread Matt Chambers
Why should I run Radiator in the foreground? Matt Chambers Internet Visionary The PressRoom http://www.pressroom.com 703-631-5755 x3001 === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

Re: (RADIATOR) No accounting replies

2000-01-07 Thread Paul van der Zwan
In message <0001071824290B.00604@hugo>, Hugh Irvine wrote: > >It looks to me like the regexp in your Handler is causing problems. > >You might like to try this: > > > > > > This week I had a similar problem with an accounting-only server. I had to put an empty clause in the handler. I

Re: (RADIATOR) AuthBy NT and Global Group ?

2000-01-07 Thread Mike McCauley
Hello, On Jan 7, 10:30am, [EMAIL PROTECTED] wrote: > Subject: (RADIATOR) AuthBy NT and Global Group ? > Hello, > > Is is possible to authenticate NT passwords with Global Groups (instead of > Local Group) > I would like to divide several groups of users according to their global > Group affiliat

Re: (RADIATOR) No accounting replies

2000-01-07 Thread Phil Freed
Brilliant, simple, and (after the fact) obvious. Thanks very much; that did the trick. > This week I had a similar problem with an accounting-only server. I had to > put an empty clause in the handler. > It looked like a handler without any AuthBy clauses does not send and > accounting replies

Re: (RADIATOR) freezing

2000-01-07 Thread tom minchin
On Fri, Jan 07, 2000 at 02:19:24PM +0100, Robin Gruyters wrote: > Hi here is a trace (from the second config): > > Fri Jan 7 14:13:44 2000: DEBUG: Handling request with Handler 'Realm=DEFAULT' > Fri Jan 7 14:13:44 2000: DEBUG: Deleting session for > ¦ > ^£#÷!M|ůÏãÀ·ÒQ¯Oeèÿ}²õ÷Pu;ÅY­B¤ÆÎY¶ÈN&k´

(RADIATOR) Simultaneous-Use Broken?

2000-01-07 Thread admin
I'm having a problem with the new version of radiator such that it is rejecting more than one usage of the same username in a handler even though there are no limits on how many of this particular username can login. I have had this configuration working for over a year now, but the new version o

Re: (RADIATOR) AuthBy NT and Global Group ?

2000-01-07 Thread talist
While reading the "AuthBy NT" source code, I noticed the use of Win32::NetAdmin::GroupIsMember instead of Win32::NetAdmin::LocalGroupIsMember That lead me to believe that Radiator is checking in the Global Groups of the DomainControler I checked this theory on an NT box and it seems to be authenti