Re: (RADIATOR) HOW-TO ??

1999-10-28 Thread Hugh Irvine
Hi Gary - On Thu, 28 Oct 1999, Gary wrote: > No joy Hugh... > Our setup is basic... can you see the problem ? > > I test ring in from the office with a proper setup in the normal users > file, and it does not act on the rejectusers, and continues to > authenticate on the normal users file. > >

(RADIATOR) radiator and mysql high availability config

1999-10-28 Thread Jay West
Greetings! Just wanted to confirm my line of thinking on this with others. We want to set up redundant radiator servers for our domain. We want to have a primary and secondary, and NAS's will be told to check aaa in that order. If the primary machine goes down, the secondary will still answer. We

Re: (RADIATOR) radiator and mysql high availability config

1999-10-28 Thread Hugh Irvine
Hi Jay - On Thu, 28 Oct 1999, Jay West wrote: > Greetings! > > Just wanted to confirm my line of thinking on this with others. We want to > set up redundant radiator servers for our domain. We want to have a primary > and secondary, and NAS's will be told to check aaa in that order. If the > pr

Re: (RADIATOR) mysql requirements...

1999-10-28 Thread Jay West
I want to install mySQL for use with Radiator on FreeBSD 3.3Release. The instructions say I'll need to install DBI and DBD. I can find DBI easily and have installed it. However, where exactly do I find DBD for mySQL?? Thanks! Jay West === Archive at http://www.thesite.com.au/~radiator/ To

Re: (RADIATOR) mysql requirements...

1999-10-28 Thread tom minchin
On Thu, Oct 28, 1999 at 06:37:34AM -0500, Jay West wrote: > I want to install mySQL for use with Radiator on FreeBSD 3.3Release. > > The instructions say I'll need to install DBI and DBD. I can find DBI easily > and have installed it. However, where exactly do I find DBD for mySQL?? > You c

(RADIATOR) Client-Id matching in Handler's not working

1999-10-28 Thread Aaron Holtz
After making changes to match on Client-Id instead of Nas-IP-Address, I don't seem to be able to make any matches whether I do exact matches or a regex. Trace 4 dump: Exact match: Thu Oct 28 08:34:58 1999: DEBUG: Packet dump: *** Received from 111.111.112.20 port 1112 Code: Access-R

(RADIATOR) Platypus Pitfalls?

1999-10-28 Thread Dean Brandt
Hi, I've just got hold of Radiator and I already run Platypus. Over the next few days I intend to attempt to get them to work in unison. Can anyone shed any light on the possible pitfalls and the things I should be looking at before I start? Thanks in advance

(RADIATOR) Ye olde perenial ?

1999-10-28 Thread Gary
Before switching over to sql authentication I am cleaning up the users file and adding DefaultReply to the various bits . Now the old question... is Service-Type = Framed-User a check or reply item... ?? Page 39 of the manual (hi Hugh :-) indicates its reply item, but I thought it was a che

Re: (RADIATOR) Ye olde perenial ?

1999-10-28 Thread tom minchin
On Fri, Oct 29, 1999 at 12:13:45AM +1000, Gary wrote: > Before switching over to sql authentication I am cleaning up the users > file and adding DefaultReply to the various bits . > > Now the old question... > > is Service-Type = Framed-User a check or reply item... ?? > > Page 39 of the ma

Re: (RADIATOR) radiator and mysql high availability config

1999-10-28 Thread David Lloyd
On Thu, 28 Oct 1999, Hugh Irvine wrote: >On Thu, 28 Oct 1999, Jay West wrote: >> Greetings! >> >> Just wanted to confirm my line of thinking on this with others. We want to >> set up redundant radiator servers for our domain. We want to have a primary >> and secondary, and NAS's will be told to

(RADIATOR) LDAP Request

1999-10-28 Thread Steven Ames
Would it be possible to modify the AuthLDAP modules so that instead of (or in addition to to maintain backward compatibility) having a single attribute that holds all of the reply items we can instead set things up more like the SQL modules? What I mean is under SQL you can do things like:

(RADIATOR) LDAP Request

1999-10-28 Thread Steven E. Ames
Would it be possible to modify the way that AuthLDAP handles reply attributes? Right now they are all listed in a singly replyattr attribute. This is unwieldy for a lot of our tools and increases the complexity of the parsing. A better mechanism would be to handle them the same way as SQL is hand

(RADIATOR) Radiator OVERHEATING

1999-10-28 Thread Andrew Kaplan
I am running Radiator on a Debian Box. It has stopps running about once every 60 days. It stopped running yesterday and then again today. The restart wrapper is installed. However, when problems arise "ps aux | grep rad" verifies that radius is not running. I was told to send my config file and a

(RADIATOR) Fw: LDAP Request

1999-10-28 Thread Steven E. Ames
Would it be possible to modify the way that AuthLDAP handles reply attributes? Right now they are all listed in a singly replyattr attribute. This is unwieldy for a lot of our tools and increases the complexity of the parsing. A better mechanism would be to handle them the same way as SQL is hand

(RADIATOR) Intercepting Passwords

1999-10-28 Thread Kevin
We have a set of users who are currently authenticating from a system, in which the password is encrypted twice. So, copying the encrypted values and inserting them into a normal password file, won't work for us. We've set up a proxy in front of this auth server with Radiator, so that we can

Re: (RADIATOR) LDAP Request

1999-10-28 Thread Hugh Irvine
Hello Steven - On Fri, 29 Oct 1999, Steven Ames wrote: > Would it be possible to modify the AuthLDAP modules so that instead > of (or in addition to to maintain backward compatibility) having > a single attribute that holds all of the reply items we can instead > set things up more like the SQL

Re: (RADIATOR) Ye olde perenial ?

1999-10-28 Thread Hugh Irvine
Hello Gary - On Fri, 29 Oct 1999, Gary wrote: > Before switching over to sql authentication I am cleaning up the users > file and adding DefaultReply to the various bits . > > Now the old question... > > is Service-Type = Framed-User a check or reply item... ?? > > Page 39 of the manual (

Re: (RADIATOR) LDAP Request

1999-10-28 Thread Steven E. Ames
Thanks for the quick reply Hugh. That works but (IMHO) it defeats the purpose of having a database if you have to put the complete attribute pair into it. I actually just spent an hour or so migrating some code from AuthSQL.pm to AuthLDAP.pm to do exactly what I want. Works great. Is there some

(RADIATOR) PreAuthHook - Adding Attribute?

1999-10-28 Thread Janet N del Mundo
Hi! I'm trying to add an attribute to my accounting table in MS SQL, with a PreAuthHook clause, but it's not working right. Am I using the wrong 'Hook' clause? When a user logs in with a "+ppp", then his session will be billable (Class = "0"). Somehow the attribute Class = "0" is not being add

Re: (RADIATOR) Fw: LDAP Request

1999-10-28 Thread Steven E. Ames
> Would it be possible to modify the way that AuthLDAP handles reply > attributes? Right now they are all listed in a singly replyattr > attribute. This is unwieldy for a lot of our tools and increases the > complexity of the parsing. > > A better mechanism would be to handle them the same way a

Re: (RADIATOR) Fw: LDAP Request

1999-10-28 Thread Aaron Holtz
Are you authing' by SQL? If so, setup a field in your db that is for reply attributes. Only fill in that field for the users who get something special. Then in your auth clause setup something like: DefaultReply Service-Type=Framed-User,Framed-IP-Address=255.255.255.254,\ Framed-I

Re: (RADIATOR) Different logfiles for different groups?

1999-10-28 Thread Dawn Lovell
Sorry for the delay in follow-up; it looks like this may do exactly what we need. You've been great help! As usual, I do have another question. :-) This doesn't appear to be working for primary groups, only for userids specified explicitly in the /etc/group file. I saw some discussion about th

Re: (RADIATOR) Different logfiles for different groups?

1999-10-28 Thread Hugh Irvine
Hello Dawn - On Fri, 29 Oct 1999, Dawn Lovell wrote: > > As usual, I do have another question. :-) This doesn't appear to be > working for primary groups, only for userids specified explicitly in > the /etc/group file. I saw some discussion about this in the archive, > but didn't find a defin

Re: (RADIATOR) Fw: LDAP Request

1999-10-28 Thread Hugh Irvine
Hello Steve - On Fri, 29 Oct 1999, Steven E. Ames wrote: > > Would it be possible to modify the way that AuthLDAP handles reply > > attributes? Right now they are all listed in a singly replyattr > > attribute. This is unwieldy for a lot of our tools and increases the > > complexity of the parsi

Re: (RADIATOR) Client-Id matching in Handler's not working

1999-10-28 Thread Hugh Irvine
Hello Aaron - On Thu, 28 Oct 1999, Aaron Holtz wrote: > After making changes to match on Client-Id instead of Nas-IP-Address, I > don't seem to be able to make any matches whether I do exact matches or a > regex. Trace 4 dump: > I have just tested this here with no problems. Note that the Cli

Re: (RADIATOR) mysql requirements...

1999-10-28 Thread Hugh Irvine
Hello Jay - On Thu, 28 Oct 1999, Jay West wrote: > I want to install mySQL for use with Radiator on FreeBSD 3.3Release. > > The instructions say I'll need to install DBI and DBD. I can find DBI easily > and have installed it. However, where exactly do I find DBD for mySQL?? > The latest o

Re: (RADIATOR) Platypus Pitfalls?

1999-10-28 Thread Hugh Irvine
Hello Dean - On Thu, 28 Oct 1999, Dean Brandt wrote: > Hi, > > I've just got hold of Radiator and I already run Platypus. Over > the next few days I intend to attempt to get them to work in unison. > > Can anyone shed any light on the possible pitfalls and the things > I should be

Re: (RADIATOR) Fw: LDAP Request

1999-10-28 Thread Gary
On Fri, 29 Oct 1999 12:37:55 +1000, Hugh Irvine wrote: > >Hello Steve - > >On Fri, 29 Oct 1999, Steven E. Ames wrote: >> > Would it be possible to modify the way that AuthLDAP handles reply >> > attributes? Right now they are all listed in a singly replyattr >> > attribute. This is unwieldy for a

Re: (RADIATOR) Radiator OVERHEATING

1999-10-28 Thread Hugh Irvine
Hello Andrew - On Fri, 29 Oct 1999, Andrew Kaplan wrote: > >%_I am running Radiator on a Debian Box. It has stopps running about once > every 60 days. It stopped running yesterday and then again today. The > restart wrapper is installed. However, when problems arise "ps aux | grep > rad" verifie

Re: (RADIATOR) Fw: LDAP Request

1999-10-28 Thread Hugh Irvine
On Fri, 29 Oct 1999, Gary wrote: > > > >6/9/99 Rolled the AddToReplyIfNotExist.patch into the base code. This code > >was contributed by Vincent Gillet <[EMAIL PROTECTED]>, and implemnets > >the AddToReplyIfNotExist parameter, which will append an attribute > >to a reply if and only if it the attr

Re: (RADIATOR) PreAuthHook - Adding Attribute?

1999-10-28 Thread Hugh Irvine
Hello Janet - On Fri, 29 Oct 1999, Janet N del Mundo wrote: > Hi! > > I'm trying to add an attribute to my accounting table in MS SQL, with a > PreAuthHook clause, but it's not working right. Am I using the wrong > 'Hook' clause? > > When a user logs in with a "+ppp", then his session will be

(RADIATOR) DBD-ODBC

1999-10-28 Thread Dean Brandt
Hiya, I am trying to install DBD-ODBC and have tried a few different ODBC drivers. I am continually getting this error: Test returned status 255 (wstat 65280, 0xff00) Undefined subroutine &Test::Harness::WCOREDUMP called at /usr/lib/perl5/5.00503/Test/Harness.pm line 28