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?

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 creat

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 wr

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 c

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 Acces-Requ

Re: EAP-SIM authentication failed

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

RE: EAP-SIM authentication failed

2012-11-07 Thread Yann R. Moupinda
6789abcd18,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 --> aut

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 wr

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

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

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 EAP-SI

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 to

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 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 is the expected behavior.

Re: ssh authentication failed problem use freeradius & pam_radius

2012-05-24 Thread sam
context: http://freeradius.1045715.n5.nabble.com/ssh-authentication-failed-problem-use-freeradius-pam-radius-tp5687733p5713359.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: 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-11 Thread Martin Pauly
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 that the PAM modules don't cha

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 s

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 wit

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 ++[expiratio

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

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 info/subscr

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 > 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.f

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

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

RE: LDAP authentication failed

2010-10-22 Thread Sallee, Stephen (Jake)
users-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
one initial handshake [peap] eaptls_process returned 7 [peap] EAPTLS_OK [peap] Session established. Decoding tunneled attributes. [peap] Received EAP-TLV response. [peap] Had sent TLV failure. User was rejected earlier in this session. [eap] Handler failed in EAP/peap [eap] Faile

Re: LDAP authentication failed

2010-10-19 Thread snowman5840
ix delimiter = "\\" } -- View this message in context: http://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

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 http://ww

LDAP authentication failed

2010-10-18 Thread snowman5840
filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})" .. } -- View this message in context: http://freeradius.1045715.n5.nabble.com/LDAP-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: 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 > Hi Ivan, > > I created the certificates basd on the README fil

Re: Authentication Failed

2010-01-20 Thread Devinder Singh
gt; palstaff is my sssid > > > Devinder > > > 2010/1/20 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

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

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 > ## > # > # Create a new client certificate,

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 clien

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 dh

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 Pr

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 wrote: From: Nizar Zulmi Subject: Re: authentication failed because sqlcounter... To: t...@kalik.net, "FreeRadius users mailing li

Re: authentication failed because sqlcounter...

2009-05-09 Thread Nizar Zulmi
ed.. whats happen?? --- On Sat, 5/9/09, Ivan Kalik wrote: From: Ivan Kalik Subject: Re: authentication failed because sqlcounter... To: "FreeRadius users mailing list" Date: Saturday, May 9, 2009, 2:51 AM > mm confusing..i just enable the sqlcounter in radiusd.conf. i just let it &

Re: authentication failed because sqlcounter...

2009-05-09 Thread Nizar Zulmi
ed.. whats happen?? --- On Sat, 5/9/09, Ivan Kalik wrote: From: Ivan Kalik Subject: Re: authentication failed because sqlcounter... To: "FreeRadius users mailing list" Date: Saturday, May 9, 2009, 2:51 AM > mm confusing..i just enable the sqlcounter in radiusd.conf. i just let it &

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 ma

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 max-all-

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 max-all-

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 max-all-

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

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.

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 to

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 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 info/su

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

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/md

RE: Authentication failed

2007-07-13 Thread Carlos Jimenez Barranco
iling list 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:

RE: Authentication failed

2007-07-12 Thread tnt
Comunicaciones Corporativas > >  > > > >-Mensaje original- >De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de [EMAIL PROTECTED] >Enviado el: jueves, 12 de julio de 2007 14:41 >Para: FreeRadius users mailing list >CC: Cri

Re : Authentication failed

2007-07-12 Thread Eshun Benjamin
ng list 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 that on PC, wirel

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
CTED] [mailto:[EMAIL PROTECTED] En nombre de [EMAIL PROTECTED] Enviado el: jueves, 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 Impa

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

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

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} > --nt-response=%{msch

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 res

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
elf. +34 933034139   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 13:17 Para: FreeRadius users mailing list Asunto: Re: Authentication failed

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 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! Y

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
Going to the next request --- Walking the entire request list --- Waking up in 1 seconds... --- Walking the entire request list --- Waking up in 1 seconds... --- Walking the entire request list --- Sending Access-Reject of id 123 to 172.24.230.15:1279 EAP-Message = 0x04080004 Message-Au

RE: Authentication failed

2007-07-12 Thread tnt
os Jimenez Barranco >- Área de Postventa >    Telf. +34 933034139 >  > >www.impala-net.com > >Sistemas de Comunicaciones Corporativas > >  > > > >-Mensaje original- >De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Stefan Winter >Enviado

RE: Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
: 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 the supplicant meaning, tell me > then, pleas

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 us

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

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 qu

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, th

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 >    

Re: Authentication failed

2007-07-12 Thread Stefan Winter
te for request 4 > rlm_eap: UserIdentity Unknown > rlm_eap: Identity Unknown, authentication failed >   rlm_eap: Failed in handler >   modcall[authenticate]: module "eap" returns invalid for request 4 > modcall: group authenticate returns invalid for request 4 > au

Authentication failed

2007-07-12 Thread Carlos Jimenez Barranco
for request 0     rlm_realm: No '@' in User-Name = "", looking up realm NULL     rlm_realm: No such realm "NULL"   modcall[authorize]: module "suffix" returns noop for request 0   rlm_eap: EAP packet type response id 1 length 5   rlm_eap: No EAP Start, assu

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

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 BEN

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

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 attache

users authentication failed

2007-06-26 Thread Carl aniams
hi all thanks for assistance i apreciate i put in attached the result of radiusd -X so as to make my problem really understandable i used 2 users; carl pass: aniam and akim pass:willy carl failed to login and akim was successful Something new i discovered is that when i create user carl as a s

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 an

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 have

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 http://www.fre

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) ye

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 an

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 http://www.freeradius.org/list/users

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 welcome

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, an

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-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? >rad_

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 accept-rej

Calling-Station-Id + User-Password Authentication failed

2005-04-26 Thread Phani Kumar
== --- But the Authenticatiion gets failed saying that User authentication failed.. Is the above process correct ??? If not Can anyone suggest the way to bind User with his Password and Mac address so that only user with correct credentials can logon to net. Waiting for solution... Phani IIIT

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 w

Dialup Admin - "Authentication Failed" problem.

2004-10-12 Thread Shannon Sariman
l the stale sessions I still get the message below when running a user authentication 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 deni

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

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. Pro

  1   2   >