Re: Minor issue with AuthenNTLM

2012-04-04 Thread IP
I would also support the fact that big companies are still using NTLM for non-critical resources (as a convenience). This is also my goal here (to protect a non-critical resource). > For the future, the way to go is Kerberos; this is what Microsoft is pushing > in replacement for NTLM. Any good l

Re: Minor issue with AuthenNTLM

2012-04-04 Thread André Warnier
William A. Rowe Jr. wrote: On 3/30/2012 1:56 AM, Dami Laurent (PJ) wrote: -Message d'origine- De : André Warnier [mailto:a...@ice-sa.com] I was considering forking the module and fixing bugs like these, but I am not quite sure how much sense that makes given the fact that NTLM is deprec

Re: Minor issue with AuthenNTLM

2012-04-04 Thread William A. Rowe Jr.
On 3/30/2012 1:56 AM, Dami Laurent (PJ) wrote: >> -Message d'origine- >> De : André Warnier [mailto:a...@ice-sa.com] >>> >>> I was considering forking the module and fixing bugs like these, but I >>> am not quite sure how much sense that makes given the fact that NTLM is >>> deprecated tech

Re: Minor issue with AuthenNTLM

2012-04-01 Thread Michiel Beijen
Hi André, On 29-3-2012 10:59, André Warnier wrote: I was considering forking the module and fixing bugs like these, but I am not quite sure how much sense that makes given the fact that NTLM is deprecated technology. Huh ? Who said that ? To my knowledge, 99% of large corporations use NTLM

RE: Minor issue with AuthenNTLM

2012-03-29 Thread Dami Laurent (PJ)
>-Message d'origine- >De : André Warnier [mailto:a...@ice-sa.com] >Envoyé : jeudi, 29. mars 2012 11:00 >À : mod_perl list >Objet : Re: Minor issue with AuthenNTLM > >Michiel Beijen wrote: >> Hi, >> >> IP schreef op 2012-03-27 16:03: >> &g

Re: Minor issue with AuthenNTLM

2012-03-29 Thread Fred Moyer
> I was considering forking the module and fixing bugs like these, but I > am not quite sure how much sense that makes given the fact that NTLM is > deprecated technology. If you're considering forking it, it may not be deprecated. I'd suggest trying to release a module to CPAN that resolves y

Re: Minor issue with AuthenNTLM

2012-03-29 Thread André Warnier
Michiel Beijen wrote: Hi, IP schreef op 2012-03-27 16:03: I've successfuly managed to make AuthenNTLM work with my PHP script, but the for some reason the Apache error log is now flooded with messages like: [error] Bad/Missing NTLM/Basic Authorization Header for /somefile.php This is act

Re: Minor issue with AuthenNTLM

2012-03-28 Thread Michiel Beijen
Hi, IP schreef op 2012-03-27 16:03: I've successfuly managed to make AuthenNTLM work with my PHP script, but the for some reason the Apache error log is now flooded with messages like: [error] Bad/Missing NTLM/Basic Authorization Header for /somefile.php This is actually reported as a (ve

Minor issue with AuthenNTLM

2012-03-27 Thread IP
Hi everyone, I've successfuly managed to make AuthenNTLM work with my PHP script, but the for some reason the Apache error log is now flooded with messages like: [error] Bad/Missing NTLM/Basic Authorization Header for /somefile.php It seems the messages is generated for every single file the