pptpd+freeradius+ldap ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2013-04-18 Thread Alberto Aldrigo
++[expiration] returns noop ++[logintime] returns noop [pap] No clear-text password in the request. Not performing PAP. ++[pap] returns noop ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Failed to authenticate the user. Using Post-Auth-Type Reject # Executing

Re: pptpd+freeradius+ldap ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2013-04-18 Thread Adam Bishop
On 18 Apr 2013, at 11:43, Alberto Aldrigo aaldr...@ca-tron.com wrote: rad_recv: Access-Request packet from host 10.1.98.52 port 45105, id=139, length=77 Service-Type = Framed-User Framed-Protocol = PPP User-Name = user Calling-Station-Id = 10.1.0.136 NAS-IP-Address =

Re: No authenticate method (Auth-Type) found for the request

2013-01-20 Thread A . L . M . Buxey
Hi, 1. The Authentication issue was solved when by accident I placed in users the name / password without any whitespace (tab or space) before the password string. So I found that this works: bob Cleartext-Password := hello888 while this does not: bob Cleartext-Password :=

No authenticate method (Auth-Type) found for the request

2013-01-19 Thread Beeblebrox
Just writing to advise of the strange issues I came accross. 1. The Authentication issue was solved when by accident I placed in users the name / password without any whitespace (tab or space) before the password string. So I found that this works: bob Cleartext-Password := hello888 while

Re: No authenticate method (Auth-Type) found for the request

2013-01-19 Thread Alan DeKok
Beeblebrox wrote: Just writing to advise of the strange issues I came accross. 1. The Authentication issue was solved when by accident I placed in users the name / password without any whitespace (tab or space) before the password string. So I found that this works: bob

No authenticate method (Auth-Type) found for the request

2013-01-18 Thread Beeblebrox
Update: I tried connection from an XP laptop and got the message: Windows was unable to find a certificate to log you on to the network - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: No authenticate method (Auth-Type) found for the request

2013-01-18 Thread A . L . M . Buxey
Hi, Update: I tried connection from an XP laptop and got the message: Windows was unable to find a certificate to log you on to the network Windows is telling you that its needing a certificate or doesnt know the certificate. have you installed the CA certificate that your RADIUS server is

Re: No authenticate method (Auth-Type) found for the request

2013-01-18 Thread Alan DeKok
Beeblebrox wrote: Update: I tried connection from an XP laptop and got the message: Windows was unable to find a certificate to log you on to the network You need to follow the documentation or you will be unsubscribed, and banned from the list. 10+ years of experience shows us that this is

No authenticate method (Auth-Type) found for the request

2013-01-18 Thread Beeblebrox
Dear Alan, First off, thanks again for your help. I fully appreciate that you are giving of your time to answer posts, when you really have no obligation to do so. I know you are one of the developers or project leader since your name keeps coming up on almost every web page that posts something

Re: No authenticate method (Auth-Type) found for the request

2013-01-18 Thread Alan DeKok
Beeblebrox wrote: First off, thanks again for your help. I fully appreciate that you are giving of your time to answer posts, when you really have no obligation to do so. I know you are one of the developers or project leader since your name keeps coming up on almost every web page that posts

Re: No authenticate method (Auth-Type) found for the request

2013-01-18 Thread Alan Buxey
...and then you did comment . And added more. It's open source and the documentation and Wikipedia is there for everyone.e to contribute. Don't like it? Feel free to show the world how you think it should look, or add the missing bits you have discovered. Unfortunately , what we get is

No authenticate method (Auth-Type) found for the request

2013-01-17 Thread Beeblebrox
, not doing EAP : Info: ++[eap] returns noop : Info: ++[files] returns noop : Info: [pap] WARNING! No known good password found for the user. Authentication may fail because of this. : Info: ++[pap] returns noop : Info: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

Re: No authenticate method (Auth-Type) found for the request

2013-01-17 Thread Alan DeKok
: Info: [pap] WARNING! No known good password found for the user. Authentication may fail because of this. : Info: ++[pap] returns noop : Info: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user : Info: Failed to authenticate the user. The whole point

No authenticate method (Auth-Type) found for the request

2013-01-17 Thread Beeblebrox
Hi Alan and thank you so much for answering Keeping in mind that the system in question is an OpenWRT (hence minimal install): The directory raddb/certs has a README The directory is /etc/freeradius2/certs (?) and has no README, also no man pages so as to save on space. Anyway , I read the file

Re: No authenticate method (Auth-Type) found for the request

2013-01-17 Thread Alan DeKok
Beeblebrox wrote: Keeping in mind that the system in question is an OpenWRT (hence minimal install): The web site contains documentation. As does the wiki. The distribution tar file contains documentation. You're not stuck with just a minimal install on a constrained box. But this is

No authenticate method (Auth-Type) found for the request

2013-01-17 Thread Beeblebrox
Do a WiFi connection, and read the debug output for *that*. Good idea - I have some progress in debugging: This snippet shows that at least SSL certs are working being accepted by radius: -+++ Thu Jan 17 21:58:15 2013 : Info: # Executing

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2012-11-10 Thread alan buxey
Hi, I have just untarred the 2.2.0 tarball, and added just one line the users file: gokul Cleartext-Password:=abcde at the top of the file...or at the bottom? If you add it to the bottom then other things in the file will prevent that user from being seen/used - add your test

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2012-11-10 Thread Phil Mayers
On 11/10/2012 03:54 AM, Shravan S G wrote: Hi all, I am trying to configure FreeRadius 2.2.0. I am trying to test with the radtest utility. However, when I run radtest, on my radiusd server, I get the following error - ERROR: No authenticate method (Auth-Type) found for the request: Rejecting

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2012-11-10 Thread Shravan S G
: Hi all, I am trying to configure FreeRadius 2.2.0. I am trying to test with the radtest utility. However, when I run radtest, on my radiusd server, I get the following error - ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user. I know this is some issue

ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2012-11-09 Thread Shravan S G
Hi all, I am trying to configure FreeRadius 2.2.0. I am trying to test with the radtest utility. However, when I run radtest, on my radiusd server, I get the following error - ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user. I know this is some issue

No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Harish Mandowara
= Wireless-802.11 EAP-Message = 0x020c0174657374696e67 Message-Authenticator = 0xbc498e29bfb9f44c5276dcb7d57b082e WARNING: Empty authorize section. Using default return values. ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Failed

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Alan DeKok
Harish Mandowara wrote: but its giving ... WARNING: Empty authorize section. Using default return values. You edited the default configuration and broke it. Don't do that. Check the raddb/sites-enabled directory. Make sure that ONLY the default and inner-tunnel servers are there.

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Harish Mandowara
Thank you alan, I want to use PEAP-MSCHAP. So that i did change in eap.conf. I did not change in raddb/sites-enabled. Even in radiusd.conf, its there. but its giving right now Module: Linked to module rlm_eap Module: Instantiating module eap from file /usr/local/etc/raddb/eap.conf eap {

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Fajar A. Nugraha
On Tue, Jan 24, 2012 at 6:48 PM, Harish Mandowara hari...@cdac.in wrote: Thank you alan,  I want to use PEAP-MSCHAP. Ignoring EAP-Type/peap because we do not have OpenSSL support. See that error? Fix that. What OS/distro are you using? if you're having problem building FR with ssl,

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Alan Buxey
Hi, Ignoring EAP-Type/tls because we do not have OpenSSL support. Ignoring EAP-Type/ttls because we do not have OpenSSL support. Ignoring EAP-Type/peap because we do not have OpenSSL support. built within OpenSSL support - install the DEVELOPMENT libraries/headers (eg ssl-dev, openssl-devel

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Harish Mandowara
Hi, I installed all the these libraries. Again build the code. and install but its coming same. i am putting all debugging message over here. main { allow_core_dumps = no } including dictionary file /home/harish/Desktop/source/freeradius-server-2.1.12/raddb/dictionary main {

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Fajar A. Nugraha
On Tue, Jan 24, 2012 at 9:55 PM, Harish Mandowara hari...@cdac.in wrote: Hi, I installed all the these libraries. Again build the code. and install but No, you didn't. You either: - didn't have development headers installed (e.g. you have libssl, but not libssl-dev), OR - didn't re-run

Re: No authenticate method (Auth-Type) found for the request

2012-01-24 Thread Alan Buxey
Hi, I installed all the these libraries. Again build the code. and install but its coming same. i am putting all debugging message over here. outut of the ./configure stage? once again, no OpenSSL support - so you built without the OpenSSL headers/includes for the server and/or you didnt

Fwd: Need help on ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-10-25 Thread Stephen Kwok
++[expiration] returns noop ++[logintime] returns noop [pap] WARNING! No known good password found for the user. Authentication may fail because of this. ++[pap] returns noop ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Failed to authenticate the user. Using

Re: Fwd: Need help on ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-10-25 Thread Alan DeKok
Stephen Kwok wrote: I am a newbie to FreeRADIUS and I have run into a problem during the setup. I have spent some time on researching for an answer online, but I got no luck. I have described the problem as below. Could anyone please let me know what went wrong? Thank you so much in

Re: Fwd: Need help on ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-10-25 Thread Alan Buxey
Hi, OS: Mac OSX 10.6.8 FreeRADIUS version:�2.1.12 Steps taken: snip okay. so you downloaded the software, extracted it, then built it... great. did you note what happened when you 'make install' ? Starting�-�reading�configuration�files�...�

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-05-18 Thread Jim Whitescarver
Thank's Alan, it works! We had the same issue with python auths being serialized that we had with pam, but running out of debug mode fixed the issue. Pam probably would have worked if we tried that, but it was a pam_python module anyway so it is better going directly to python. Thanks again,

ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-05-17 Thread Jim Whitescarver
', '1812')) User-Name: owk User-Password: test123 NAS-IP-Address: 135.207.164.41 NAS-Port: 1812 Authenticate User: owk Tue May 17 14:16:16 2011 : Info: ++[python] returns ok Tue May 17 14:16:16 2011 : Info: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Tue May 17

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-05-17 Thread Alan DeKok
Jim Whitescarver wrote: But, after sucessfully calling our python module the user is rejected ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user Don't edit the default configuration and break it. Below is the complete log. Any ideas of what we may

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-05-17 Thread Jim Whitescarver
On Tue, May 17, 2011 at 3:08 PM, Alan DeKok al...@deployingradius.com wrote: Jim Whitescarver wrote: But, after sucessfully calling our python module the user is rejected ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user   Don't edit the default

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

2011-05-17 Thread Alan DeKok
Jim Whitescarver wrote: The only thing we want is python authentication. I just commented out everything else. I will start again and try to minimize edits. I am rather clueless about the nature the minimum edits should have. Add what you need. The default configuration *works*. It

Re: No authenticate method (Auth-Type) found

2010-08-31 Thread Isabelle RECH
Hi Alan, I 've found the reason why le rlm_ldap module was not loaded. Now it's a little better i.e., but now the LDAP can't authenticate my account: Below the new output when running radtest: /usr/bin/radtest/ -d /etc/freeradius ldap 127.0.0.1:1812 10 testing123: r/ad_recv:

Re: No authenticate method (Auth-Type) found

2010-08-31 Thread Alan DeKok
Isabelle RECH wrote: Hi Alan, Don't CC me on messages to the list. I *do* read the list. rlm_ldap: ldap_search() failed: Operations error Install 2.1.7 or later, and see chase_referrals and rebind in raddb/modules/ldap Alan DeKok. - List info/subscribe/unsubscribe? See

No authenticate method (Auth-Type) found

2010-08-24 Thread Isabelle RECH
Hi frree-radius users ! I'm running a freeradius 2.0.4 on a DEBIAN 5.0.5 We want to access an LDAP / windows base , wich is declared in radiusd.conf file Below is the output produced by the radiusd -X debugging mode when I run the radtest : _radtest command_: /usr/sbin/radtest -d

Re: No authenticate method (Auth-Type) found

2010-08-24 Thread Alan DeKok
Isabelle RECH wrote: Hi frree-radius users ! I'm running a freeradius 2.0.4 on a DEBIAN 5.0.5 We want to access an LDAP / windows base , wich is declared in radiusd.conf file Below is the output produced by the radiusd -X debugging mode when I run the radtest : ... Obviously, it's the