Maybe your best bet is to use curl for that (--ntlm option in CLI).
Run curl --version on your system to see if it has NTLM capabilities - curl has to be compiled with SSL support for this to work.
For using a curl extension see this article: Using cURL and libcurl with PHP .
Good luck!

Goran Dodig


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.

  

Reply via email to