Re: Indeterministic EAP error

2012-10-05 Thread Alan DeKok
Matthias Nagel wrote: Anyway, first things - check your eap {} module config, specifically ensure that max_sessions is high enough to support your load, that timer_expire isn't too low, and if applicable, that your TLS session caching is ok (size, particularly). I did not find

Indeterministic EAP error

2012-10-04 Thread Matthias Nagel
Hello, sometimes I get the error WARNING: !! EAP session for state 0xABCDEFGHIJKLMNOP did not finish! in my log files / debug output. Before anybody says have a look at http://deployingradius.com/documents/configuration/eap-problems.html that will help, please read on, because I already have

Re: Indeterministic EAP error

2012-10-04 Thread Phil Mayers
On 04/10/12 16:45, Matthias Nagel wrote: I cannot find any pattern, so I do not believe it to be a client side issue. Of course, one can argue to ignore the warning as it works most of the time, but I do not like indeterministically behaving IT systems, hence it preys on my mind. Has anybody

Re: Indeterministic EAP error

2012-10-04 Thread Alan DeKok
Matthias Nagel wrote: I cannot find any pattern, so I do not believe it to be a client side issue. It's always an issue with the client, WiFi, or AP. It's not an issue with FreeRADIUS. Why? All of the EAP is driven by the client. Of course, one can argue to ignore the warning as it

Re: Indeterministic EAP error

2012-10-04 Thread Matthias Nagel
(Smartphones, Tablets, Laptops) are wireless. But yes, if I (hopefully correctly) link the error message to the corresponding access challenge, most errors are from wireless sessions. Are you able to determine where the EAP sessions have got to before they hang up? Are they still in TLS setup

Re: Indeterministic EAP error

2012-10-04 Thread Phil Mayers
size of 1024 works most of the time (as it does with me), can this still be a reason for the failure, if it is too high? I doubt it. I think it's set to 1024 to be safe and handle things like weird IPSec tunnel MTUs, etc. At the moment I do the following: I pick the hex number from the error

Re: Indeterministic EAP error

2012-10-04 Thread alan buxey
Hi, I cannot find any pattern, so I do not believe it to be a client side issue. snip One thing: that logging only happens in debug mode. Most people don't run in debug mode all the time, so as far as I know, it could be normal - maybe everyone sees failure rates of that order? snip as

Re: Indeterministic EAP error

2012-10-04 Thread alan buxey
Hi, I found the entry # fragment_size = 1024 to be commented out. Does anybody has experiences with HP E-MSM 430 APs? Probably, this is a dummy question: I always believed that the smallest MTU that must be supported by an ethernet devices is 1500. Are there really APs that support

Re: Indeterministic EAP error

2012-10-04 Thread Matthew Newton
) EAP session would get closed - client controller would give up - error above User clicks login EAP session starts again either a) EAP completes and client connects or b) client realises that their EAP session got broken, and prompts the user for their password again - go back

Re: error of segmentation during the implementation of eap2

2012-09-20 Thread Arran Cudbard-Bell
On 20 Sep 2012, at 12:23, Tatiana DIBANDA tdiband...@yahoo.fr wrote: Arran, Test for this first segmentation fault : reading pairlist file /usr/local/etc/raddb/hints Module: Linked to module rlm_realm Module: Instantiating module suffix from file /usr/local/etc/raddb/modules/realm

Re: error of segmentation during the implementation of eap2

2012-09-19 Thread Arran Cudbard-Bell
Use your first config to test whether the patch worked (it should generate an error and exit). You now appear to be getting a different segfault Please provide a backtrace for this segfault. -Arran - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: error of segmentation during the implementation of eap2

2012-09-19 Thread Arran Cudbard-Bell
On 19 Sep 2012, at 14:33, Tatiana DIBANDA tdiband...@yahoo.fr wrote: Arran My first configuration: In the default and inner-tunnel file we had eap2 {ok = return} in the Authorize section,allowed eap2 in the authentication section and eap2 in the post-process. When we started my

error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
is in file sortie_freerad_ubuntu. At the end, you will see and error of segmentation when it starts to load the module files Someone can help me to find the issue please??? It is very urgent for me. Thank you for your help. eap2.conf Description: Binary data sortie_freerad_ubuntu Description

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread Alan DeKok
the output which is in file sortie_freerad_ubuntu. At the end, you will see and error of segmentation when it starts to load the module files See doc/bugs Someone can help me to find the issue please??? It is very urgent for me. It's nice that it's urgent for you. It's not urgent for us

error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
-filename, ci-lineno, buffer); Seems that in some part of a code, the eap2 module is not allowed.  Do you have an idea about this error please. Thank you for your help. De : Alan DeKok al...@deployingradius.com À : arnauld ndefo ndefo2...@yahoo.fr; FreeRadius

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread Alan DeKok
arnauld ndefo wrote: I am working on a project which is based on EAP_PSK and implement this is the first part. Which didn't answer my question. Seems that in some part of a code, the eap2 module is not allowed. Do you have an idea about this error please. Since you're not going

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread Arran Cudbard-Bell
On 18 Sep 2012, at 13:42, arnauld ndefo ndefo2...@yahoo.fr wrote: Thank you for your reply Alan. I am working on a project which is based on EAP_PSK and implement this is the first part. As you have recommend, i have used the gdb to debug and see the problem. The output that i have is

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread alan buxey
Hi, Starting program: /usr/local/sbin/radiusd -f [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x080529d3 in cf_log_err (ci=0x0,      fmt=0x8085210 \%s\ modules aren't allowed in '%s' sections -- they have no such

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
mailing list freeradius-users@lists.freeradius.org Cc : Alan DeKok al...@deployingradius.com; tatiana dibanda tdiband...@yahoo.fr; tdibanda2...@yahoo.fr tdibanda2...@yahoo.fr Envoyé le : Mardi 18 septembre 2012 14h58 Objet : Re: error of segmentation during the implementation of eap2 Hi

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
; tatiana dibanda tdiband...@yahoo.fr; tdibanda2...@yahoo.fr tdibanda2...@yahoo.fr; Alan DeKok al...@deployingradius.com Envoyé le : Mardi 18 septembre 2012 15h19 Objet : Re: error of segmentation during the implementation of eap2 On 18 Sep 2012, at 13:58, alan buxey a.l.m.bu...@lboro.ac.uk wrote

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread alan buxey
://git.freeradius.org/freeradius-server.git $ cd freeradius-server $ git fetch origin v2.1.x:v2.1.x $ git checkout v2.1.x  did you do this AFTER Arrans email? If so, when you run the program (after recompiling etc) you should now get a different error code. alan - List info/subscribe

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread alan buxey
Hi, Hi, We do this before, when we started freeradius compilation. yes - and now you have to do it again (well, just the git pull) as a patch has been made to the repository. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
-radiusd.log which i have attached to the mail. Thank you De : Alan DeKok al...@deployingradius.com À : arnauld ndefo ndefo2...@yahoo.fr; FreeRadius users mailing list freeradius-users@lists.freeradius.org Envoyé le : Mardi 18 septembre 2012 14h54 Objet : Re: error

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread alan buxey
Hi, My project is to authenticate a client openpana with my radius server. The authentication method used by the client is based on the EAP-PSK, which is why I would have a radius server with authtentification method as EAP-PSK. After apply the instruction of doc/bugs, i have got a

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread Arran Cudbard-Bell
On 18 Sep 2012, at 15:07, arnauld ndefo ndefo2...@yahoo.fr wrote: My project is to authenticate a client openpana with my radius server. The authentication method used by the client is based on the EAP-PSK, which is why I would have a radius server with authtentification method as EAP-PSK.

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
Hi,  Concerning the error of segmentation, we have removed in the section authorize the part eap2{ ok = return} in the default and inner-server file. After that we have got the output of the radiusd -X which is in the attached file radiusd.txt. Normally we think that it is fine because the eap2

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
 : Re: error of segmentation during the implementation of eap2 Hi,  Concerning the error of segmentation, we have removed in the section authorize the part eap2{ ok = return} in the default and inner-server file. After that we have got the output of the radiusd -X which is in the attached file

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread alan buxey
Hi, Sorry to spam you, but we have  #radtest user1 password 127.0.0.1:1812 0 testing1234  and  #radtest user1 password 127.0.0.1:18120 0 testing1234  and we have got the same result for the client radtest doesnt send EAP packets line user1 Auth-Type :=eap2, Cleartext-Password

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread Arran Cudbard-Bell
As Alan B just said, radtest does not send EAP packets, no matter where you send the RADIUS packets, to the inner tunnel or the outer tunnel, radtest doesn't send EAP-Message. You have hardcoded auth-type eap2 in your users file, so when the request enters the authenticate section, the eap2

Re: error of segmentation during the implementation of eap2

2012-09-18 Thread arnauld ndefo
We dont know how to use the git pull command that you have sent to us. Then to fix the error of segmentation, we have just removed in the authorize section of the default and innet-tunnel file the part eap2 { ok=return}. We have not used the patch that you have recommand. We have done

RE: Chap Authentication Error

2012-09-16 Thread Daniel Niasoff
Subject: Re: Chap Authentication Error Daniel Niasoff wrote: This is what I see in the logs Fri Sep 14 17:22:37 2012 : Info: [chap] login attempt by f3207...@surf4sure.net with CHAP password Fri Sep 14 17:22:37 2012 : Info: [chap] Using clear text password 1234 for user f3207

Chap Authentication Error

2012-09-14 Thread Daniel Niasoff
Hi I have had freeradius working for a while without issues serving ppp authentication requests. I am now getting a strange chap issue. A customer is unable to login even though the password is correct This is what I see in the logs Fri Sep 14 17:22:37 2012 : Info: [chap] login attempt by

Re: Chap Authentication Error

2012-09-14 Thread Alan DeKok
Daniel Niasoff wrote: This is what I see in the logs Fri Sep 14 17:22:37 2012 : Info: [chap] login attempt by f3207...@surf4sure.net with CHAP password Fri Sep 14 17:22:37 2012 : Info: [chap] Using clear text password 1234 for user f3207...@surf4sure.net authentication. Fri Sep 14

Re: RADIUS LOG Error

2012-08-29 Thread Arran Cudbard-Bell
because of this. ++[pap] returns noop ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Failed to authenticate the user. Login incorrect: [admin/admin] (from client ke-nair-pst-r2 port 0 cli 10.250.0.7) Using Post-Auth-Type Reject # Executing group from

Re: RADIUS LOG Error

2012-08-29 Thread George Innocent
. +[logintime] returns noop [pap] WARNING! No known good password found for the user. Authentication may fail because of this. ++[pap] returns noop ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Failed to authenticate the user. Login incorrect: [admin

Re: RADIUS LOG Error

2012-08-29 Thread Fajar A. Nugraha
] returns noop [pap] WARNING! No known good password found for the user. Authentication may fail because of this. ++[pap] returns noop ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user As Arran said,the reference password has not been added to the control list

Re: RADIUS LOG Error

2012-08-29 Thread Fajar A. Nugraha
On Wed, Aug 29, 2012 at 2:23 PM, George Innocent ginnocentus2...@gmail.com wrote: I have this set http://wiki.freeradius.org/FAQ#It-still-doesn%27t-work%21 -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: RADIUS LOG Error

2012-08-29 Thread George Innocent
of this. ++[pap] returns noop ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user As Arran said,the reference password has not been added to the control list. Depending on what your setup is, it may mean this particular radius was incorrectly setup (e.g. other radius

Re: RADIUS LOG Error

2012-08-29 Thread Fajar A. Nugraha
On Wed, Aug 29, 2012 at 2:38 PM, George Innocent ginnocentus2...@gmail.com wrote: The errors are for the NAS i have; i also have servers that are authenticated by the radius (sigh) are you REALLY interested in solving your problem? If yes, then please read the wiki link. It's unlikely anyone

Re: RADIUS LOG Error

2012-08-29 Thread Alan DeKok
George Innocent wrote: I have this set No, you don't. The problem here is not the server. The server produces messages any reasonable person will understand. The problem here is not the documentation. The documentation describes clearly how to solve the problems you see. The problem

Re: rlm_sql Error

2012-08-14 Thread Iliya Peregoudov
work we have a Freeradius 1.X in production, and a 2.X that we're testing to replace the old one. On both Radius we get the following error sometimes, What can be causing this? The SQL Database is in the same server of freeradius 1.X, but the load is low, we have about 2500 subscribers. I

rlm_sql Error

2012-08-13 Thread Antonio Modesto
Hi, Here in the ISP which I work we have a Freeradius 1.X in production, and a 2.X that we're testing to replace the old one. On both Radius we get the following error sometimes, What can be causing this? The SQL Database is in the same server of freeradius 1.X, but the load is low, we have

Re: rlm_sql Error

2012-08-13 Thread Marinko Tarlać
.X that we're testing to replace the old one. On both Radius we get the following error sometimes, What can be causing this? The SQL Database is in the same server of freeradius 1.X, but the load is low, we have about 2500 subscribers. I was thinking about increasing the number of sql

Re: rlm_sql Error

2012-08-13 Thread Chris Knipe
testing to replace the old one. On both Radius we get the following error sometimes, What can be causing this? The SQL Database is in the same server of freeradius 1.X, but the load is low, we have about 2500 subscribers. I was thinking about increasing the number of sql connections, which

Re: rlm_sql Error

2012-08-13 Thread alan buxey
Hi, Here in the ISP which I work we have a Freeradius 1.X in production, and a 2.X that we're testing to replace the old one. On both Radius we get the following error sometimes, What can be causing this? The SQL Database is in the same server of freeradius 1.X

Re: rlm_sql Error

2012-08-13 Thread Antonio Modesto
2012/8/13 alan buxey a.l.m.bu...@lboro.ac.uk Hi, Here in the ISP which I work we have a Freeradius 1.X in production, and a 2.X that we're testing to replace the old one. On both Radius we get the following error sometimes, What can be causing this? The SQL

Re: rlm_sql Error

2012-08-13 Thread Alan DeKok
Antonio Modesto wrote: My tables is using MyISAM engine, as this server is running freeradius 1.X, it's quite old. The problem is that I've dumped my database to another server to do some tests, and tried to alter the engine to see how long it would take, after some hours running I've simply

Re: rlm_sql Error

2012-08-13 Thread Antonio Modesto
2012/8/13 Alan DeKok al...@deployingradius.com Antonio Modesto wrote: My tables is using MyISAM engine, as this server is running freeradius 1.X, it's quite old. The problem is that I've dumped my database to another server to do some tests, and tried to alter the engine to see how long

Re: RES: FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-07 Thread Arran Cudbard-Bell
On 6 Aug 2012, at 23:05, lscrlstld lscrls...@gmail.com wrote: The %{Event-Timestamp} used in query have a wrong date/time format, it is not the timestamp. Yes. That's why the master branch uses %{integer:Event-Timestamp}, which causes the timestamp to be printed as a Unix 32-bit number.

RES: FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-06 Thread lscrlstld
lscrlstld wrote: I´m making initial tests with FR 3 (from git) using default configs with mysql db, but have mysql error. Debug info: rlm_sql_mysql: MySQL error 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax

Re: RES: FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-06 Thread Alan DeKok
lscrlstld wrote: '%{NAS-Port-Type}', FROM_UNIXTIME(%{Event-Timestamp}), Well, that's wrong. That was fixed ~2 weeks ago. I also said it should be %{integer:Event-Timestamp} Please grab an updated copy of the dialup.conf file. Alan DeKok. - List info/subscribe/unsubscribe?

Re: FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-06 Thread Arran Cudbard-Bell
On 6 Aug 2012, at 06:47, Alan DeKok al...@deployingradius.com wrote: lscrlstld wrote: I´m making initial tests with FR 3 (from git) using default configs with mysql db, but have mysql error. Debug info: rlm_sql_mysql: MySQL error 'You have an error in your SQL syntax; check the manual

RES: FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-06 Thread lscrlstld
The %{Event-Timestamp} used in query have a wrong date/time format, it is not the timestamp. Yes. That's why the master branch uses %{integer:Event-Timestamp}, which causes the timestamp to be printed as a Unix 32-bit number. Is it a dependency of OS setup? How this variable

FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-05 Thread lscrlstld
Hi, I´m making initial tests with FR 3 (from git) using default configs with mysql db, but have mysql error. Debug info: rlm_sql_mysql: MySQL error 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '5 2012 23:25

Re: FR 3 Event-Timestamp wrong format and Mysql FROM_UNIXTIME error

2012-08-05 Thread Alan DeKok
lscrlstld wrote: I´m making initial tests with FR 3 (from git) using default configs with mysql db, but have mysql error. Debug info: rlm_sql_mysql: MySQL error 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use

Re: freeradius down and shows Error: ASSERT FAILED modcall.c[106]: (p-type MOD_SINGLE) (p-type = MOD_POLICY)

2012-07-23 Thread alan buxey
: Loaded virtual server default Sun Jul 22 06:25:05 2012 : Error: ASSERT FAILED modcall.c[106]: (p-type MOD_SINGLE) (p-type = MOD_POLICY) what version? if not the latest from freeradius.org, then in the first instance, upgrade your server as it may be a bug already fixed. after upgrading, see

Re: freeradius down and shows Error: ASSERT FAILED modcall.c[106]: (p-type MOD_SINGLE) (p-type = MOD_POLICY)

2012-07-22 Thread Alan DeKok
EasyHorpak.com wrote: Sun Jul 22 06:25:05 2012 : Error: ASSERT FAILED modcall.c[106]: (p-type MOD_SINGLE) (p-type = MOD_POLICY) Upgrade. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius down and shows Error: ASSERT FAILED modcall.c[106]: (p-type MOD_SINGLE) (p-type = MOD_POLICY)

2012-07-21 Thread EasyHorpak.com
: Loaded virtual server default Sun Jul 22 06:25:05 2012 : Error: ASSERT FAILED modcall.c[106]: (p-type MOD_SINGLE) (p-type = MOD_POLICY) thank you in advance Chuan Chudabut EasyZone Hotspot Billing v2.9.7 VLAN http://www.easyzonecorp.net - List info/subscribe/unsubscribe? See http

RE: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-14 Thread Rathod Subhashchandra
Dear Iliya Peregoudov, Thanks lot. ASN-GW throwing following error. 08.06.2012(12:16.50.249.739) [ASN C Plane] Mandatory HA Mode parameter (HA_RK_Lifetime, HA_RK_SPI, HA_RK_KEY, Duration Quota, MN_HA_SPI, HA_IP_ADDR, MN_HA_KEY) not received in HA Supported Mode:397dde 1 Thanks

Re: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-14 Thread Fajar A. Nugraha
On Thu, Jun 14, 2012 at 4:17 PM, Rathod Subhashchandra rat...@tataelxsi.co.in wrote: Dear Iliya Peregoudov, Thanks lot. ASN-GW throwing following error. 08.06.2012(12:16.50.249.739) [ASN C Plane] Mandatory HA Mode parameter (HA_RK_Lifetime, HA_RK_SPI, HA_RK_KEY, Duration Quota

Re: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-13 Thread Iliya Peregoudov
I've looked into the pcap file. WiMAX-HA-RK-Lifetime, WiMAX-HA-RK-SPI, WiMAX-HA-RK-Key, and WiMAX-FA-RK-SPI attributes are there. My Wireshark does not show their names, but they are there: WiMAX-HA-RL-Lifetime = 900 VSA: l=7 t=Unknown-Attribute(17): 000384 WiMAX-HA-RK-SPI = 0 VSA: l=7

Re: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-13 Thread Alan DeKok
Iliya Peregoudov wrote: I've looked into the pcap file. WiMAX-HA-RK-Lifetime, WiMAX-HA-RK-SPI, WiMAX-HA-RK-Key, and WiMAX-FA-RK-SPI attributes are there. My Wireshark does not show their names, but they are there: Wireshark doesn't decode WiMAX attributes properly. I'm not surprised. The

Re: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-11 Thread Alan DeKok
Rathod Subhashchandra wrote: I am using Free Radius only. I would like to know whether FreeRadius supports following attributes in ACCESS-ACCEPT. HA_RK_Lifetime, HA_RK_SPI, HA_RK_KEY, Duration Quota, MN_HA_SPI, HA_IP_ADDR, MN_HA_KEY Yes. FreeRADIUS supports all standard, and many

Re: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-11 Thread Fajar A. Nugraha
On Mon, Jun 11, 2012 at 12:50 PM, Rathod Subhashchandra rat...@tataelxsi.co.in wrote: I am using Free Radius only. I would like to know whether FreeRadius supports following attributes in ACCESS-ACCEPT. HA_RK_Lifetime, HA_RK_SPI, HA_RK_KEY, Duration Quota, MN_HA_SPI, HA_IP_ADDR, MN_HA_KEY

RE: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-11 Thread David Peterson
[mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of Rathod Subhashchandra Sent: Monday, June 11, 2012 9:10 AM To: 'Fajar A. Nugraha'; 'FreeRadius users mailing list' Subject: RE: WING-ASN throwing error - Mandatory HA Mode parameter Importance: High Dear Fajar

Re: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-11 Thread Fajar A. Nugraha
On Mon, Jun 11, 2012 at 8:10 PM, Rathod Subhashchandra rat...@tataelxsi.co.in wrote: The content of Wireshark is attached. Wireshark ACCESS-ACCEPT message does not reflect WiMAX-HA-RK-Lifetime, WiMAX-HA-RK-SPI, WiMAX-HA-RK-Key, and WiMAX-FA-RK-SPI. Does it mean that above attributes are not

WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-10 Thread Rathod Subhashchandra
Dear All, I am using WING-ASN and AAA(Radius server) to test EAP-TLS authentication mechanism. WING-ASN is throwing following error. 08.06.2012(12:16.50.249.739) [ASN C Plane] Mandatory HA Mode parameter (HA_RK_Lifetime, HA_RK_SPI, HA_RK_KEY, Duration Quota, MN_HA_SPI, HA_IP_ADDR

RE: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-10 Thread Rathod Subhashchandra
...@deployingradius.com] Sent: Monday, June 11, 2012 11:11 AM To: rat...@tataelxsi.co.in; FreeRadius users mailing list Subject: Re: WING-ASN throwing error - Mandatory HA Mode parameter Rathod Subhashchandra wrote: I am using WING-ASN and AAA(Radius server) to test EAP-TLS authentication mechanism. WING-ASN

Php error with Dialup Admin and FreeBSD

2012-06-01 Thread Kaya Saman
Hi, I'm trying to test FreeRADIUS on FreeBSD which is the easy part however, I need a web ui and so Dialup Admin directly comes with the port on FreeBSD. Trying to get it running I am having difficulty with php it seems?? I get a green screen saying Dialup Admin and that's it. On the left

Re: Php error with Dialup Admin and FreeBSD

2012-06-01 Thread Scott Lambert
On Fri, Jun 01, 2012 at 04:58:20PM +0100, Kaya Saman wrote: Hi, I'm trying to test FreeRADIUS on FreeBSD which is the easy part however, I need a web ui and so Dialup Admin directly comes with the port on FreeBSD. Trying to get it running I am having difficulty with php it seems??

Re: Php error with Dialup Admin and FreeBSD

2012-06-01 Thread Timmy
On 2012-06-01 11:58 PM, Kaya Saman wrote: Hi, I'm trying to test FreeRADIUS on FreeBSD which is the easy part however, I need a web ui and so Dialup Admin directly comes with the port on FreeBSD. Trying to get it running I am having difficulty with php it seems?? I get a green screen

Re: Php error with Dialup Admin and FreeBSD

2012-06-01 Thread alan buxey
Hi, ?php $auth_user = $HTTP_SERVER_VARS[PHP_AUTH_USER]; if ($auth_user){ if (is_file(../html/buttons/$auth_user/buttons.html.php3)) include(../html/buttons/$auth_user/buttons.html.php3); else{ if (is_file(../html/buttons/default/buttons.html.php3))

Error: SSL: SSL_read failed in a system call (-1), TLS session fails.

2012-05-24 Thread Nikolaos Pavlidis
Hello all, The error: Thu May 24 08:51:17 2012 : Error: TLS Alert write:fatal:unexpected_message Thu May 24 08:51:17 2012 : Error: TLS_accept:error in SSLv3 read finished A Thu May 24 08:51:17 2012 : Error: rlm_eap: SSL error error:1408E0F4:SSL routines:SSL3_GET_MESSAGE:unexpected

Re: How do I find out the query error?

2012-05-23 Thread Coizado
-I-find-out-the-query-error-tp5713188p5713349.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How do I find out the query error?

2012-05-23 Thread Alan DeKok
Coizado wrote: Hi there Alan DeKok-2, Just came by to say thanks for your kind response and to let you know that I fixed the problem by trying the querys manually until I got them all working. Thank you very much. You're welcome. It's what I do. Alan DeKok. - List

Re: How do I find out the query error?

2012-05-22 Thread Alan DeKok
: 1054 received That's the MySQL error. Any idea as to where should I look to find out what exactly is the sql error? Look up the MySQL error on the MySQL site. Try to run the query manually. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

How do I find out the query error?

2012-05-21 Thread Coizado
be a huge effort to reprogram everything. I have changed the DB and table names in sql.conf and it seems to be connectiong ok, but it appears to be some problem in the SQL query but it won't show the error message, this is what I get on debug: Mon May 21 14:07:18 2012 : Debug: rlm_sql (sql

Re: mySQL user wifi authentication error on freeradius

2012-05-09 Thread xadow20
| '%{%{Acct-Input-Octets}:-0}', acctoutputoctets= '%{%{Acct-Output-Gigawords}:-0}' 32 | -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693432p5697675.html Sent from the FreeRadius

Re: mySQL user wifi authentication error on freeradius

2012-05-09 Thread xadow20
://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693432p5697677.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mySQL user wifi authentication error on freeradius

2012-05-09 Thread Alan DeKok
xadow20 wrote: Hi! here is de debug. Nope. It doesn't show the server receiving any packets. Post the debug output for THAT. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mySQL user wifi authentication error on freeradius

2012-05-09 Thread xadow20
I can't post all debug http://freeradius.1045715.n5.nabble.com/file/n5697736/debug2.txt debug2.txt -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693432p5697736.html Sent from the FreeRadius - User mailing list

Re: mySQL user wifi authentication error on freeradius

2012-05-09 Thread Fajar A. Nugraha
On Wed, May 9, 2012 at 10:39 PM, xadow20 joaofigueired...@gmail.com wrote: I can't post all debug http://freeradius.1045715.n5.nabble.com/file/n5697736/debug2.txt debug2.txt What do you get if you execute this query directly on your db? SELECT id, username, attribute, value, op FROM

Re: mySQL user wifi authentication error on freeradius

2012-05-09 Thread xadow20
Hi! With clear-text password it works. I Thought it work with encripted password too. Thanks -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693432p5698103.html Sent from the FreeRadius - User mailing list archive

Re: freeraduis LDAP error

2012-05-08 Thread NdK
Il 04/05/2012 09:35, dhanushka ranasinghe ha scritto: User-Name = dhanush...@wso2.com User-Password = dcn05c4-1282 I hope you realize you've sent your credentials to a public mailing list... BYtE! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

mySQL user wifi authentication error on freeradius

2012-05-08 Thread xadow20
an on-going EAP conversation ++[eap] returns updated ++[files] returns noop [sql] expand: %{User-Name} - u -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693411.html Sent from the FreeRadius - User mailing list archive

mySQL user wifi authentication error on freeradius

2012-05-08 Thread xadow20
an on-going EAP conversation ++[eap] returns updated ++[files] returns noop [sql] expand: %{User-Name} - u -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693432.html Sent from the FreeRadius - User mailing list archive

Re: mySQL user wifi authentication error on freeradius

2012-05-08 Thread Tobias Hachmer
On 08.05.2012 13:36, xadow20 wrote: I'm new to freeradius. My Setup is: Ubuntu Server 10.04 Freeradius 2.1.8 daloRADIUS 0.9-9 When I try to authenticate on AP wireless with a user on /etc/freeradius/users it succedd well. But When I create a user on daloradius it gives the output above, can

mySQL user wifi authentication error on freeradius

2012-05-08 Thread xadow20
an on-going EAP conversation ++[eap] returns updated ++[files] returns noop [sql] expand: %{User-Name} - u -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error-on-freeradius-tp5693631.html Sent from the FreeRadius - User mailing list archive

Re: mySQL user wifi authentication error on freeradius

2012-05-08 Thread xadow20
| '%{%{Acct-Input-Octets}:-0}', acctoutputoctets= '%{%{Acct-Output-Gigawords}:-0}' 32 | '%{%{Acct-Output-Octets}:- -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error

Re: mySQL user wifi authentication error on freeradius

2012-05-08 Thread xadow20
| '%{%{Acct-Input-Octets}:-0}', acctoutputoctets= '%{%{Acct-Output-Gigawords}:-0}' 32 | '%{%{Acct-Output-Octets}:- -- View this message in context: http://freeradius.1045715.n5.nabble.com/mySQL-user-wifi-authentication-error

Re: mySQL user wifi authentication error on freeradius

2012-05-08 Thread xadow20
-wifi-authentication-error-on-freeradius-tp5693432p5694872.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mySQL user wifi authentication error on freeradius

2012-05-08 Thread Tobias Hachmer
On 08.05.2012 16:06, xadow20 wrote: Hi! tanks for reply. Here is the debug. I took it for granted to send the whole debug output including the radius request and processing and not only the freeradius instantiating output. My fault ;-) Please start radiusd -X, or freeradius -X , then

Re: mySQL user wifi authentication error on freeradius

2012-05-08 Thread Tobias Hachmer
On 08.05.2012 16:09, xadow20 wrote: Hi! tanks for reply. Here is the debug. Please stop posting your posts three times!! Regards, Tobias Hachmer - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeraduis LDAP error

2012-05-04 Thread Fajar A. Nugraha
On Fri, May 4, 2012 at 12:33 PM, dhanushka ranasinghe parakrama1...@gmail.com wrote: Hi.. Seems like radius caching session thats why its got connected , as i mention my LDAP uses SHA as password encrypted method , is there any way to sort this issue and what configuration need to use in

Re: freeraduis LDAP error

2012-05-04 Thread dhanushka ranasinghe
Hi.. when i removed Auth-Type := PAP lineradius not checking password , even when wrong password is used user get the authenticated. Thank You Dhanushka On 4 May 2012 11:31, Fajar A. Nugraha l...@fajar.net wrote: On Fri, May 4, 2012 at 12:33 PM, dhanushka ranasinghe

Re: freeraduis LDAP error

2012-05-04 Thread Fajar A. Nugraha
On Fri, May 4, 2012 at 1:15 PM, dhanushka ranasinghe parakrama1...@gmail.com wrote: Hi.. when i removed  Auth-Type := PAP   line    radius not checking password , even when wrong password is used user get the authenticated. What does the debug log say? My guess is you have Auth-Type :=

Re: freeraduis LDAP error

2012-05-04 Thread dhanushka ranasinghe
-enabled/default Thu May 3 11:50:26 2012 : Info: +- entering group PAP {...} Thu May 3 11:50:26 2012 : Info: [pap] ERROR: You set 'Auth-Type = PAP' for a request that does not contain a User-Password attribute! Thu May 3 11:50:26 2012 : Info: ++[pap] returns invalid Thu May 3 11:50:26 2012 : Info

Re: freeraduis LDAP error

2012-05-04 Thread Alan DeKok
ubuntu machine (WPAsupplicant) ... Which doesn't do PAP authentication. # Executing group from file /etc/freeradius/sites-enabled/default Thu May 3 11:50:26 2012 : Info: +- entering group PAP {...} Thu May 3 11:50:26 2012 : Info: [pap] ERROR: You set 'Auth-Type = PAP' for a request that does

Re: freeraduis LDAP error

2012-05-04 Thread dhanushka ranasinghe
/freeradius/sites-enabled/default Thu May  3 11:50:26 2012 : Info: +- entering group PAP {...} Thu May  3 11:50:26 2012 : Info: [pap] ERROR: You set 'Auth-Type = PAP' for a request that does not contain a User-Password attribute!  Which is the same message as before.  The solution is the same

Re: freeraduis LDAP error

2012-05-04 Thread alan buxey
Hi, when i removed Auth-Type := PAP lineradius not checking password , even when wrong password is used user get the authenticated. you then have a hardcoded Accept somewhere in your config alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

<    1   2   3   4   5   6   7   8   9   10   >