Re: Degradation of service when authentication fails with Windows AD

2013-02-11 Thread Alan DeKok
Antonio Alberola wrote: > I have a mail server where users are validated with local accounts (UNIX) or > against a Windows AD. For this reason we use Radius. Sometimes the Radius > server fails and stops authentication for everybody. In that point the logs > that I sent to you appear. I need to res

Re: Degradation of service when authentication fails with Windows AD

2013-02-11 Thread Phil Mayers
On 11/02/13 11:23, Antonio Alberola wrote: When we monitored the network and one of the Windows AD we could confirm that requests from Radius don't reach the AD, because they don't leave Radius. We believe that connectivity between Radius and AD is correct, they are on the same LAN and the AD co

Re: Degradation of service when authentication fails with Windows AD

2013-02-11 Thread Antonio Alberola
> If you can describe the problem you're having, in correct terminology, > people might be able to make a suggestion. Be specific, about the > issues, the architecture you have, what you're trying to achieve, and so on. > Sorry, I will try to explain the problem better. I have a mail server wher

Re: Degradation of service when authentication fails with Windows AD

2013-02-07 Thread Phil Mayers
On 07/02/13 09:51, Antonio Alberola wrote: The PAM APIs are synchronous, and don't offer timeout options. It's not possible to timeout a PAM call; FreeRADIUS is entirely at the mercy of PAM. Don't use PAM, it's not suitable for your needs. Use "ntlm_auth", and FreeRADIUS can timeout the call.

Re: Degradation of service when authentication fails with Windows AD

2013-02-07 Thread Antonio Alberola
> The PAM APIs are synchronous, and don't offer timeout options. > It's not possible to timeout a PAM call; FreeRADIUS is entirely > at the mercy of PAM. > > Don't use PAM, it's not suitable for your needs. Use "ntlm_auth", > and FreeRADIUS can timeout the call. We migrated to PAM when the proble

Re: Degradation of service when authentication fails with Windows AD

2013-02-06 Thread Phil Mayers
On 06/02/13 12:19, Antonio Alberola wrote: I understand that the PAM mechanism is slow, some domains more than others. But, I don't understand why RADIUS doesn't clean this request with some timeout mechanisms. It's very simple to create a script for crashing the server with a DoS attack. I need

Re: Degradation of service when authentication fails with Windows AD

2013-02-06 Thread Antonio Alberola
Hi, >> I'm having random authentication failures and I think they are due to >> a Radius server internal failure. I use Radius for authenticating the >> email of users in Windows Active Directory via PAM. Before I used NTLM >> and Kerberos together, and now I use PAM. > > This is confusing. Fr

Re: Degradation of service when authentication fails with Windows AD

2013-02-05 Thread Alan DeKok
Antonio Alberola wrote: > I'm having random authentication failures and I think they are due to a > Radius server internal failure. I use Radius for authenticating the email of > users in Windows Active Directory via PAM. Don't do that. Use Samba. See my web page for instructions: http://dep

Re: Degradation of service when authentication fails with Windows AD

2013-02-05 Thread Phil Mayers
On 05/02/13 10:20, Antonio Alberola wrote: Dear All, I'm having random authentication failures and I think they are due to a Radius server internal failure. I use Radius for authenticating the email of users in Windows Active Directory via PAM. Before I used NTLM and Kerberos together, and now I

Re: Degradation of service when authentication fails with Windows AD

2013-02-05 Thread A . L . M . Buxey
Hi, > I need help to find the cause of the problem and fix it. I do not know yet > if the problem is in the domain controllers, in the PAM module or in Radius. you backend authentication is the problem > But everything seems to point to Radius. huh? the RADIUS logs are clearly screaming out wha

Degradation of service when authentication fails with Windows AD

2013-02-05 Thread Antonio Alberola
Dear All,   I'm having random authentication failures and I think they are due to a Radius server internal failure. I use Radius for authenticating the email of users in Windows Active Directory via PAM. Before I used NTLM and Kerberos together, and now I use PAM. I use FreeRADIUS version 2.1.12 th

Re: refowarding the radius request when authentication fails

2012-12-13 Thread laurent . feron
quest when authentication fails On 12/12/12 22:14, laurent.fe...@free.fr wrote: > Hello, > > in the authentication step, i try several authentication against otp > server, but if all are failed if the user is not know, i would like > to re forward the radius request to another radius

Re: refowarding the radius request when authentication fails

2012-12-13 Thread Phil Mayers
On 12/12/12 22:14, laurent.fe...@free.fr wrote: Hello, in the authentication step, i try several authentication against otp server, but if all are failed if the user is not know, i would like to re forward the radius request to another radius server. The server can't do that, because it doesn'

refowarding the radius request when authentication fails

2012-12-12 Thread laurent . feron
Hello, in the authentication step, i try several authentication against otp server, but if all are failed if the user is not know, i would like to re forward the radius request to another radius server. except the suffix mechanism in authorize section that i know a little bit, i don't see how

Authentication fails

2011-09-06 Thread Rajkumar balaji
User-Name} -> emsadmin attr_filter: Matched entry DEFAULT at line 11 ++[attr_filter.access_reject] returns updated Delaying reject of request 1 for 1 seconds Going to the next request Waking up in 0.9 seconds. Sending delayed reject for request 1 Sending Access-Reject of id 0 to 172.17.148.152 po

Re: Redundant Load Balanced LDAP authentication fails when

2009-04-20 Thread Allers, Justin
Thanks Ivan, I researched your suggestion and was able to correct the situation. To setup the redundancy to work with ntlm_auth I needed to add the other server to the following line in the smb.conf file: Line Before: password server = ldap1.domain.org Line with Redundancy:

Re: Redundant Load Balanced LDAP authentication fails when Primary is down

2009-04-07 Thread tnt
secondary fine.  But when it has the correct name and >the primary is down the authentication fails.  I believe it may have something >to do with ntlm_auth but I don't understand why as in the other test instances >with the bogus name it works.  Below is the LDAP portion of my serve

Redundant Load Balanced LDAP authentication fails when Primary is down

2009-04-07 Thread Allers, Justin
en it has the correct name and the primary is down the authentication fails.  I believe it may have something to do with ntlm_auth but I don't understand why as in the other test instances with the bogus name it works.  Below is the LDAP portion of my server along with  a part of the deb

Re: Fwd: MSCHAP module returns OK, authentication fails.. (SOLVED)

2008-08-30 Thread James Yale
The problem is that when that log ends the WPA supplicant gets: > > -- EAP-MSCHAPV2: Invalid authenticator response in success request > > And the authentication fails. The full logs of the failure are at: > > http://jim.geezas.com/stuff/radius-debugging/eapol-ntlmuser-failure.log

Re: Fwd: MSCHAP module returns OK, authentication fails..

2008-08-29 Thread James Yale
d authenticator response in success request And the authentication fails. The full logs of the failure are at: http://jim.geezas.com/stuff/radius-debugging/eapol-ntlmuser-failure.log for the supplicant and: http://jim.geezas.com/stuff/radius-debugging/radius-ntlmuser-failure.log for radiusd. I&#x

Re: Fwd: MSCHAP module returns OK, authentication fails..

2008-08-28 Thread A . L . M . Buxey
hi, whats wrong with that debug? looked fine here - that should end with a happy connection. ntlm_auth got the correct response. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Fwd: MSCHAP module returns OK, authentication fails..

2008-08-28 Thread Alan DeKok
James Yale wrote: > I've upgraded to the testing version of samba for FC9, 3.2.1 which > unfortunately didn't resolve the issue - still getting the 'Invalid > authenticator response in success request' problem. If it works when you put a Cleartext-Password in the "users" file, then there isn't m

Fwd: MSCHAP module returns OK, authentication fails..

2008-08-28 Thread James Yale
>> EAP-MSCHAPV2: Invalid authenticator response in success request > > Upgrade Samba. If you're not using at least 3.2.1, upgrade to that. > >> http://jim.geezas.com/stuff/radius-debugging/ *-failure.log), the >> message authenticator does seem to be invalid, > > No. eapol_test is saying that t

Re: MSCHAP module returns OK, authentication fails..

2008-08-27 Thread Alan DeKok
James Yale wrote: > With a default configuration EAP works with a user specified in the > users file with a cleartext password > (http://jim.geezas.com/stuff/radius-debugging/ *-success.log files). > This works via eapol and a Mac test client. Ah. > As soon as I enable the MSCHAP module (uncomm

Re: MSCHAP module returns OK, authentication fails..

2008-08-27 Thread James Yale
2008/8/26 <[EMAIL PROTECTED]>: > Hi, > >> I'm using a MacOS as a test client, which connects to the wireless >> network, prompts about an invalid certificate chain for the SSL cert > > well, unless you've installed the CA etc that you signed the RADIUS > server with, this will always be the case.

Re: MSCHAP module returns OK, authentication fails..

2008-08-26 Thread A . L . M . Buxey
Hi, > I'm using a MacOS as a test client, which connects to the wireless > network, prompts about an invalid certificate chain for the SSL cert well, unless you've installed the CA etc that you signed the RADIUS server with, this will always be the case. until you trust the cert (by trusting the

Re: MSCHAP module returns OK, authentication fails..

2008-08-26 Thread Alan DeKok
James Yale wrote: > Perhaps someone can help, I'm trying to setup FreeRADIUS as a > cheaper/more flexible alternative to buying a Win2k3 Enterprise > licence to do PEAP/MSCHAP for wireless clients but seem to be having a > problem after the MSCHAP module is run. See http://deployingradius.com fo

MSCHAP module returns OK, authentication fails..

2008-08-26 Thread James Yale
(Hopefully I haven't double posted) Hi, Perhaps someone can help, I'm trying to setup FreeRADIUS as a cheaper/more flexible alternative to buying a Win2k3 Enterprise licence to do PEAP/MSCHAP for wireless clients but seem to be having a problem after the MSCHAP module is run. I'm using a MacOS a

Re: freeradius, windows 2003 ADS - authentication fails

2007-04-12 Thread Jacob Jarick
OK, 1st off here is the document I have been following: http://www.swami.se/swami/space/Categories/EduRoam/Workshop+about+eduroam+implementation/freeRadius_AD_tutorial.pdf I have managed to get all tests and commands working except for radtest (which i found out via google) and having an xpro clie

Re: freeradius, windows 2003 ADS - authentication fails

2007-04-12 Thread Jacob Jarick
Thanks for your prompt reply Alan, My 1st post so forgive the omission, I will clear the logs then post radtest and the log info tomorrow once at work. On 4/12/07, Alan DeKok <[EMAIL PROTECTED]> wrote: > Jacob Jarick wrote: > > Hi I have recently setup freeradius on fedora 6 and I need it to > > a

Re: freeradius, windows 2003 ADS - authentication fails

2007-04-12 Thread Alan DeKok
Jacob Jarick wrote: > Hi I have recently setup freeradius on fedora 6 and I need it to > authenticate against windows ADS. Currently the requests come through > the AP but are rejected by freeradius. The reason is in the logs. > [EMAIL PROTECTED] raddb]# radtest Administrator tfxsol 127.0.0.1:1

Authentication fails every once and awhile and CRL question

2005-09-30 Thread Jason Carr
This only happens every once and awhile, not sure why. Here's a log file of the authentication. Not one specific supplicant fails, but this one happens to be OS X 10.3. Others include SP2. Any reason or should I blame this on the client? Also I'm reloading radiusd with kill -HUP pid every 15 m

Re: authentication fails with peap when proxied

2004-12-07 Thread Stefan . Neis
user gives a bad password or if an attacker tries reusing old answer to other challenges or if _you_ try to use a different user name (i.e. not the one the user entered in his client), authentication fails. "Normal" protocols don't have the passwords correctness depend o

Re: authentication fails with peap when proxied

2004-12-07 Thread Andree Toonk
Alan, .-- My secret spy satellite informs me that at 6-12-2004 21:06 Alan DeKok wrote: rlm_realm: Looking up realm "test.nl" for User-Name = "[EMAIL PROTECTED]" rlm_realm: Found realm "test.nl" rlm_realm: Adding Stripped-User-Name = "test" Why are you stripping the username AGAIN? I

Re: authentication fails with peap when proxied

2004-12-06 Thread Alan DeKok
Andree Toonk <[EMAIL PROTECTED]> wrote: > With the "nostrip" option the response always is "rlm_mschap: FAILED: > MS-CHAP2-Response is incorrect" But it's no longer complaining about User-Name not matching EAP identity. >rlm_realm: Looking up realm "test.nl" for User-Name = "[EMAIL PROTEC

Re: authentication fails with peap when proxied

2004-12-06 Thread Andree Toonk
Alan, .-- My secret spy satellite informs me that at 6-12-2004 19:03 Alan DeKok wrote: You are stripping the User-Name attribue when proxying. Don't do that. Thanks for your reply. Actualy I tried with nostrip and without nostrip. With the "nostrip" option the response always is "rlm_mscha

Re: authentication fails with peap when proxied

2004-12-06 Thread Alan DeKok
Andree Toonk <[EMAIL PROTECTED]> wrote: > Now I want to proxy all requests with @test.nl to another radius server. > This works for ttls but when I use PEAP the authentication always fails. You are stripping the User-Name attribue when proxying. Don't do that. > realm test.nl { > type

authentication fails with peap when proxied

2004-12-06 Thread Andree Toonk
Hi, I've setup up a 802.1x network with cisco 1200 APs and freeradius (1.0.1). All works fine when the users are know localy (users file), this includes ttls with mschapv2 and peap. Now I want to proxy all requests with @test.nl to another radius server. This works for ttls but when I use PEAP t

Re: LDAP-authentication fails due to empty supplied password

2004-02-17 Thread José Luis Solano
s # access_attr_used_for_allow = yes } José Luis Solano SGI - Soluciones Globales Internet S.A. Delegación Regional Sur [EMAIL PROTECTED] (+34) 954.088.060 - Original Message - From: "Tero Ripattila" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

LDAP-authentication fails due to empty supplied password

2004-02-17 Thread Tero Ripattila
Hello All, For some reason the password I supply to my test login "foo" gets passed as empty [1] and I cannot understand why. I am running freeradius-0.9.3 on OpenBSD 3.4-stable. I built my FR by entering the following build statements: $ ./configure --enable-shared=no --without-rlm_krb5 --local