auth: Failed to validate the user.

2010-10-08 Thread Daniel Sandulescu
of this. ++[pap] returns noop auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user auth: Failed to validate the user. Login incorrect: [test-user/test-pass] (from client cyclon2 port 10) Found Post-Auth-Type Reject +- entering group REJECT expand

RE: auth: Failed to validate the user - NEED SOME HELP !

2009-02-25 Thread tnt
rad_recv: Access-Request packet from host 127.0.0.1:54057, id=172, length=59 User-Name = monitor User-Password = NAS-IP-Address = 255.255.255.255 NAS-Port = 1812 Processing the authorize section of radiusd.conf modcall: entering group authorize for

auth: Failed to validate the user - NEED SOME HELP !

2009-02-24 Thread Shimon Weinreich
) for request 0 auth: Failed to validate the user. Delaying request 0 for 1 seconds Finished request 0 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

RE: auth: Failed to validate the user - NEED SOME HELP !

2009-02-24 Thread Tim Sylvester
=networkradius@lists.freer adius.org] On Behalf Of Shimon Weinreich Sent: Tuesday, February 24, 2009 10:36 PM To: freeradius-users@lists.freeradius.org Subject: auth: Failed to validate the user - NEED SOME HELP ! Hello, My name is Shimon from the Open Univ. of Israel. I installed freeradius and I

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread Laurence Mayer
Please elaborate on your question, I don't understand, On Sun, Aug 31, 2008 at 5:23 PM, Ivan Kalik [EMAIL PROTECTED] wrote: rlm_ldap: login attempt by laurence with password rlm_ldap: user DN: cn=Laurence Mayer,ou=people,dc=istraresearch,dc=com rlm_ldap: (re)connect to 127.0.0.1:389,

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread Laurence Mayer
to 127.0.0.1:389 rlm_ldap: waiting for bind result ... rlm_ldap: Bind failed with invalid credentials modcall[authenticate]: module ldap returns reject for request 0 modcall: leaving group LDAP (returns reject) for request 0 auth: Failed to validate the user. thats fairly obvious. this auth is still

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread A . L . M . Buxey
Hi, If I understand this correctly, each user who would like to authenticated would require those access rights and not only laurence? no. you dont use the login user to do the binding, you use a special user. for testing, you can use root, but for production I'd advice to use a special

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread Laurence Mayer
[authenticate]: module ldap returns reject for request 0 modcall: leaving group LDAP (returns reject) for request 0 auth: Failed to validate the user. Delaying request 0 for 1 seconds Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 1 seconds

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread Alan DeKok
Laurence Mayer wrote: The binding currently is happening by root and is successful. Yet it returns *no* information. Normally, the bind as root returns the user's known good password. This hasn't happened here. The second phase (authenticate) by the end user does not succeed. The bind

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread Laurence Mayer
Thank you. That is the understanding I was missing and looking for. Laurence Alan DeKok wrote: Laurence Mayer wrote: The binding currently is happening by root and is successful. Yet it returns *no* information. Normally, the bind as root returns the user's known good password. This

Re: Radius -- Openldap auth: Failed to validate the user

2008-09-01 Thread Ivan Kalik
Is there a password for this user in userPassword field? Ldap can't find it. Ivan Kalik Kalik Informatika ISP Dana 1/9/2008, Laurence Mayer [EMAIL PROTECTED] piše: Please elaborate on your question, I don't understand, On Sun, Aug 31, 2008 at 5:23 PM, Ivan Kalik [EMAIL PROTECTED] wrote:

Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread Laurence Mayer
... rlm_ldap: Bind failed with invalid credentials modcall[authenticate]: module "ldap" returns reject for request 0 modcall: leaving group LDAP (returns reject) for request 0 auth: Failed to validate the user. I would really appreciate getting help on getting this working. [EMAIL

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread A . L . M . Buxey
Hi, lovely. HTML email. please dont looks like your problem is here: rlm_ldap: login attempt by laurence with password br rlm_ldap: user DN: cn=Laurence Mayer,ou=people,dc=istraresearch,dc=combr rlm_ldap: (re)connect to 172.16.16.5:389, authentication 1br rlm_ldap: could not set

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread Laurence Mayer
Hi Alan, Sorry for the html. I thought I had disabled it. Yes user laurence can search ldap successfully. This search was done with user laurence -bash-3.2$ ldapsearch -x -b 'uid=laurence, ou=People,dc=istraresearch,dc=com' # extended LDIF # # LDAPv3 # base uid=laurence,

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread Laurence Mayer
I found that this works now but ONLY for root, does this get us any closer? ldap { server = "127.0.0.1" basedn = "ou=People,dc=istraresearch,dc=com" filter = "(uid=%{Stripped-User-Name:-%{User-Name}})" identity = "cn=root,dc=istraresearch,dc=com" password = xx start_tls = no

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread A . L . M . Buxey
hi, please stop emailing in HTNL! anyway, yes - a LOT of people find that they need to use a privileged account for the LDAP bind - personally, I would create a new account that has the required priv's to search the LDAP etc but doesnt have as much power as root. alan - List

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread Laurence Mayer
[authenticate]: module ldap returns reject for request 0 modcall: leaving group LDAP (returns reject) for request 0 auth: Failed to validate the user. [EMAIL PROTECTED] wrote: hi, please stop emailing in HTNL! anyway, yes - a LOT of people find that they need to use a privileged account for the LDAP

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread A . L . M . Buxey
0 auth: Failed to validate the user. thats fairly obvious. this auth is still binding as cn=Laurence. and unable to. change this binding operation to some level that can. reason why this part fails is this bind for authenticate is asking for some more sensitive details (password!) whereas

Re: Radius -- Openldap auth: Failed to validate the user

2008-08-31 Thread Ivan Kalik
rlm_ldap: login attempt by laurence with password rlm_ldap: user DN: cn=Laurence Mayer,ou=people,dc=istraresearch,dc=com rlm_ldap: (re)connect to 127.0.0.1:389, authentication 1 rlm_ldap: could not set LDAP_OPT_X_TLS_REQUIRE_CERT option to allow rlm_ldap: bind as cn=Laurence

Failed to validate the user!

2007-07-11 Thread E. abdelghani
iguration found for the request : Rejecting the user auth: Failed to validate the user warning: Unprintable characters in the password. ?Double-check the shared secret on the server and the NAS! any help! think´s guide meWindows Live Spaces : créez votre blog à votre image ! - List info/subscr

Re: Failed to validate the user!

2007-07-11 Thread tnt
=192.168.10.10 User-Password=\123\321\324\[ my question is hwo can i find my User Password  witch password means ? because i becom one warning : auth: No authenticate method (auth-type) configuration found for the request : Rejecting the user auth: Failed to validate the user warning: Unprintable

Auth-Type SecurID - failed to validate the user

2004-02-25 Thread Suhr, Gunnar
Hello, we're testing freeradius 0.9.3 on HP-UX 11.0. The compilation of rlm_krb5 failed and for this reason i compile freeradius without this module. Now we're testing freeradius using the Auth-Type SecurID 2, but it failed with the following message in the log-file: failed to validate

Authorize and Authenticate with FILES: auth: Failed to validate the user

2004-02-20 Thread José Luis Solano
Hi all!!! I have installed freeradius-snapshot-20040216 with redhat 9. I use AlfaAriss client under Windows XP, cisco pcmcia car on my laptop. I use FILES to authorize and authenticate, but TTLS don't run ok. any idea?? please help?? (Alan, Lionel, Jean-Paul, please) freeradius

Re: Authorize and Authenticate with FILES: auth: Failed to validate the user

2004-02-20 Thread José Luis Solano
) 954.088.060 - Original Message - From: José Luis Solano To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:15 PM Subject: Authorize and Authenticate with FILES: "auth: Failed to validate the user" Hi all!!! I have installed freeradius-snapsho

Re: Authorize and Authenticate with FILES: auth: Failed to validate the user

2004-02-20 Thread Jean-Paul Chapalain
returns notfound for request 0 modcall: group authorize returns ok for request 0 auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user auth: Failed to validate the user. Delaying request 0 for 1 seconds Finished request 0 Going to the next request --- Walking

EAP-PEAP Problems: module eap returns invalid for request 8 and auth: Failed to validate the user.

2004-02-18 Thread José Luis Solano
Hi alll !!! I use: freeradius-snapshot-20040216, openssl.0.9.7c, pcmcia card cisco and D-Link access point, XP client I would like to run PEAP but freeradius show me the following error. Please, look my authenticate and authorize modules!!! any idea?? thanks in

Re: EAP-PEAP Problems: module eap returns invalid for request 8 and auth: Failed to validate the user.

2004-02-18 Thread Michael Griego
: Handler failed in EAP/peap rlm_eap: Failed in EAP select modcall[authenticate]: module eap returns invalid for request 8 modcall: group authenticate returns invalid for request 8 auth: Failed to validate the user. Delaying request 8 for 1 seconds Finished request 8 Going to the next request

Re: EAP-PEAP Problems: module eap returns invalid for request8 and auth: Failed to validate the user.

2004-02-18 Thread Michael Griego
rlm_eap: EAP/mschapv2 rlm_eap: processing type mschapv2 modcall: entering group Auth-Type for request 7 rlm_mschap: No User-Password configured. Cannot create LM-Password. rlm_mschap: No User-Password configured. Cannot create NT-Password. rlm_mschap: No LM-Password or