1
vote
2answers
41 views
Does git clone work through NTLM proxies?
I've tried both using export http_proxy=http://[username]:[pwd]@[proxy] and git config --global http.proxy http://[username]:[pwd]@[proxy].
I couldn't make it work. It looks like git uses Basic …
0
votes
2answers
32 views
NTLM as SSO, and Performing Certain Actions as an Impersonated Administrator
I can't seem to stumble upon the correct combination of IIS / ASP.NET settings to accomplish the following:
All users on an internal domain should be able to access IIS site (w/ NTLM …
0
votes
3answers
90 views
Stress Testing with NTLM Authentication
Hi,
Looking for an open source web testing tool that can do Windows Authentication.
I've used openSTA and Pylot in very small amounts but found neither to do windows. openSTA says you can do NTLM …
0
votes
1answer
81 views
NTLM authentication using CXF wsdl2java stubs
I have a web service protected by HTTPS with NTLM authentication and I generated a set of java stubs using CXF's wsdl2java tool by temporarily disabling authentication. I am now attempting to use the …
0
votes
1answer
30 views
how to implement a web service client which connects to an external web service with authentication based on NTLM Authentication
Hi
i'm quite new in implementing web service client in java.
i found a tutorial very useful...http://wso2.org/library/tutorials/creating-web-service-client-3-steps-using-eclipse.
in my case i got 401 …
2
votes
2answers
132 views
TWebBrowser and NTLM-authencation
How can I connect with the TWebBrowser-component in Delphi from outside an ADS-Domain to a Sharepoint-Server. I've created an user-account in my domain and will connect with this information to the …
0
votes
2answers
159 views
Sending HTTP Headers with HTTP Web Request for NTLM Authentication
I want to login to a Sharepoint portal which brings up a login dialog but is using NTLM authentication. How can I modify the HTTP headers in C# to make a successful login request? I assume I would …
0
votes
2answers
114 views
acegi ntlm how to?
I have an application that using ldap acegi-security-1.0.2.jar . I able to authenticate the user with active directory. I wanted to add NTLM auto login feature for my application. May i know what …
0
votes
3answers
198 views
Python urllib2 HTTPS and proxy NTLM authentication
Hello,
urllib2 doesn't seem to support HTTPS with proxy authentication in general, even less with NTLM authentication. Anyone knows if there is a patch somewhere for HTTPS on proxy with NTLM …
0
votes
2answers
43 views
How can I use NTLM functionality with Apache tomacat?
Hi all, I want to use windows NTLM with apache tomcat.
Anyone who's already used it, please give me some information, I am new to it.
1
vote
1answer
152 views
WCF Identity NTLM Kerberos
I have read numerous posts and articles about the element in client endpoints on a WCF client but I am still a little confused. I have a client which gets SSPI errors when attempting to communicate …
0
votes
0answers
78 views
WCF-BasicHttp NTLM ESB guidance
Hello
I am trying to access an asmx service located on IIS, the asmx is using integradted security
I am trying to call it with wcf-basichttp adapter configured inside ESB guidance 1.0
The error i am …
1
vote
2answers
903 views
Java 6 NTLM proxy authentication and HTTPS - has anyone got it to work?
I have a Java application (not an applet) that needs to access a web service. Proxies for the web service have been generated with JAX-WS, and seem to work fine. In one scenario it needs to talk …
2
votes
1answer
272 views
NTLM proxy without password?
I work on a corporate windows network (which I log in to) with a HTTP proxy. When I use Internet Explorer it magically uses the proxy without me needing to type in my password. Certain other programs …
1
vote
2answers
253 views
Impersonating users through NTLM
I have an internal application which has two levels of security. FormsAuthentication for client-facing application and NTLM Integrated authentication for management interface.
I can easily …
