Tagged Questions

0
votes
3answers
192 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 prox …
1
vote
2answers
38 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 …
0
votes
2answers
403 views

authenticate with ntlm (or kerberos) using java UrlConnection

I need to consume a rest web service with java, passing the credentials of a domain user account. right now I'm doing it with classic asp set xmlHttp = server.createObject( "msx …
0
votes
1answer
29 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. …
0
votes
1answer
321 views

IIS WCF Service Accesed via JAVA with NTLM Authentication

We have a WCF Service hosted in IIS 6 with Integrated Windows Authentication turned on under Directory Security. Consuming this service from a .NET Windows client the cached NTLM …
0
votes
4answers
243 views

How can I get jcifs to play nicely with apache axis

I need to connect Apache Axis 1.4 to a Webservice that uses NTLM authentication to restrict access to its operations. I'm expecting to use Samba Jcifs to handle the NTLM handshake. …
2
votes
5answers
263 views

NTLM Window Authentication

I using the Samba to implement the Window AUthentication. On my web.xml i put this <filter> <filter-name>NtlmHttpFilter</filter-name> <filter-class>jcifs. …
0
votes
2answers
113 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. …
0
votes
1answer
78 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 a …
1
vote
3answers
289 views

Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library?
0
votes
3answers
381 views

Can I indicate to clients that SPNEGO is supported but NTLM is not for HTTP requests?

The two WWW-Authenticate additions Microsoft makes use of that I am currently aware of are NTLM Negotiate If Negotiate is sent down from the server, based on a set of condition …
2
votes
2answers
131 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 i …
0
votes
3answers
88 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 say …
0
votes
2answers
31 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/ …
1
vote
1answer
314 views

MSDeploy triggers 401 Access denied error when trying to synch a site.

I try to push/sync a IIS Site from a Win2003 Server to another. This is my command: msdeploy -verb:sync -source:metakey=lm/w3svc/68512112 -dest:metakey=lm/w3svc/68512112,computer …

1 2 3 4 5 next
15 30 50 per page