Open+ MAC authentication failed.

2012-12-09 Thread Tzvika Gelber
Hello, I'm trying to have a WiFi client to be authenticated in the OPEN+MAC method The AP is already known as a client of the Freeradius and any other form of Radius authentication i tried worked so far (WPA, WPA2) I'm using PEAP and the clients are Windows XP (if it makes any difference) I

Re: Open+ MAC authentication failed.

2012-12-09 Thread Alan DeKok
Tzvika Gelber wrote: I created a new user with the MAC address of the client as the user and password : ... 00C0CA32A157 Cleartext-Password := 00C0CA32A157 ... User-Name = 00c0ca32a157 User-Password = 00c0ca32a157 You do realize that they are different, right? The

RE: EAP-SIM authentication failed

2012-11-15 Thread Yann R. Moupinda
Hi guys, i'm still trying to authenticate a EAP SIM Client with the Freeraduis 3.0.0. By Using the Nokia E51 and E52, the eap-sim authentication process just stops after the raduis has sent the EAP-REQUEST, SIM-CHALLENGE (containing AT_RAND and AT_MAC) message (see log info.). I did some

Re: EAP-SIM authentication failed

2012-11-15 Thread Phil Mayers
On 15/11/12 16:46, Yann R. Moupinda wrote: Has anyone an idea why the MAC not matches although Client and Server are using the same algorithm version (Version 1 mentioned in AT_VERSION_LIST from Server and in AT_SELECTED_VERSION from client) ? It's probably a bug somewhere. Very likely, the

RE: EAP-SIM authentication failed

2012-11-08 Thread Yann R. Moupinda
Hi guys, i'm still looking for a solution for the eapsim authentication. Now i use the Freeradius 3.0.0 and i made some changes in the 'eapsimlib.c' regarding AT_IDENTITY (commit cfd61d24b99022eb613054bbf7e0da4fa3af1bde). I still have the same problem, the client is able to send two

Re: EAP-SIM authentication failed

2012-11-07 Thread Francois Gaudreault
Didn't you make another fix afterward regarding AT_IDENTITY (commit cfd61d24b99022eb613054bbf7e0da4fa3af1bde)? Not the patch from Microsoft. I know I have to patch the 2.2.0 source in our RPMs with this commit otherwise it fails ;) On 2012-11-06, at 10:15 AM, Alan DeKok wrote: Phil Mayers

RE: EAP-SIM authentication failed

2012-11-07 Thread Yann R. Moupinda
,ed404256,bc871da6ae8edc00 19017653,0123456789abcdef0123456789abcd88,6695bd6e,58788a55e9052000 i got the same failure than before: after sending the 2nd access challenge, the server is waiting for the 3rd access request and doesn't get anything -- authentication failed

Re: EAP-SIM authentication failed

2012-11-07 Thread Iliya Peregoudov
-- authentication failed - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

EAP-SIM authentication failed

2012-11-06 Thread Yann R. Moupinda
Hi guys, for my thesis i need to realize a EAP-SIM Authentication testbed. I'm using a Nokia E52 with EAP-SIM, a MIKROTIK router as access point and FreeRADIUS 2.1.10 as Radius server. I have added the necessary commands in the clients.conf, radiusd.conf, eap.conf and default files in order

Re: EAP-SIM authentication failed

2012-11-06 Thread Phil Mayers
On 06/11/12 10:55, Yann R. Moupinda wrote: Hi guys, for my thesis i need to realize a EAP-SIM Authentication testbed. I'm using a Nokia E52 with EAP-SIM, a MIKROTIK router as access point and FreeRADIUS 2.1.10 as Radius server. I have added the necessary commands Upgrade. Some fixes for

Re: EAP-SIM authentication failed

2012-11-06 Thread Francois Gaudreault
Hi, -what should I configure to get more than 2 Access-Request You don't. The client is stopping because it thinks something is wrong. Upgrade to 2.2.0 and try again - if the same thing happens, you need to debug on the client. You need to also add a patch that has been committed in the

Re: EAP-SIM authentication failed

2012-11-06 Thread Phil Mayers
On 06/11/12 13:34, Francois Gaudreault wrote: Hi, -what should I configure to get more than 2 Access-Request You don't. The client is stopping because it thinks something is wrong. Upgrade to 2.2.0 and try again - if the same thing happens, you need to debug on the client. You need to

Re: EAP-SIM authentication failed

2012-11-06 Thread Alan DeKok
Phil Mayers wrote: Was that after 2.2.0 was released? No, before. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: ssh authentication failed problem use freeradius pam_radius

2012-05-24 Thread sam
Is there anyone to contribute this fix? -- View this message in context: http://freeradius.1045715.n5.nabble.com/ssh-authentication-failed-problem-use-freeradius-pam-radius-tp5687733p5713353.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe

Re: ssh authentication failed problem use freeradius pam_radius

2012-05-24 Thread sam
the retrun value to *password. (value is INCORRECT) free(resp); } return PAM_SUCCESS; } +code+ Not familiar with this module, can anybody give some instrutions? -- View this message in context: http://freeradius.1045715.n5.nabble.com/ssh-authentication-failed

Re: ssh authentication failed problem use freeradius pam_radius

2012-05-24 Thread Fajar A. Nugraha
On Thu, May 24, 2012 at 9:44 PM, sam jianxue...@alcatel-lucent.com wrote: The pam_radius_auth module is installed on linux, and if the user-A is not created in local and  only existed in remote radius server. In following function() in pam_radius_auth.c, the *password always is INCORRECT That

Re: ssh authentication failed problem use freeradius pam_radius

2012-05-11 Thread Martin Pauly
mu...@yahoo.cnwrote: This is an issue with PAM on the client machine. Some other module is doing password checking. When the password check fails, it re-sets the password to INCORRECT. That password is then sent to the pam_radius module. Go fix the client so that the PAM modules

ssh authentication failed problem use freeradius pam_radius

2012-05-05 Thread ????
Hi everyone, I am trying to use pam_radius to authenticate SSH login.My system is Centos 5.6 64bit. When I try to authenticate with ssh but failed,I am sure the shared secret is correct. Freeradius got the following logs: rlm_sql (sql): Released sql socket id: 2 ++[sql] returns ok

Re: ssh authentication failed problem use freeradius pam_radius

2012-05-05 Thread Alan DeKok
小牧 wrote: I am trying to use pam_radius to authenticate SSH login.My system is Centos 5.6 64bit. When I try to authenticate with ssh but failed,I am sure the shared secret is correct. The shared secret is correct. [pap] login attempt with password ? INCORRECT This is an issue with PAM

Re: ssh authentication failed problem use freeradius pam_radius

2012-05-05 Thread ????
Hello,Alan. Thank you for you response. Alan wrote: This is an issue with PAM on the client machine. Some other module is doing password checking. When the password check fails, it re-sets the password to INCORRECT. That password is then sent to the pam_radius module. Go fix the client so

Re: [EAP-PEAP] PEAP Authentication failed

2011-05-05 Thread Khalid Staili
but in the wpa supplicant configuration file, I mentionned the path of the same CA in the server. Is this logic ? 2011/5/4 Alan Buxey a.l.m.bu...@lboro.ac.uk hi, looks like your client is trying to use the wrong CA as part of the authentication. alan - List info/subscribe/unsubscribe?

Re: [EAP-PEAP] PEAP Authentication failed

2011-05-05 Thread Phil Mayers
On 05/05/11 12:12, Khalid Staili wrote: but in the wpa supplicant configuration file, I mentionned the path of the same CA in the server. The problem is at the client, so you need to debug the client. I suggest you run wpa_supplicant in debugging mode and examine the result. - List

Re: [EAP-PEAP] PEAP Authentication failed

2011-05-05 Thread Khalid Staili
Thank you for your help ! I changed my client and it works fine now :) 2011/5/5 Phil Mayers p.may...@imperial.ac.uk On 05/05/11 12:12, Khalid Staili wrote: but in the wpa supplicant configuration file, I mentionned the path of the same CA in the server. The problem is at the client, so

[EAP-PEAP] PEAP Authentication failed

2011-05-04 Thread Khalid Staili
I am using freeradius in a wired network. Th authentication protocol I'm using is PEAP. I have configured the server like described in many different sites, but I have a problem. This is the debug output I have : rad_recv: Access-Request packet from host 192.168.0.1 port 1024, id=192, length=204

Re: [EAP-PEAP] PEAP Authentication failed

2011-05-04 Thread Phil Mayers
On 05/04/2011 08:27 PM, Khalid Staili wrote: I am using freeradius in a wired network. Th authentication protocol I'm using is PEAP. I have configured the server like described in many different sites, but I have a problem. This is the debug output I have : Most sites on the internet are

Re: [EAP-PEAP] PEAP Authentication failed

2011-05-04 Thread Khalid Staili
I think the configuration is correct, because I have an Access-Accept when I use an eapol_test to test my server locally (localhost client). But when I use wpa_supplicant with the same configuration in an other host using ubuntu 10.10, I have the error I have mentionned. 2011/5/4 Phil Mayers

Re: [EAP-PEAP] PEAP Authentication failed

2011-05-04 Thread Alan Buxey
hi, looks like your client is trying to use the wrong CA as part of the authentication. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: LDAP authentication failed

2010-10-22 Thread snowman5840
-Authenticator = 0x -- View this message in context: http://freeradius.1045715.n5.nabble.com/LDAP-authentication-failed-tp3217861p3232594.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http

RE: LDAP authentication failed

2010-10-22 Thread Sallee, Stephen (Jake)
-bounces+jake.sallee=umhb@lists.freeradius.o rg] On Behalf Of snowman5840 Sent: Friday, October 22, 2010 11:58 AM To: freeradius-users@lists.freeradius.org Subject: Re: LDAP authentication failed ok I found my problem. I have forgotten to add my domain in the proxy.conf, after I have done

RE: LDAP authentication failed

2010-10-22 Thread snowman5840
wow. hey now it's working with both OS ;-) . thx for your hint, nt_hack was missing. -- View this message in context: http://freeradius.1045715.n5.nabble.com/LDAP-authentication-failed-tp3217861p3232899.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info

Re: LDAP authentication failed

2010-10-19 Thread snowman5840
://freeradius.1045715.n5.nabble.com/LDAP-authentication-failed-tp3217861p3219086.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

LDAP authentication failed

2010-10-18 Thread snowman5840
-authentication-failed-tp3217861p3217861.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: LDAP authentication failed

2010-10-18 Thread Alan Buxey
hi, you need to use the ntdomain module and ensure that the \\ method is enabled. (check the realm module section) this will then populate stripped-user-name with just the username and not also have the hostname or domain name lurking around. alan - List info/subscribe/unsubscribe? See

Re: Authentication Failed

2010-01-20 Thread Devinder Singh
## # # Create a new client certificate, signed by the the above server # certificate. # ## client.csr client.key: client.cnf openssl req -new -out

Re: Authentication Failed

2010-01-20 Thread Devinder Singh
When i click on my SSID i get authentication failed. The Proxim AP reports Radius not connected and i dont get to see any reply on Radius Server 2010/1/20 Devinder Singh devinbhul...@gmail.com ## # # Create a new client

Re: Authentication Failed

2010-01-20 Thread Devinder Singh
After i had restarted my XP i get to see Windows was unable to log you on to palstaff. palstaff is my sssid Devinder 2010/1/20 Devinder Singh devinbhul...@gmail.com When i click on my SSID i get authentication failed. The Proxim AP reports Radius not connected and i dont get to see any

Re: Authentication Failed

2010-01-20 Thread Devinder Singh
. palstaff is my sssid Devinder 2010/1/20 Devinder Singh devinbhul...@gmail.com When i click on my SSID i get authentication failed. The Proxim AP reports Radius not connected and i dont get to see any reply on Radius Server 2010/1/20 Devinder Singh devinbhul...@gmail.com

Re: Authentication Failed

2010-01-20 Thread Devinder Singh
Hi I had just checked my Proxim AP 700 and it seems to report that Radius Server not responding but i have already configured teh Radius Server Profiles and IP address in the AP What shoud i do Devinder 2010/1/20 Devinder Singh devinbhul...@gmail.com Hi Ivan, I created the certificates

Authentication Failed

2010-01-19 Thread Devinder Singh
Hi Ivan, I created the certificates basd on the README file in etc/raddb and copied ca.der and client.p12 to Windows XP I also also made changed to the Makefile which runs on XP but when i connect to the SSID i get authentication failde and the radius does not seem to get any response from the

Re: Authentication Failed

2010-01-19 Thread Devinder Singh
Hi Ivan, I cant seem to authenticate my Windows XP client using EAP authentication. I have folllowed the steps in /etc/raddb/certs This is my radius start up Module: Instantiating eap-tls tls { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length = 512

Re: authentication failed because sqlcounter...

2009-05-13 Thread Nizar Zulmi
the problem solved it just because 30 second less than one minute, i've tried using Max-All-Sesion:=3600 and it works.. --- On Sat, 5/9/09, Nizar Zulmi siapa_bilang_emailku_panj...@yahoo.com wrote: From: Nizar Zulmi siapa_bilang_emailku_panj...@yahoo.com Subject: Re: authentication failed

Re: authentication failed because sqlcounter...

2009-05-09 Thread Nizar Zulmi
happen?? --- On Sat, 5/9/09, Ivan Kalik t...@kalik.net wrote: From: Ivan Kalik t...@kalik.net Subject: Re: authentication failed because sqlcounter... To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Date: Saturday, May 9, 2009, 2:51 AM mm confusing..i just enable

Re: authentication failed because sqlcounter...

2009-05-09 Thread Nizar Zulmi
happen?? --- On Sat, 5/9/09, Ivan Kalik t...@kalik.net wrote: From: Ivan Kalik t...@kalik.net Subject: Re: authentication failed because sqlcounter... To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Date: Saturday, May 9, 2009, 2:51 AM mm confusing..i just enable

authentication failed because sqlcounter...

2009-05-08 Thread Nizar Zulmi
mm confusing..i just enable the sqlcounter in radiusd.conf. i just let it as default no change i made in noresetcounter module. then i adding noresetcounter in authorize and instantiate section. i have defined 1user named tes and password tes has loged in normally before i add attribut

authentication failed because sqlcounter...

2009-05-08 Thread Nizar Zulmi
mm confusing..i just enable the sqlcounter in radiusd.conf. i just let it as default no change i made in noresetcounter module. then i adding noresetcounter in authorize and instantiate section. i have defined 1user named tes and password tes has loged in normally before i add attribut

authentication failed because sqlcounter...

2009-05-08 Thread Nizar Zulmi
mm confusing..i just enable the sqlcounter in radiusd.conf. i just let it as default no change i made in noresetcounter module. then i adding noresetcounter in authorize and instantiate section. i have defined 1user named tes and password tes has loged in normally before i add attribut

Re: authentication failed because sqlcounter...

2009-05-08 Thread Ivan Kalik
mm confusing..i just enable the sqlcounter in radiusd.conf. i just let it as default no change i made in noresetcounter module. then i adding noresetcounter in authorize and instantiate section. i have defined 1user named tes and password tes has loged in normally before i add attribut

Authentication failed from Radius server

2009-01-06 Thread Aravind Arjunan
hi Radius(freeradius) server has configured and integrated with Openldap server for user authentication in RHEL 5. Using radtest, NTRadPing and Radiustest (Utility) it is working fine. I got Access-Acept by using this utility. When i try from enduser through Wireless access point i may not

Re: Authentication failed from Radius server

2009-01-06 Thread Alan DeKok
Aravind Arjunan wrote: ... You already asked this question, and it was already answered. If you are not going to read the replies to your questions, then you shouldn't be asking questions. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Authentication failed from Radius server

2009-01-05 Thread Aravind Arjunan
Radius(freeradius) server has configured and integrated with Openldap server for user authentication in RHEL 5. Using radtest, NTRadPing and Radiustest (Utility) it is working fine. I got Access-Acept by using this utility. When i try from enduser through Wireless access point i may not able

Re: Authentication failed from Radius server

2009-01-05 Thread Alan DeKok
Aravind Arjunan wrote: Radius(freeradius) server has configured and integrated with Openldap server for user authentication in RHEL 5. Using radtest, NTRadPing and Radiustest (Utility) it is working fine. I got Access-Acept by using this utility. Yes. Because they're not doing EAP.

Re: EAP/MD5 with mysql authentication failed

2008-12-18 Thread henry1412
EAP-MD5 doesn't use inner-tunnel. Enable sql in default virtual server. Ivan Kalik Kalik Informatika ISP The problem has resolved by your way. Thank your ver much! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP/MD5 with mysql authentication failed

2008-12-17 Thread A . L . M . Buxey
hi, dont set the default auth-type for users alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP/MD5 with mysql authentication failed

2008-12-17 Thread tnt
IN sites-enabled/inner-tunnel -- authorize { eap { ok = return } files sql expiration logintime } authenticate { eap } EAP-MD5 doesn't use inner-tunnel. Enable sql in default virtual server. Ivan Kalik Kalik Informatika ISP - List

EAP/MD5 with mysql authentication failed

2008-12-16 Thread henry1412
EAP/MD5 with mysql authentication failed My running environment is freeraius-2.1.3 and mysql-5.0.37. The authentication type is EAP/MD5. It's running well with individual 'user' file, however, If I enable the sql optioal, it rejects with '[eap] Handler failed in EAP/md5'. The mysql module

RE: Authentication failed

2007-07-13 Thread Carlos Jimenez Barranco
Asunto: RE: Authentication failed *** Mensaje examinado por el antivirus perimetral de Impala Network Solutions ***-*** Lets get few things straight: Enterasys is your AP, not your wireless card? What supplicant are you using on your PC to connect: Windows XP

Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
Unknown rlm_eap: Identity Unknown, authentication failed   rlm_eap: Failed in handler   modcall[authenticate]: module eap returns invalid for request 0 modcall: group authenticate returns invalid for request 0 auth: Failed to validate the user. Delaying request 0 for 1 seconds Finished request 0 Going

Re: Authentication failed

2007-07-12 Thread Stefan Winter
-Station-Id = 0011885ae5b0     NAS-Identifier = RoamAbout AP     EAP-Message = 0x0201000501     Message-Authenticator = 0xf6e4825749e3bc4b04a99bc11c37fbba [...] modcall: entering group authenticate for request 4 rlm_eap: UserIdentity Unknown rlm_eap: Identity Unknown, authentication

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
: jueves, 12 de julio de 2007 9:52 Para: FreeRadius users mailing list Asunto: Re: Authentication failed Hello, rad_recv: Access-Request packet from host 172.24.230.15:3324, id=10, length=113 NAS-IP-Address = 172.24.230.15     NAS-Port-Type = Wireless-802.11     NAS-Port = 1     Framed

Re: Authentication failed

2007-07-12 Thread Stefan Winter
Hi, Thank you for your quick answer Stefan. Just one more question: Who is the supplicant? The AP or the PC client? On the PC Client (WinXP) we have always entered a login and password. The supplicant is the PC client. That's odd. If you really have entered a username on the supplicant, the

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
Sistemas de Comunicaciones Corporativas   -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Stefan Winter Enviado el: jueves, 12 de julio de 2007 10:15 Para: FreeRadius users mailing list Asunto: Re: Authentication failed Hi, Thank you for your quick

Re: Authentication failed

2007-07-12 Thread Stefan Winter
Hi, About the supplicant, we are using just Windows XP. We have tried with several wireless card (enterasys one, integrated Intel Centrino 2200b/g...). I have may not understood the supplicant meaning, tell me then, please. I thought it could be a problem related to the way the freeradius

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
de Comunicaciones Corporativas   -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Stefan Winter Enviado el: jueves, 12 de julio de 2007 10:51 Para: FreeRadius users mailing list Asunto: Re: Authentication failed Hi, About the supplicant, we are using

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
el: jueves, 12 de julio de 2007 10:51 Para: FreeRadius users mailing list Asunto: Re: Authentication failed Hi, About the supplicant, we are using just Windows XP. We have tried with several wireless card (enterasys one, integrated Intel Centrino 2200b/g...). I have may not understood

RE: Authentication failed

2007-07-12 Thread tnt
  www.impala-net.com Sistemas de Comunicaciones Corporativas   -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Stefan Winter Enviado el: jueves, 12 de julio de 2007 10:51 Para: FreeRadius users mailing list Asunto: Re: Authentication failed Hi, About

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de [EMAIL PROTECTED] Enviado el: jueves, 12 de julio de 2007 12:41 Para: FreeRadius users mailing list Asunto: RE: Authentication failed *** Mensaje examinado por el antivirus perimetral de Impala Network Solutions

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de [EMAIL PROTECTED] Enviado el: jueves, 12 de julio de 2007 12:41 Para: FreeRadius users mailing list Asunto: RE: Authentication failed *** Mensaje examinado por el antivirus perimetral de Impala Network Solutions

Re: Authentication failed

2007-07-12 Thread Stefan Winter
Hi, okay, now that the User-Name thing is fixed, another problem with your config shows up. The ntlm_auth line is way too short! Therefore, the key can't be retrieved. Is there maybe a line wrap in radiusd.conf, line ntlm_auth = ... or something? The shipped ntlm_auth line works by default!

Re: Authentication failed

2007-07-12 Thread A . L . M . Buxey
Hi, err, hello. have a look at your debug logs. rlm_mschap: No User-Password configured. Cannot create LM-Password. rlm_mschap: No User-Password configured. Cannot create NT-Password. rlm_mschap: Told to do MS-CHAPv2 for host/PC-BARCMM2.it.local with NT-Password radius_xlat:

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
Comunicaciones Corporativas   -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Stefan Winter Enviado el: jueves, 12 de julio de 2007 13:17 Para: FreeRadius users mailing list Asunto: Re: Authentication failed Hi, okay, now that the User-Name thing is fixed

Re: Authentication failed

2007-07-12 Thread A . L . M . Buxey
Hi, Maybe, the intro after every line is not correct, so we have changed it for: ntlm_auth = /usr/bin/ntlm_auth --request-nt-key --domain=%{mschap:NT-Domain} --username=%{mschap:User-Name} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00} did you restart the

Re: Authentication failed

2007-07-12 Thread Stefan Winter
We have entered this data in radiusd.conf: # Be VERY careful when editing the following line! # #ntlm_auth = /path/to/ntlm_auth --request-nt-key --username=%{Stripped-User-Name:-%{User-Name:-None}} --challenge=%{mschap:Challenge:-00}

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
*** Mensaje examinado por el antivirus perimetral de Impala Network Solutions ***-*** Hello: We have restarted the radius service. This is the output of the debug: Starting - reading configuration files ... reread_config: reading radiusd.conf Config:

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
list Asunto: Re: Authentication failed We have entered this data in radiusd.conf: # Be VERY careful when editing the following line! # #ntlm_auth = /path/to/ntlm_auth --request-nt-key --username=%{Stripped-User-Name:-%{User-Name:-None}} --challenge

Re: Authentication failed

2007-07-12 Thread A . L . M . Buxey
Hi, you are CHANING more than ONE thing at a time. look at this: rlm_eap: Request found, released from the list rlm_eap: EAP NAK rlm_eap: EAP-NAK asked for EAP-Type/ttls rlm_eap: No such EAP type ttls rlm_eap: Failed in EAP select modcall[authenticate]: module eap returns

Re : Authentication failed

2007-07-12 Thread Eshun Benjamin
-users@lists.freeradius.org Cc : Cristina Martin Molin [EMAIL PROTECTED] Envoyé le : Jeudi, 12 Juillet 2007, 14h53mn 59s Objet : RE: Authentication failed *** Mensaje examinado por el antivirus perimetral de Impala Network Solutions ***-*** Hi: We have found

RE: Authentication failed

2007-07-12 Thread tnt
, 12 de julio de 2007 14:41 Para: FreeRadius users mailing list CC: Cristina Martin Molin Asunto: Re: Authentication failed *** Mensaje examinado por el antivirus perimetral de Impala Network Solutions ***-*** Hi, you are CHANING more than ONE thing at a time

Re: users authentication failed

2007-06-26 Thread tnt
users: Matched entry DEFAULT at line 153 There is a DEFAULT entry in your users file setting Auth-Type System. Comment it out and try again. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Carl aniams [EMAIL PROTECTED] piše: hi all thanks for assistance i apreciate i put in attached the

Re:users authentication failed

2007-06-26 Thread Carl aniams
In the users file i commented the authtype=system for user:DEFAULT now the authentication is done through PAP but pap rejects user look the joint file No user can be authenticate whether in database or an account user. -- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ANIAMBOSSOU Carl NIAMS

Re:users authentication failed

2007-06-26 Thread tnt
Well, what did you put in the database? This ($1$yR5YY9Uh$ubDooFItYSeNo7pkP0nyG1) is not the password you are sending (will). If you are storing encrypted passwords you need to use appropriate password attribute. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Carl aniams [EMAIL PROTECTED]

re: users authentication failed

2007-06-26 Thread Carl aniams
hi now the authentication type is local with the message user supplied user-password does not match local user-password see attached file thanks -- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ANIAMBOSSOU Carl NIAMS TECHNOLOGIES tel: +229 90 04 08 58 +229 97 48 01 33 COTONOU REPUBLIC OF

Re: re: users authentication failed

2007-06-26 Thread tnt
Post content of radcheck (and radgroupcheck if you are using groups) table. Auth-Type Local had to come from there. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Carl aniams [EMAIL PROTECTED] piše: hi now the authentication type is local with the message user supplied user-password does

Re: users authentication failed

2007-06-25 Thread Alan DeKok
Carl aniams wrote: ... please any suggestion ... WARNING: Unprintable characters in the password. ? Double-check the shared secret on the server and the NAS! What part of that message is unclear? Alan DeKok. - List info/subscribe/unsubscribe? See

users authentication failed

2007-06-25 Thread Carl aniams
hi i am using freeradius 1.1.6 with mysql 4 on a fedora core 4 with a DD-WRT v23 with enabled chilli. i have the users created through the dialupadmin page. users are successfully created but while trying to log through chilli i have the following when i do radiusd -X please any suggestion

Re: users authentication failed

2007-06-25 Thread tnt
1. WARNING: Unprintable characters in the password. ? Double-check the shared secret on the server and the NAS! 2. You have a DEFAULT entry in users file setting Auth-Type System. Comment it out. I assume your password is in the database. Ivan Kalik Kalik Informatika ISP Dana 25/6/2007, Carl

Re:users authentication failed

2007-06-25 Thread Carl aniams
Carl aniams wrote: ... please any suggestion ... WARNING: Unprintable characters in the password. ? Double-check the shared secret on the server and the NAS! What part of that message is unclear? Be sure that i crossed check the shared secret on my server and on the nas (the AP) yet

Re: users authentication failed

2007-06-25 Thread Alan DeKok
Carl aniams wrote: Be sure that i crossed check the shared secret on my server and on the nas (the AP) yet nothing i even changed them yet nothing Then either the MD5 libraries are broken, or the shared secret is wrong. Alan DeKok. - List info/subscribe/unsubscribe? See

Re:users authentication failed

2007-06-25 Thread Carl aniams
I used numbers (123456) and it seems to work.seems?? when i use user:akim passwd:willy everything is allwright (redirection authentication on radius and message response ok.) using browsing the net but when i try to use another user (carl passwd:aniam or all the several users i created ) i

Re:users authentication failed

2007-06-25 Thread tnt
There is a DEFAULT entry in your users file setting Auth-Type System (and you are trying to use something else). Uncomment or delete that entry and try again. This is a blind guess. It would help if you would post debug from the request. Ivan Kalik Kalik Informatika ISP Dana 25/6/2007, Carl

Re: etc_smbpasswd authentication failed

2005-07-07 Thread Ramses van Pinxteren
Thanks for this answer. I now start to undaerstand the debugreport. How can I now enable the etc_passwd section? Simply putting etc_passwd in the authorize section is not enough unfortunately. So again: a big HELPP Thanks ramses Ramses van Pinxteren [EMAIL PROTECTED] wrote: When I start

Re: etc_smbpasswd authentication failed

2005-07-07 Thread Alan DeKok
Ramses van Pinxteren [EMAIL PROTECTED] wrote: How can I now enable the etc_passwd section? Simply putting etc_passwd in the authorize section is not enough unfortunately. What's going wrong? The default radiusd.conf contains a sample configuration for etc_smbpasswd. Uncomment it, and add

etc_smbpasswd authentication failed

2005-07-06 Thread Ramses van Pinxteren
Hi all! I am trying to authenticate against a smbpasswd file with freeradius-1.0.1 on a fedora core 3 machine. When I start radius in debug mode, it shows me that authentication is progressing perfect (modcall: group authorize returns ok for request 0) However it still returns a

Re: etc_smbpasswd authentication failed

2005-07-06 Thread Alan DeKok
Ramses van Pinxteren [EMAIL PROTECTED] wrote: When I start radius in debug mode, it shows me that authentication is progressing perfect (modcall: group authorize returns ok for request 0) However it still returns a accept-reject package. Did you *read* the debug output?

Re: Dialup Admin - Authentication Failed problem.

2004-10-13 Thread Alan DeKok
Shannon Sariman [EMAIL PROTECTED] wrote: I'm using freeradius-0.9.3 with MySQL and Dialup Admin on a RH 9.0 machine in conjunction with a Cisco 2511 NAS. I've noticed that on several occasions, accounting stale sessions have led to some users been denied dialup access. Even though I when I

Dialup Admin - Authentication Failed problem.

2004-10-12 Thread Shannon Sariman
sessionsI stillget the message below when running auserauthentication test ,on say a user named "fred",(using the user Test Page that comes with Dialup admin):" Authentication failed Server response:Reply-Message = "\r\nYou are already logged in - access denied\r\n\n" &q

EAP-TTLS authentication failed

2004-03-09 Thread rola.akoum
hello, I ve installed freeRadius with EAP-TTLS. i've done the configuration but i have always an access reject. for a user who is in the users file. Can u help me plz ? I have freeradius snapshot 20031208 with openssl 0.9.7c thank you for your help

RE: EAP-TTLS authentication failed

2004-03-09 Thread Tom Rixom
PROTECTED] Sent: Tuesday, March 09, 2004 1:57 PM To: [EMAIL PROTECTED] Subject: Re: EAP-TTLS authentication failed Hello Rola! [EMAIL PROTECTED] wrote: I ve installed freeRadius with EAP-TTLS. From the logs it seems you are trying to use CHAP. i've done the configuration but i have

Re: EAP-TTLS authentication failed

2004-03-09 Thread Rok Papez
Hello Tom. Tom Rixom wrote: Just a quick remark without sounding too arrogant... what we are doing is: EAP-TTLS-EAP-MSCHAPV2 not EAP-TTLS-MSCHAPV2. The first uses what we call Inner EAP, the second is using the normal MSCHAPV2 within TTLS. What is the benefit of using Inner EAP + CHAP over

Re: EAP-TTLS authentication failed

2004-03-09 Thread Alan DeKok
[EMAIL PROTECTED] wrote: I ve installed freeRadius with EAP-TTLS. i've done the configuration but i have always an access reject. for a user who is in the users file. Because you did exactly the opposite of what the configuration files say. rlm_eap_ttls: Session established.

Re: EAP-TTLS authentication failed

2004-03-09 Thread Alan DeKok
Rok Papez [EMAIL PROTECTED] wrote: What is the benefit of using Inner EAP + CHAP over normal CHAP within TTLS ? Not much, if any. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

  1   2   >