Hello,
I am trying to setup NTLM authentcation on a local intranet website. I have been struggling for the past few weeks, and progress has been slow. The hosting server is running Windows 2003, IIS 6.0. I have been able to get some NTLM authentication packets to the server (as shown), using a Perl script that passes the credentials. The server is in one domain (CA) and the user workstations are in another (ML). Although I specifically mention the domain ML for the username, the client sends the authentication packet with domain CA. Why would the client send the domain to match the server? How can I prevent this so that the proper domain (ML) gets sent for verification against the AD?
From the sniffer: http://s12.postimg.org/65jtajei5/Capture.jpg
The script: http://s15.postimg.org/9rztskmjv/Capture2.jpg
Appreciate any advice/info.
Thanks,
kiambogo