[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 rad

[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] Executing an external script from Radiator

2011-06-20 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 no

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 t

Re: [RADIATOR] Executing an external script from Radiator

2011-06-27 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 con

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 clause. In my test, I can only get the value of the User-Name attribute but not with the User-Password attri

Re: [RADIATOR] Executing an external script from Radiator

2011-06-28 Thread M P
' '{print $2}') fi done echo username is $USERNAME echo password is $PASSWORD martin@apollo:~$ echo -e "User-Name = \"Fred\"\nUser-Password = \"supersecret\"" | ./test.sh username is "Fred" password is "supersecret" On

Re: [RADIATOR] Executing an external script from Radiator

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

[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 radiator@

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,

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 > 154321067890123...@wlan.mnc001.mcc12

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 fro

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-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 subseque

[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: RejectEmptyPassword DecryptPasswordCommand /usr/loca

Re: [RADIATOR] PAP and CHAP

2011-10-21 Thread M P
R] PAP and CHAP > > On 10/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 exampl

[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 CHAP-P

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: > > &

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 userna

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 fetc

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 yo

[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

[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: Attribut

[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] ..