Displaying 1 result from an estimated 1 matches for "_squid".
Did you mean:
squid
2010 Mar 15
0
ntlm helper helper usage problem
Hi,guys .
I implement HTTP Proxy running in Linux environment and my proxy have
to support NTLM authentication.
My proxy written in C++.
I try to use _squid-ntlm helper _according to
*http://devel.squid-cache.org/ntlm/squid_helper_protocol.html .
So *I run helper like this *system ("ntlm_auth -d=10
--helper-protocol=squid-2.5-ntlmssp"*);
and implemented its protocol (see *Appendix A*)
But it return me *NTLMSSP NT_STATUS_UNSUCCESSFUL*....