Re: (RADIATOR) New USR radius attributes

1999-10-20 Thread Scott Adkins
Mike McCauley writes: We have added these to dictionary.usr for the next release: VENDORATTR 429 Tunnel-Supports-Tags39049 integer VENDORATTR 429 VTS-Session-Key 38998 string VENDORATTR 429 Call-Arrived-time 39000 integer VENDORATTR 429

(RADIATOR) How to add extra attributes to acct file?

1999-10-25 Thread Scott Adkins
I would like to add extra stuff to the account file that is generated by Radiator using the AcctLogFileName directive. For example, the accounting file might have the following in it: Tue Oct 26 00:30:13 1999 User-Name = "jdoe" Client-Id = 192.192.192.192

Re: (RADIATOR) How to add extra attributes to acct file?

1999-10-26 Thread Scott Adkins
Hugh Irvine writes: On Tue, 26 Oct 1999, Scott Adkins wrote: I want to add a couple new attribute pairs to this output, so it would look more like the following: Tue Oct 26 00:30:13 1999 User-Name = "jdoe" My-Item-1 = "xx"

Re: (RADIATOR) (Radiator) Client

1999-10-30 Thread Scott Adkins
John Coy writes: I use Tom's approach -- set all the secrets the same on all my NAS' and then use a default client statement. It will protect you any which way. Personally, I think this can pose a security risk. Using the same secrets on all the NAS's isn't so bad, though, not quite secure,

(RADIATOR) Vendor 311/Attribute 1 and 11

1999-10-30 Thread Scott Adkins
I just scanned the archive and noticed that there were 5 previous mailings on this subject, with no real resolution. Here are the log entries that are in question: ERR: Attribute number 11 (vendor 311) is not defined in your dictionary ERR: Attribute number 1 (vendor 311) is not defined in

(RADIATOR) Version upgrade.

1999-10-31 Thread Scott Adkins
Alrighty... I just upgraded the version of Radiator I was running. I guess I was running 2.13.1. I am now running 2.14.1 with the various patched files installed. I have a home-grown auth module that logs some extra attributes to the accounting files. Here is a blurb in the handle_request

Re: (RADIATOR) (Radiator) Client

1999-10-31 Thread Scott Adkins
Hugh Irvine writes: On Sun, 31 Oct 1999, Scott Adkins wrote: I would suggest a couple new features that would allow the above suggestion from John work, similar to how Apache does it: LIMIT Order Deny,Allow AllowFrom IP_PATTERN IP_PATTERN ... DenyFrom IP_PATTERN

Re: (RADIATOR) (Radiator) Client

1999-11-01 Thread Scott Adkins
Scott Adkins writes: At this point, I am familiar enough with the code to know that it probably would be hard to add some lines of code to deal with connections in a secure manner. If I get time, I will do it myself :-) By the way, I meant "probably would *not* be hard to add some

Re: (RADIATOR) Vendor Attribute Questions

1999-01-02 Thread Scott Adkins
had basically replied to my own message with the answers I had found on the net. Hope this helps! Scott Adkins writes: I just scanned the archive and noticed that there were 5 previous mailings on this subject, with no real resolution. Here are the log entries that are in question: ERR

Re: (RADIATOR) logging incoming requests

1999-11-12 Thread Scott Adkins
David Lloyd writes: On Thu, 11 Nov 1999, Jason J. Horton wrote: We have an ancient radius server that auths via the unix password file, and we want to move those users to our radiator system. To make it interesting, we want to have the passwords in cleartext instead of crypted passwords. Is