auth: Failed to validate the user.

2010-10-08 Thread Daniel Sandulescu
thentication may fail because 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 R

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 grou

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

2009-02-24 Thread Tim Sylvester
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 fre

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

2009-02-24 Thread Shimon Weinreich
authenticate for request 0 modcall[authenticate]: module "unix" returns notfound for request 0 modcall: leaving group authenticate (returns notfound) 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 e

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

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

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

2008-09-01 Thread Laurence Mayer
oking for check items in directory... rlm_ldap: looking for reply items in directory... rlm_ldap: user laurence authorized to use remote access rlm_ldap: ldap_release_conn: Release Id: 0 modcall[authorize]: module "ldap" returns ok for request 0 modcall: leaving group authorize (returns o

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 acc

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

2008-09-01 Thread Laurence Mayer
c=istraresearch,dc=com/ 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 us

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

2008-08-31 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

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 >Mayer,ou

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

2008-08-31 Thread A . L . M . Buxey
ate]: 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 binding as cn=Laurence. and unable to. change this binding operation to some level that c

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

2008-08-31 Thread Laurence Mayer
ERT option to allow rlm_ldap: bind as cn=Laurence Mayer,ou=people,dc=istraresearch,dc=com/ 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 (

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 info/subscribe/un

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

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 with scope subtree # filter:

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 "" > rlm_ldap: user DN: cn=Laurence Mayer,ou=people,dc=istraresearch,dc=com > rlm_ldap: (re)connect to 172.16.16.5:389, authentication 1 > rlm_ldap: could not set LDAP_

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: Failed to validate the user!

2007-07-11 Thread tnt
from Mera softswitch with : >User-Name ="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

Failed to validate the user!

2007-07-11 Thread E. abdelghani
) configuration 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

Re: Auth-Type SecurID -> failed to validate the user

2004-02-25 Thread Alan DeKok
"Suhr, Gunnar" <[EMAIL PROTECTED]> wrote: > Maybe there is a problem with the file '/var/ace/sdconf.rec' ... How > can i be sure that freeradius is reading this file ? FreeRADIUS isn't reading the file. FreeRADIUS doesn't support SecurID authentication. There is no module to do it. > What a

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 va

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

2004-02-20 Thread Jean-Paul Chapalain
ser-Password == "something" and with no Auth-Type ? modcall[authorize]: module "files" returns ok for request 0 modcall: group authorize returns ok for request 0 auth: type Local auth: No User-Password or CHAP-Password attribute in the request auth: Failed to validate the user.

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

2004-02-20 Thread José Luis Solano
roup authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 users: Matched sgisev at 161 modcall[authorize]: module "files" returns ok for request 0 modcall: group authorize returns ok for request 0 auth: type Local auth: No User-Passw

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

2004-02-20 Thread Jean-Paul Chapalain
equired for authentication. modcall[authenticate]: module "pap" returns invalid for request 0 modcall: group Auth-Type returns invalid 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 r

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

2004-02-20 Thread José Luis Solano
group Auth-Type for request 0 rlm_pap: Attribute "Password" is required for authentication. modcall[authenticate]: module "pap" returns invalid for request 0 modcall: group Auth-Type returns invalid for request 0 auth: Failed to validate the user. Delaying request 0 for 1 secon

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

2004-02-20 Thread Jean-Paul Chapalain
horize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "files" 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: Faile

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

2004-02-20 Thread José Luis Solano
Soluciones Globales Internet S.A.Delegación Regional Sur[EMAIL PROTECTED](+34) 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

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 Alfa&Ariss 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)     freeradi

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

2004-02-18 Thread José Luis Solano
Service-Type = Login-User, # Login-Service = Rlogin, # Login-IP-Host = shellbox.ispdomain.com # # # # Last default: shell on the local terminal server. # # # DEFAULT # Service-Type = Shell-User # On no match, the user is denied access. José Luis Solano SGI - Soluciones Globales Internet S.A. D

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

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

2004-02-18 Thread Michael Griego
TLV response. > rlm_eap_peap: Tunneled data is valid. > rlm_eap_peap: Had sent TLV failure, rejecting. > rlm_eap: Handler failed in EAP/peap > rlm_eap: Failed in EAP select > modcall[authenticate]: module "eap" returns invalid for request 8 > modcall: g

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 ad

Re: Alfa&Ariss Client Heeeeeeeeeeeeelp!!!!!!!auth: Failed to validate the user.

2004-02-17 Thread José Luis Solano
), freeradius-snaphot-20040216, TLS don't run ok. I don't understand why? (TTLS is supported with this version but I have a problem: "auth: Failed to validate the user." So, my first problem now is TLS under freeradius-snapshot-20040216, do you have any idea? freeradius-sn