Re: (RADIATOR) Nortel CVX and VSAs

2001-06-12 Thread Hugh Irvine
Hello John - I have copied this mail to Mike as he worked with another of our customers to implement the CVX attributes and hopefully he can tell you more about them. regards Hugh On Wednesday 13 June 2001 16:29, John Coy wrote: > I'm wondering if anybody on the list has a Nortel CVX > and i

(RADIATOR) Re: passing avpair

2001-06-12 Thread Hugh Irvine
Hello AbdusSami - On Wednesday 13 June 2001 16:35, Mohammed AbdusSami wrote: > Dear Hugh, > > Here is my partial configuration where I want to pass IP address to cisco. > Please let me know is it correct or not.. > > AddToReply PoolHint = login, \ > Service-Type = Framed-User, \ >

(RADIATOR) RE: passing avpair

2001-06-12 Thread Mohammed AbdusSami
Dear Hugh, Here is my partial configuration where I want to pass IP address to cisco. Please let me know is it correct or not.. AddToReply PoolHint = login, \ Service-Type = Framed-User, \ Framed-Protocol = PPP, \ Session-Timeout = 180, \

(RADIATOR) Nortel CVX and VSAs

2001-06-12 Thread John Coy
I'm wondering if anybody on the list has a Nortel CVX and is using Radiator for authentication? I cannot seem to get the vendor specific attributes to work properly (I'm using the CVX attributes from the dictionary that ships with the 2.18.2 Radiator). I even found that the CVX-Ascend-Maximum-Ch

Re: (RADIATOR) per NAS trace option?

2001-06-12 Thread John Coy
yes yes, those lists only get longer. But you guys are so damned excellent at supporting your software. Keep up the good work! At 11:26 AM 6/13/01 +1000, you wrote: >Hello John - > >On Wednesday 13 June 2001 08:17, John Coy wrote: > > Is there an easy way to have Radiator log at trace > > level

Re: (RADIATOR) Maximum Session

2001-06-12 Thread Hugh Irvine
Hello Mohammed - There appear to be at least two problems. The first is that you haven't specified the correct dictionary file. You should really start with the standard Radiator dictionary file ("dictionary"), and add or remove things you need or don't need. Note that the standard Radiator

(RADIATOR) Re: passing avpair

2001-06-12 Thread Hugh Irvine
Hello AbdusSami - Here is an example: fred Password = fred Service-Type = Framed-User, Framed-Protocol = PPP, ... cisco-avpair=route="203.79.243.0 255.255.255.192" hth Hugh On Tuesday 12 June 2001 20:20, Mohammed AbdusSami wrote: > Dear All, > > Can anyb

Re: (RADIATOR) Lost Stop Records

2001-06-12 Thread Hugh Irvine
Hello Scott - On Wednesday 13 June 2001 02:13, Scott Robinson wrote: > Hi: > > We're currently experiencing a 30% to 50% loss of stop records. We have > 45 NAS's (Cisco 5300's and Cisco 5800's) with three different telco's. > We've determined that stop records are being lost on all 45 NAS's. We

Re: (RADIATOR) AuthBy Radius error

2001-06-12 Thread Hugh Irvine
Hello Alvin - The parameter for an "AuthBy ..." is case sensitive. Your configuration file should look like this: . hth Hugh On Tuesday 12 June 2001 22:09, Alvin Anita wrote: > Hi all, > > I am getting the following error message when using AuthBy Radiu

Re: (RADIATOR) Errors using AuthBy LDAP in Radiator

2001-06-12 Thread Hugh Irvine
Hello Alvin - I think you have installed the wrong module. AuthBy LDAP2 requires the following: the newer Net::LDAP module version in perl-ldap-0.09 or better (AuthBy LDAPSDK requires perLDAP.) Have a look at section 6.33 in the Radiator 2.18.2 reference manual. regards Hugh On Tuesday 1

Re: (RADIATOR) per NAS trace option?

2001-06-12 Thread Hugh Irvine
Hello John - On Wednesday 13 June 2001 08:17, John Coy wrote: > Is there an easy way to have Radiator log at trace > level 4 for only one specific NAS? > > I know I can run Radiator on a different port with > the different trace level for that NAS and then change > the NAS' authentication parame

Re: (RADIATOR) ClientListSQL problem: fetchrow failed

2001-06-12 Thread Hugh Irvine
Hello Edoardo - Do you have other clauses (AuthBy SQL) that connect successfully to the database? Have you correctly configured the nettuno.DBT_RADIUSCLIENT table? And have you correctly entered the Client definitions into the table? Could you send me an example table dump of a Client definit

Re: (RADIATOR) Safe to to AcctLogFileName?

2001-06-12 Thread Hugh Irvine
Hello Dave - On Wednesday 13 June 2001 06:08, Kitabjian, Dave wrote: > We want to add some "Accounting" records of our own to log, for example, > when and why users are rejected access. Because we already have a > sophisticated system in place for collecting accounting data, parsing it, > and ma

Re: (RADIATOR) AuthLDAP2 realm problem

2001-06-12 Thread Hugh Irvine
Hello Brian - You will need to use a RewriteUsername if your users log in with usernames of the form "[EMAIL PROTECTED]" and the user database only contains the "user" portion. RewriteUsername s/^([^@]+).*/$1/ regards Hugh On Wednesday 13 June 2001 07:33, Brian Idzik (907) 465-89

(RADIATOR) per NAS trace option?

2001-06-12 Thread John Coy
Is there an easy way to have Radiator log at trace level 4 for only one specific NAS? I know I can run Radiator on a different port with the different trace level for that NAS and then change the NAS' authentication parameters to use that port, but it's a pain =) Was hoping there was an easy way

(RADIATOR) AuthLDAP2 realm problem

2001-06-12 Thread Brian Idzik (907) 465-8964
I'm pretty close to completing the demo setup of Radiator to use a Netscape LDAP server for shiva authentication, but am running into a "realm" issue. It appears that an at "@" symbol appears after the userid regardless of whether a realm is defined or not. I tried stripping out the realm info,

(RADIATOR) Safe to to AcctLogFileName?

2001-06-12 Thread Kitabjian, Dave
We want to add some "Accounting" records of our own to log, for example, when and why users are rejected access. Because we already have a sophisticated system in place for collecting accounting data, parsing it, and making it available to our TSR's via VB, we want to use the same channel to colle

(RADIATOR) Lost Stop Records

2001-06-12 Thread Scott Robinson
Hi: We're currently experiencing a 30% to 50% loss of stop records. We have 45 NAS's (Cisco 5300's and Cisco 5800's) with three different telco's. We've determined that stop records are being lost on all 45 NAS's. We end up with a lot of orphaned records in our RADONLINE table as a result of the

(RADIATOR) Maximum Session

2001-06-12 Thread Mohammed Adam
Hell All Maximum session doesnt work with me, i think the problem is in RADONLINE inserinto but i couldnt find out why. CFG File: #Identifier OnlineUsers DBSourcedbi:ODBC:MDBTest DBUsername DBAuth AddQueryinsert into RADONLIN

(RADIATOR) ClientListSQL problem: fetchrow failed

2001-06-12 Thread Edoardo Martelli
Hi I've just upgraded to 2.18.2 and all works fine with my old 2.13 configuration file. Now I would like to test the ClientListSQL feature and when the server start it says: DBD::Oracle::st fetchrow failed: ORA-65285: Message 65285 not found; product=RDBMS; facility=ORA (DBD ERROR: OCIStmtFet

(RADIATOR) AuthBy Radius error

2001-06-12 Thread Alvin Anita
Hi all, I am getting the following error message when using AuthBy Radius: Can't locate object method "new" via package "Radius::AuthRadius" at Radius/Hand ler.pm line 71, line 37. ...caught at radiusd line 2. Does someone know what the problem is? I am using the evalution version of R

(RADIATOR) passing avpair

2001-06-12 Thread Mohammed AbdusSami
Dear All, Can anybody tell me how to pass the attribute of cisco avpair in radiator. Regards, AbdusSami === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

(RADIATOR) Errors using AuthBy LDAP in Radiator

2001-06-12 Thread Alvin Anita
Hi All, I recently download and installed the evaluation RADIUS on Winwods 2000. I going to authenticate users with LDAP. As required I installed the perLDAP using ppm. But when I start Radiator using my configuration file I get the following errors: -Mon Jun 11 16:26:00 2001: DEBUG: Reading use