[RADIATOR] Built-in Radiator CLI tools

2011-12-13 Thread M P
Hello all, What is the easiest way or is there any built-in Radiator CLI tools to get the following information in the Linux environment? [1] Number of current (live) sessions/users [2] Number of Access-Accept for the day/week/month [3] Number of Access-Reject for the day/week/month [4]

[RADIATOR] MIBs for Radiator

2011-12-10 Thread M P
Hello all, Anyone from this community can point me the link to download the MIBs suitable for Radiator v4.8 including their event IDs and messages? Thank you in advance. ___ radiator mailing list

[RADIATOR] Missing RADIUS Attributes

2011-12-10 Thread M P
Hello all, May I know what are the missing RADIUS attributes listed below that I am seeing on my logs? [ RADIUS Authentication ] ERR: Attribute number 1 (vendor 11344) is not defined in your dictionary ERR: Attribute number 10 (vendor 14823) is not defined in your dictionary ERR:

Re: [RADIATOR] CHAP flow

2011-11-28 Thread M P
Hello Heikki, Unfortunately that is not possible. You can not pass anything other than the return value and reply attributes back to Radiator. So if you are using AuthBy EXTERNAL, you need to do the calculation, formatting and checking completely in your script. Ok, I understand. If your

Re: [RADIATOR] CHAP flow

2011-11-25 Thread M P
Hello Heikki, I have a follow-up question and I hope this will be last for this topic. My question is, between items [2] and [3], how does Radiator checks and verifies the password of the username from its database? Isn't it that Radiator should check first its database for the username's

Re: [RADIATOR] CHAP flow

2011-11-25 Thread M P
Hello Heikki, As per my previous e-mail below, is it possible instead to pass the password I received from the external API as stated on item [1] to the built-in processor that the Radiator has instead of performing the item[2], then let Radiator do the rest? Meaning, my script will just fetch

Re: [RADIATOR] CHAP flow

2011-11-24 Thread M P
Hello Heikki, Thank you for your detailed explaination. Regards, Date: Wed, 23 Nov 2011 21:29:16 +0200 From: h...@open.com.au To: ant...@hotmail.com CC: radiator@open.com.au Subject: Re: [RADIATOR] CHAP flow On 11/23/2011 11:04 AM, M P wrote: In CHAP, how does Radiator verifies

[RADIATOR] CHAP flow

2011-11-23 Thread M P
Hello all, In CHAP, how does Radiator verifies the password submitted by the end user matches the password in the database? Please correct my understanding on the following process flow: [1] End user submits the username and password via CHAP. [2] Upon hitting the Radiator with the

[RADIATOR] PAP and CHAP

2011-10-21 Thread M P
Hello all, May I know how to determine the incoming Access-Request is whether a PAP or CHAP? What are the things to consider in CHAP? I am currently using an AuthBy EXTERNAL for PAP with the following configuration: Handler Realm=testingAuthBy EXTERNALRejectEmptyPassword

Re: [RADIATOR] PAP and CHAP

2011-10-21 Thread M P
/21/2011 11:21 AM, M P wrote: May I know how to determine the incoming Access-Request is whether a PAP or CHAP? What are the things to consider in CHAP? You check for the presence of CHAP-Password attribute. Here's an example showing the difference between PAP and CHAP. % ./radpwtst

Re: [RADIATOR] EAP-SIM Authentication

2011-08-25 Thread M P
Hello Heikki, Date: Thu, 25 Aug 2011 12:10:09 +0300 From: h...@open.com.au To: ant...@hotmail.com CC: radiator@open.com.au Subject: Re: [RADIATOR] EAP-SIM Authentication Yes, this is allowed according to the EAP-SIM RFC. You are seeing the IMSI in the initial request, but subsequent

Re: [RADIATOR] EAP-SIM Authentication

2011-08-24 Thread M P
Hello Heikki, Date: Wed, 24 Aug 2011 11:12:16 +0300 From: h...@open.com.au To: ant...@hotmail.com CC: radiator@open.com.au Subject: Re: [RADIATOR] EAP-SIM Authentication Hmm, what does the User-Name attribute look like. Isn't IMSI part of the username part? Below is a snippet from the

Re: [RADIATOR] EAP-SIM Authentication

2011-08-24 Thread M P
Hello Heikki, As a follow-up to my previous e-mail, I found out that the IMSI information sometimes appear on the User-Name attribute (with an additional prefix of 1) and sometimes as part of the long value of the EAP-Message attribute. It's not consistent though. But lately I noticed that the

Re: [RADIATOR] EAP-SIM Authentication

2011-08-22 Thread M P
Hello Heikki, Thank you very much. Date: Mon, 22 Aug 2011 19:35:34 +0300 From: h...@open.com.au To: ant...@hotmail.com CC: radiator@open.com.au Subject: Re: [RADIATOR] EAP-SIM Authentication On 08/22/2011 06:53 AM, M P wrote: Hello Marvin, In an EAP-SIM based authentication

Re: [RADIATOR] EAP-SIM Authentication

2011-08-22 Thread M P
hello Heikki, Date: Mon, 22 Aug 2011 19:35:34 +0300 From: h...@open.com.au To: ant...@hotmail.com CC: radiator@open.com.au Subject: Re: [RADIATOR] EAP-SIM Authentication IMSI is usually in the username part of User-Name attribute. For example

[RADIATOR] EAP-SIM Authentication

2011-08-21 Thread M P
Hello all, In an EAP-SIM based authentication, when the Radiator receives an Access-Request, which attributes does the mobile number and the IMSI belongs to? Regards, Marvin ___ radiator mailing list

Re: [RADIATOR] Executing an external script from Radiator

2011-06-29 Thread M P
and/or password (out of scope for this list, suggest looking into secure coding or best practice perl references) alan - Reply message - From: M P ant...@hotmail.com Date: Wed, Jun 29, 2011 05:31 Subject: [RADIATOR] Executing an external script from Radiator To: m...@sanger.ac.uk m

Re: [RADIATOR] Executing an external script from Radiator

2011-06-28 Thread M P
Hello all, How am I able to read the value of the User-Password attribute and pass it to a variable from an (AuthBy) EXTERNAL BASH script? Also, how am I able to send back the result to the user either successful (Access-Accept) or failed (Access-Reject)? Below is a snippet of my Radiator

Re: [RADIATOR] Executing an external script from Radiator

2011-06-28 Thread M P
Hello all, If you have noticed, I am trying to get the values of the User-Name and User-Password attributes in my BASH script that is being executed by the Command parameter inside my AuthBy EXTERNAL clause. In my test, I can only get the value of the User-Name attribute but not with the

Re: [RADIATOR] Executing an external script from Radiator

2011-06-28 Thread M P
is Fred password is supersecret On 28/06/11 10:00, M P wrote: Hello all, If you have noticed, I am trying to get the values of the User-Name and User-Password attributes in my BASH script that is being executed by the Command parameter inside my AuthBy EXTERNAL clause. In my test, I can

[RADIATOR] Executing an external script from Radiator

2011-06-21 Thread M P
Hello all, How am I going to execute an external script when Radiator receives an Access-Request? This script will actually do an HTTP API request from an external HTTP server to get the userid then once the script have it on the same server as where the Radiator is running, Radiator will

Re: [RADIATOR] Executing an external script from Radiator

2011-06-21 Thread M P
Hello all, Thank you for all who responded to my e-mail. Now, I have a problem though. First, I am just going to write the script in BASH as I don't know Perl. Second, there is no database here to verify the User-Name and User-Password. Everytime there is an Access-Request that is received by

[RADIATOR] Radiator and WISPr

2011-06-12 Thread M P
Hello all, Can anyone share their experiences on how to setup Radiator using the WISPr authentication method? Or maybe, if you know some links to guides or manuals on how to implement it, that will be helpful, too. Thank you in advance.

[RADIATOR] Unable to load the AuthBy module

2011-05-30 Thread M P
Hello all, Anyone can help me how to load the AuthBy module? Kindly check below for more information on what I did so far when testing Radiator and EAP-SIM. - - - s n i p - - - # cat /etc/redhat-release CentOS release 5.6 (Final) # uname -r 2.6.18-238.9.1.el5 # rpm -qa | grep -i