(RADIATOR) Re: A simple usage table rotation script

2002-11-06 Thread Hugh Irvine
Hi Gordon - Many thanks - I have forwarded your mail to Mike and this will get included in the goodies. cheers Hugh On Wednesday, November 6, 2002, at 08:15 AM, Gordon Smith wrote: Hi, Just thought I'd share this simple solution, if anyone is interested. :-) We use Radmin, and had been

Re: (RADIATOR) Question about Calls table

2002-11-06 Thread Hugh Irvine
Hello Lin - This is because the default format for integer-date is being used. If you want to change it you should specify your own DateFromat. See sections 6.28.14 and 6.3 in the Radiator 3.3.1 reference manual. regards Hugh On Wednesday, November 6, 2002, at 07:55 AM, Huaikun Lin wrote:

Re: Fwd: (RADIATOR) Question on FailurePolicy within SQLRADIUS

2002-11-06 Thread Mike McCauley
Hi Martin, On Wed, 6 Nov 2002 18:58, Hugh Irvine wrote: Mikey - Could you answer Martin please? ta Hugh Begin forwarded message: From: Martin Edge [EMAIL PROTECTED] Date: Wed Nov 6, 2002 9:17:50 AM Australia/Melbourne To: Radiator [EMAIL PROTECTED] Subject: (RADIATOR) Question

Re: (RADIATOR) AuthSQL with password imported from /etc/shadow

2002-11-06 Thread Hugh Irvine
Hello Daniel - You should not use "EncryptedPassword". The "{crypt}" tag on the front of the string will cause "the right thing" to happen if you access the field as just a plain password. cheers Hugh On Thursday, November 7, 2002, at 01:51 AM, [EMAIL PROTECTED]> wrote: Hi, Solaris 2.8

Re: (RADIATOR) How to check sessions with ADSL Cisco 6400 / 7200 ?

2002-11-06 Thread Hugh Irvine
Hello Antonio - I suspect this is a question for Cisco. Anybody happen to know the answer? regards Hugh On Friday, September 6, 2002, at 06:57 PM, Antonio J. Anton wrote: Hello everybody, We are going to use Cisco 6400 Cisco 7200 to connect ADSL subscribers. We want to use the same

Re: (RADIATOR) Radiator not honoring shadow attributes

2002-11-06 Thread Hugh Irvine
Hello Mike - You should probably use an AuthBy SYSTEM instead. regards Hugh On Wednesday, November 6, 2002, at 03:54 AM, Mike Saunders wrote: -Original Message- From: Hugh Irvine [mailto:hugh;open.com.au] Sent: Tuesday, November 05, 2002 10:21 AM To: Mike Saunders Cc: [EMAIL

Re: (RADIATOR) Auth by NAS-Identifier

2002-11-06 Thread Hugh Irvine
Hello - You can use a regular expression in the check like this: NAS-IP-Address = /^10\.0\.0\./ which will match all the IP addresses starting with 10.0.0.. Note that you are matching strings with a Perl regexp, not an IP address per se. And no you should not have to upgrade, but do some

Re: (RADIATOR) Best Way to do this proxy

2002-11-06 Thread Hugh Irvine
Hello Skeeve - There is no difference using Handlers. I am not sure I understand your question - could you give me a bit more detail please? regards Hugh On Tuesday, November 5, 2002, at 07:54 PM, Skeeve Stevens wrote: Is there much difference because we use Handlers? I am not sure how

(RADIATOR) RE: Upgrade Procedure

2002-11-06 Thread Mohammed AbdusSami
Can I install in same directory where old version is installed. Regards, AbdusSami -Original Message- From: Hugh Irvine [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 31, 2002 12:39 PM To: Mohammed AbdusSami Cc: [EMAIL PROTECTED] Subject: Re: Upgrade Procedure

Re: (RADIATOR) AuthBy LDAP2

2002-11-06 Thread Jason Signalness
Hello, I have resolved my issue. We were rewriting the username, stripping off the Realm, and then trying to use %R. %R must have been empty or something because the realm was stripped off. Rather than using this: UsernameAttr uid We now use this and skip the username rewriting

(RADIATOR) password encryption and proxying to iPass

2002-11-06 Thread Dave Kitabjian
Title: Message I just observed something, but maybe someone can tell me if I'm right or confused... I just noticed that foreign iPass users hitchhiking on our network (aka, "iPass outbound") are showing up in our Authentication Log, complete with clear text passwords. Now, I know this

(RADIATOR) Renaming cisco-avpair

2002-11-06 Thread GermanG
Hello, I would like to save Radius accounting tickets from a Cisco AS5300 in a SQL database but Cisco AS5300 is sending multiple attributes cisco-avpair. I would like to save all cisco-avpair so I need to rename them. For example, An original cisco-avpair like this: cisco-avpair =

RE: (RADIATOR) Renaming cisco-avpair

2002-11-06 Thread Dave Kitabjian
This may not be worth much, but... You might consider deleting each cisco-avpair attribute from the list after you recode it, and then add it back in the right way, such as cisco-avpair-connect-progress = 41. That way, you'll get the next one in line the next time you call get_attr() because

Re: (RADIATOR) RE: Upgrade Procedure

2002-11-06 Thread neil d. quiogue
Some additional tips which have been discussed before: When upgrading from major versions (2.x to 3.x), it is best to do some testing by installing it in a 'lab' system. Especially if the revisions differ in the way they do things. We had an issue before that affected the assignment of IP

(RADIATOR) Re: Fwd: A simple usage table rotation script

2002-11-06 Thread Mike McCauley
Hello Gordon, Thanks very much for your contribution. We have added it to the RAdmin goodies for the next release. Thanks again. Cheers. On Wed, 6 Nov 2002 18:53, Hugh Irvine wrote: Mikey - Contributions cheers Hugh Begin forwarded message: From: Gordon Smith [EMAIL PROTECTED]

(RADIATOR) Accounting Log file format

2002-11-06 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [S H A N [EMAIL PROTECTED]] Date: Wed, 6 Nov 2002 17:14:25 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Wed Nov 6 17:14:24 2002 Received: from

(RADIATOR) Re: Upgrade Procedure

2002-11-06 Thread Hugh Irvine
Hello AbdusSami - I generally recommend using seperate directories for different versions. regards Hugh On Thursday, November 7, 2002, at 05:20 AM, Mohammed AbdusSami wrote: Can I install in same directory where old version is installed.   Regards,   AbdusSami     -Original

Re: (RADIATOR) Accounting Log file format

2002-11-06 Thread Hugh Irvine
Hello Shan - You would use an AcctFileFormat specification in your Realm or Handler. Section 6.16.5 in the Radiator 3.3.1 reference manual (doc/ref.html). Alternatively you could write a hook to do the same thing. regards Hugh On Thursday, November 7, 2002, at 03:14 PM, Mike McCauley

Re: (RADIATOR) Renaming cisco-avpair

2002-11-06 Thread Hugh Irvine
Hello German - If you call $p-get_attr(..) in a list context instead of a scalar context, you will get the complete list. Have a look at the code in Radius/AttrVal.pm. regards Hugh On Thursday, November 7, 2002, at 07:56 AM, GermanG wrote: Hello, I would like to save Radius accounting

Re: (RADIATOR) password encryption and proxying to iPass

2002-11-06 Thread Hugh Irvine
Hello Dave - Actually, you will see the decoded password if PAP is being used. You will not see it for CHAP. regards Hugh On Thursday, November 7, 2002, at 06:22 AM, Dave Kitabjian wrote: I just observed something, but maybe someone can tell me if I'm right or confused...   I just noticed

RE: (RADIATOR) Re: Upgrade Procedure

2002-11-06 Thread Mohammed AbdusSami
Thanks a lot. Regards, AbdusSami -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Hugh Irvine Sent: Thursday, November 07, 2002 9:51 AM To: Mohammed AbdusSami Cc: [EMAIL PROTECTED] Subject: (RADIATOR) Re: Upgrade Procedure Hello