RE: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-22 Thread Oleg Kalnichevski
On Thu, 2011-04-21 at 21:07 +, Ron Jacobs wrote: > I must say that I hadn't wanted to say anything negative about that code > in my original post(s), but now that you've asked: > > The code now in your 4.1 distribution appears to be minimally (if at > all) unchanged from some code that I came

Re: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-21 Thread Marc Boorshtein
On Thu, Apr 21, 2011 at 5:24 PM, Ron Jacobs wrote: > I am not saying that anything doesn't work. I am saying that I have > looked at the code and see multiple problems based upon my reading of > the NTLM specification that was first publicly released by Microsoft in > March of 2007. > Fair enough

RE: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-21 Thread Ron Jacobs
leg Kalnichevski [mailto:ol...@apache.org] > Sent: Thursday, April 21, 2011 12:23 PM > To: HttpClient User Discussion > Subject: Re: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication > with a UPN instead of domain and user name) > > ... > > PS: Would you be by any

Re: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-21 Thread Marc Boorshtein
apache.org] > Sent: Thursday, April 21, 2011 12:23 PM > To: HttpClient User Discussion > Subject: Re: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication > with a UPN instead of domain and user name) > > ... > > PS: Would you be by any change wil

RE: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-21 Thread Ron Jacobs
close to JCIFS. I truly hope that I have offended no one. -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Thursday, April 21, 2011 12:23 PM To: HttpClient User Discussion Subject: Re: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN i

Re: Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-21 Thread Oleg Kalnichevski
On Thu, 2011-04-21 at 17:12 +, Ron Jacobs wrote: > (I apologize for the delay in posting this update. It was delayed due to > matters outside of my control. Nonetheless, I am sure that anyone > struggling to gain NTLMv2 support with version 4.1.x will be helped by > taking a look at the followi

Full NTLMv2 Support Achieved Easily (Was: NTLM authentication with a UPN instead of domain and user name)

2011-04-21 Thread Ron Jacobs
t instance. -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Friday, March 11, 2011 10:07 AM To: HttpClient User Discussion Subject: Re: NTLM authentication with a UPN instead of domain and user name On Fri, 2011-03-11 at 17:47 +, Ron Jacobs wrote: > I am usin

Re: NTLM authentication with a UPN instead of domain and user name

2011-03-11 Thread Oleg Kalnichevski
On Fri, 2011-03-11 at 17:47 +, Ron Jacobs wrote: > I am using NTLM authentication and I find that when porting from 3.0.2 > to 4.1, I have several questions: > > 1) Authenticating with domain and user works but with a UPN (like >"user@domain.local") authentication fails although both authe

NTLM authentication with a UPN instead of domain and user name

2011-03-11 Thread Ron Jacobs
I am using NTLM authentication and I find that when porting from 3.0.2 to 4.1, I have several questions: 1) Authenticating with domain and user works but with a UPN (like "user@domain.local") authentication fails although both authenticate fine with my previous 3.0.2 code. Why does the UPN-s