I'm not aware of any PHP implementation of the NTLM auth scheme, but I'd
be keen to know if one is out there as well.
Regards,
Bryce Lohr
DJ Necrogami wrote:
Content-Length 1656
Content-Type text/html
Server Microsoft-IIS/6.0
WWW-Authenticate Negotiate NTLM
X-Powered-By ASP.NET
MicrosoftSharePointTeamServices 12.0.0.6023
I'm needing to authenticate against that with php. Is this possible?
I can manually provide the details but the http auth script only
allows basic auth not NTLM.
I'm not trying to have the user authenticate against it. I'm trying to
get the server to authenticate against NTLM because i'm trying to grab
and parse html pages.
If anyone can help thank you.
If there is a method of doing this easily in php normally please let
me know. ZF or PHP either way.