Tagged Questions

0
votes
2answers
377 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
28 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
319 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
238 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
258 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
110 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
67 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
280 views

Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library?
0
votes
3answers
368 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
128 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
87 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
30 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
306 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 …
0
votes
2answers
149 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? …
0
votes
2answers
185 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 2 3 4 5 next
15 30 50 per page