Re: NTLM module and POST

2002-10-29 Thread Kaye-Smith Adam
Hello Gerald, I know it has been a while since this thread was active but I am also having the problem with posted variables being losed it is also consistant with the problems below - ie if I wait 15 sec (keepalive setting) then the variable are posted ok. I took the script that you posted

Re: NTLM module and POST

2002-09-12 Thread Mark Holland
Hi Gerald, I have been having exactly the same problems. My set up is: IE 5.5, SP2 (I also have tried with IE6 -same problem) NT 4.0 SP6 Webserver: Apache 1.3.26 running on solaris 8. At first I was using Apache::AuthenNTLM 0.14 and I couldn't get any POSTs to go through, after I upgraded to

RE: NTLM module

2002-09-11 Thread Harnish, Joe
Title: RE: NTLM module True, it will be awesome if it can be fixed. But to get Adam going he can implement some sort of Sessions (which he already has), use $r-headers_out-set(Connection = 'close'); (to force a new connection), and a whole lot of duct tape. I think I may tweak that patch I

Re: NTLM module and POST

2002-09-11 Thread Gerald Richter
RE: NTLM moduleHi, I just tried AuthenNTLM and POST and it works for me. I would like to be able to reproduce the problem here to create the right fix. I am using IE 5.5SP2. Does the POST problem occurs always or only sometime or only with some browsers or OSs? Gerald P.S. Adding some kind of

RE: NTLM module

2002-09-10 Thread Harnish, Joe
Title: RE: NTLM module Adam, I am not sure if you have resolved this issue. I have had the same issue with our system where post data would dissappear. I ended up creating a Cookie add on module for Apache::AuthenNTLM that would write a cookie once authenticated and use that before re

Re: NTLM module

2002-09-10 Thread Gerald Richter
RE: NTLM moduleI am not sure if you have resolved this issue. The POST issuse is still on my todo list I have had the same issue with our system where post data would dissappear. I ended up creating a Cookie add on module for Apache::AuthenNTLM that would write a cookie once authenticated

Re: NTLM module

2002-09-03 Thread Gerald Richter
When we go to several httpd process, it appears that the response to one request from a browser which may be made up of many files that need to be sent back, these requests can be handled by any of the http processes (which is ok by itself ) but when this occurs, a password request(and perhaps

RE: NTLM module

2002-09-02 Thread Kaye-Smith Adam
Hello Gerald, I believe I am on top of my issues with NTLM. Everything seems to work fine when httpd is in single user mode as the 1 process has an understanding of what has been authenticated before hand whethor it needs to re-authenticate subsequent requests from the same browser/user. ie

RE: NTLM module

2002-09-02 Thread Kaye-Smith Adam
Hi Again, I should also mention this only happens with IE. When using Mozilla Netscape I have no problems. Adam -Original Message- From: Kaye-Smith Adam Sent: Tuesday, 3 September 2002 11:48 AM To: 'Gerald Richter' Cc: '[EMAIL PROTECTED]' Subject: RE: NTLM module Hello Gerald

Re: NTLM module

2002-08-21 Thread Gerald Richter
All works fine for IE and Mozilla browsers but when I use Netscape, I am repeatedly promted for passwords. If I enter my password about 3 to 6 times I will eventually get the full page . If I enter password once, ( and cancel for any further password prompts ) I get only bit of the expected

RE: NTLM module

2002-08-19 Thread Kaye-Smith Adam
Sent: Monday, 19 August 2002 9:15 AM To: 'Gerald Richter'; Peter Bi; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: NTLM module Thanks for your advice Gerald. I have found a compromise buy having the directive of Authtype Basic but the perl code has been changed to run the NTLM check as well

RE: NTLM module

2002-08-19 Thread Kaye-Smith Adam
-Original Message- From: Kaye-Smith Adam Sent: Tuesday, 20 August 2002 2:46 PM To: 'Gerald Richter'; 'Peter Bi'; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: NTLM module I am still having problems with the AuthenNTLM module. All works fine for IE and Mozilla browsers but when I use

Re: NTLM module

2002-08-19 Thread Peter Bi
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 19, 2002 9:46 PM Subject: RE: NTLM module I am still having problems with the AuthenNTLM module. All works fine for IE and Mozilla browsers but when I use Netscape, I am repeatedly promted for passwords. If I enter my password about 3 to 6 times I

RE: NTLM module

2002-08-18 Thread Kaye-Smith Adam
once again. Adam -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED]] Sent: Friday, 16 August 2002 3:19 PM To: Kaye-Smith Adam; Peter Bi; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: NTLM module when i have Authtype ntlm,basic in httpd.conf and I attempt to use

Re: NTLM module

2002-08-15 Thread ew0psceg
Am I totally wrong, or the plain and painful answer is that NTLM is only supported on Win32 boxes? I think I read somewhere that, because the module relies the Win32 API, it doesn't run on other systems. It even said something like ...whoever wants to grab some Samba code and port the module

Re: NTLM module

2002-08-14 Thread Matt Sergeant
Can you guys please snip the emails down to the relevant information? Having to scroll past lots of rubbish at the end of the email gets annoying (and I'm not even a digest subscriber). Thanks.

RE: NTLM module

2002-08-14 Thread Kaye-Smith Adam
- From: Peter Bi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 August 2002 2:41 PM To: Gerald Richter; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: NTLM module Gerald: Any comment on Paulo's question ? (I am interested in that knowledge too.) I doubt that NTLM does not need any

Re: NTLM module

2002-08-13 Thread Gerald Richter
, August 12, 2002 9:12 PM Subject: Re: NTLM module According to the documentation, if you set NTMLauthoritative to off, then if NTLM authorization fails, then it should pass it on to the lower level modules. Yes, that's true and it works like you describe it. The point that you are missing

Re: NTLM module

2002-08-13 Thread Peter Bi
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 12:53 AM Subject: Re: NTLM module You may check Apache::Access module at http://modperl.home.att.net in which I tried to provide a general solution to several popular authentication issuers such as SMB, LDAP, IMAP, NIS

Re: NTLM module

2002-08-13 Thread Gerald Richter
domain controller, thats something different. Gerald Peter - Original Message - From: Gerald Richter [EMAIL PROTECTED] To: Peter Bi [EMAIL PROTECTED]; Kaye-Smith Adam [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 12:53 AM Subject: Re: NTLM module You

Re: NTLM module

2002-08-13 Thread Peter Bi
AM Subject: Re: NTLM module You may check Apache::Access module at http://modperl.home.att.net in which I tried to provide a general solution to several popular authentication issuers such as SMB, LDAP, IMAP, NIS, FTP, LWP and DBI etc. I think you missed

Re: NTLM module

2002-08-13 Thread Gerald Richter
, 2002 12:29 PM Subject: Re: NTLM module if you check the source of the Smb implemenation of the module, you would see that it performs basically the same function as NTLM. I agree with you that it does not fit the Microsoft definition of NTLM, so it is not a NTLM implementation

Re: NTLM module

2002-08-13 Thread Peter Bi
Authentication ? Peter - Original Message - From: [EMAIL PROTECTED] To: Peter Bi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 2:36 PM Subject: Re: NTLM module Am I totally wrong, or the plain and painful answer is that NTLM is only supported on Win32 boxes? I think I

Re: NTLM module

2002-08-12 Thread Gerald Richter
- Original Message - From: Kaye-Smith Adam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 12, 2002 4:51 AM Subject: NTLM module Hello , When I enter in an NT password it all works ok but when I use a user/pass from the htpasswd file, the only way it will work is that I

Re: NTLM module

2002-08-12 Thread Gerald Richter
-Smith Adam; [EMAIL PROTECTED] Subject: Re: NTLM module - Original Message - From: Kaye-Smith Adam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 12, 2002 4:51 AM Subject: NTLM module Hello , When I enter in an NT password it all works ok but when I use a user/pass from

Re: NTLM module

2002-08-12 Thread Peter Bi
] To: Kaye-Smith Adam [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 12, 2002 9:12 PM Subject: Re: NTLM module According to the documentation, if you set NTMLauthoritative to off, then if NTLM authorization fails, then it should pass it on to the lower level modules. Yes, that's