Re: (RADIATOR) Y2K: %y results in single '0'

2000-01-04 Thread Jason Godsey
This is proper behavior, since according to the man page it's "years since 1900" so proper behavior for programs to get the 2 digit year would be $twodigit = subst(1900+%y, 2, -2); ** I think :) maybe even subst(%Y, 2, -2); On Tue, 4 Jan 2000, Ben-Nes Michael wrote: > Date: Tue, 04 Jan 2000

(RADIATOR) mysql and I'm lazy.

2000-03-20 Thread Jason Godsey
Hello again, I've discovered I'm quite lazy and am looking for a simple way to setup SQL tables for all the records I want out of the detail file. Are there any utils to parse a detail file and generate a proper sql dump to hold all the information contained in the detail file? Other wis

Re: (RADIATOR) mysql and I'm lazy.

2000-03-21 Thread Jason Godsey
inate-detail etc.. Thanks! On Tue, 21 Mar 2000, Hugh Irvine wrote: > Date: Tue, 21 Mar 2000 14:44:22 +1100 > From: Hugh Irvine <[EMAIL PROTECTED]> > To: Jason Godsey <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: (RADIATOR) mysql and I'm lazy. > > > He

(RADIATOR) How should I go about this?

2000-06-28 Thread Jason Godsey
This is basically how I'm setup now: # auth by . # auth by . # auth by . We currently have users using "Pjason" as their PPP login, and jason as shell, however we would like to change this to allow jason to allow for PPP session and Sjason to work as shell since we do

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Jason Godsey
Hugh, the problem is I don't have a configuration file to support what I want to do, which is; Allow customer Jason Godsey, with user name jason to connect with any modem program such as hyperterminal and type Login: jason and be ushered to the rlogin host. At the same time, I'd lik

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Jason Godsey
/ / Jason On Thu, 29 Jun 2000, Andy Dills wrote: > Date: Thu, 29 Jun 2000 13:23:08 -0400 (EDT) > From: Andy Dills <[EMAIL PROTECTED]> > To: Jason Godsey <[EMAIL PROTECTED]> > Cc: Hugh Irvine <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: (RADIATOR) How

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Jason Godsey
un 2000, Andy Dills wrote: > Date: Thu, 29 Jun 2000 16:16:53 -0400 (EDT) > From: Andy Dills <[EMAIL PROTECTED]> > To: Jason Godsey <[EMAIL PROTECTED]> > Cc: Hugh Irvine <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: (RADIATOR) How should I go about this? >

(RADIATOR) Help with Handler

2000-07-01 Thread Jason Godsey
How can I write a handler like: or (tried, gets skipped) If I can get Handler to use a negative match, I'll be all set! :) Thanks in advance! Here is what I get from the PM3 when a user dials up as a terminal user. Code: Access-Request Identifier: 137 Authentic: x Attributes:

Re: (RADIATOR) Problem with formatted-date

2000-07-02 Thread Jason Godsey
Hello! Try %Y/%m/%d FYI, the strftime man page contains this information, it is a good resource. >From the page: %eis replaced by the day of month as a decimal number (1-31); single digits are preceded by a blank. %dis replaced by the day of the month as a decimal number (01-31). Go

Re: (RADIATOR) Problem with Simultaneous-Use and proxying

2000-07-04 Thread Jason Godsey
Can you do: StripFromReply Simultaneous-Use or is StripFromReply only for AuthBy? This is just the first thing that popped into my head. / / Jason On Mon, 3 Jul 2000, Joshua M. Thompson wrote: > Date: Mon, 3 Jul 2000 23:13:07 -0400 (EDT) > From: Joshua M. Thompson <[EMAIL PROTECTED]

Re: (RADIATOR) Logfile size

1999-06-02 Thread Jason Godsey
14702947 Jun 2 16:46 detail.1999.06 We have 2.5k dialup users. Looks like about 8megs/day. Looks like you'll need much more than 2 20gig drives to keep a years worth :) (you'll need that for just 2 months) Each month will eat nearly 30megs if our numbers scale. - Jason Godsey On

(RADIATOR) static ip customers

1999-06-06 Thread Jason Godsey
would tere be an easy way to setup some way to check for a user's ip and netmask from a db? %static = ( "godsey" => "192.168.1.128/25"; "jason" => "192.168.1.1/32"; "joe" => "192.168.1.2/32"; ); - Jason === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROT

(RADIATOR) compatability w/ livingston radius users file...

1999-06-10 Thread Jason Godsey
PjasonAuth-Type = System, Prefix = "P", NAS-Port-Type = Async, Called-Station-Id = "3830001" Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 206.129.156.2, Framed-IP-Netmask = 255.255.255.255,

Re: (RADIATOR) Run perl code to generate more accounting fields

1999-07-04 Thread Jason Godsey
Shouldn't you look for account delay time? I've never seen it be other than 0 but I'm sure it's there for something :) - Jason On Mon, 5 Jul 1999, Mike McCauley wrote: > Hi John, > > On Jul 2, 1:56pm, John Coy wrote: > > Subject: (RADIATOR) Run perl code to generate more accounting fields >

(RADIATOR) Livingston Compatablity (User File)

1999-10-06 Thread Jason Godsey
We are having trouble figuring out how to work w/ our Radius 2.1 users file in Radiator.. Everything we do works except for the Group check.. We use something like DEFAULT Prefix=P, Auth-Type=System, Group=kflex, NAS-IP-Address=127.0.0.1 DEFAULT Prefix=P, Auth-Type=System, Group=kflex, N

Re: (RADIATOR) Authenticate users from BSDI password file

1999-10-11 Thread Jason Godsey
A quick fix is to change your radius.cfg file to point to /etc/master.passwd I think. I'm having a similar problem w/ linux (however I just started using PAM).. Where if I point to /etc/shadow it doesn't get the users primary group. I'd sure like to see radiator support PasswordFile /etc/passwd

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

1999-10-29 Thread Jason Godsey
On Fri, 29 Oct 1999, Aaron Holtz wrote: > Date: Fri, 29 Oct 1999 09:03:24 -0400 (EDT) > From: Aaron Holtz <[EMAIL PROTECTED]> > To: Hugh Irvine <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: (RADIATOR) Client-Id matching in Handler's not working > > Hugh, > > I've discovered

Re: (RADIATOR) Different logfiles for different groups?

1999-10-29 Thread Jason Godsey
I'm having a problem getting the users primary group, I'm running radiator on linux and have the passwordfile pointed to /etc/shadow, it is able to check the crypted password just fine, however linux's shadow file does not contain the users primary group (however the freebsd box's master.passwd d

Re: (RADIATOR) Different logfiles for different groups?

1999-10-29 Thread Jason Godsey
This is the exact same problem I have. It can be fixed using PAM, however I don't like pam, it's much slower in my tests than using the password files. If you peek in /etc/shadow you'll notice no groups are listed. This is why I asked to have ShadowFile directive added to Radiator so you can po

Re: (RADIATOR) Different logfiles for different groups?

1999-10-30 Thread Jason Godsey
x. On the mail server I use PAM which matches primary and secondary just fine. Jason On Sat, 30 Oct 1999, Hugh Irvine wrote: > Date: Sat, 30 Oct 1999 10:00:35 +1000 > From: Hugh Irvine <[EMAIL PROTECTED]> > To: Jason Godsey <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] >

(RADIATOR) Here is a LARGE email outlining the problems I'm haivng w/ AuthBYUnix/System

1999-01-03 Thread Jason Godsey
Here I run radiator w/ AuthBY unix and system, showing mixed results, if authby system worked w/ shadow on linux, I'd be all set, or if authby unix had a seperate directive for passwordfilename, shadowfilename, and groupfilename it'd work also :) [root@jason raddb]# tail -n 2 /etc/passwd /etc/

(RADIATOR) Manual?

1999-12-04 Thread Jason Godsey
The url in the manual for Shadowf (for perl) package is not correct. I was able to find it searching the list but it would be nice to have a working url in the manual. Thanks! -- Jason Godsey === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROTECTED]&