NTLM (NT LAN Manager) is a suite of Microsoft security protocols that provides authentication, integrity, and confidentiality to users.

learn more… | top users | synonyms

22
votes
9answers
45k views

Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'

I know there's a lot of questions on SO similar to this, but I couldn't find one for this particular issue. A couple of points, first: I have no control over our Sharepoint server. I cannot tweak ...
16
votes
6answers
30k views

Get current Windows user name within Silverlight

Is it possible to get the currently logged in user's username with Silverlight? You can assume that user has Windows OS and the Silverlight application is hosted in Internet Explorer. Getting the ...
15
votes
2answers
6k 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 ...
6
votes
2answers
7k views

JAX-WS Sharepoint 401 Unauthorized NTLM

I try to access a Sharepoint list via JAX-WS as described here However, when running the code below I get: java.lang.Exception: Exception. See ...
2
votes
3answers
4k views

Integrated Windows Authentication (NTLM) in a Java/WebLogic app?

Our team built a WebLogic intranet site. Users currently must type in their Active Directory login/password to access the site. Since most of our users are already logged in to the domain, we would ...
2
votes
5answers
8k 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. I found ...
2
votes
1answer
5k views

“The matching wildcard is strict, but no declaration can be found for element 'http'” Error

I am trying to configure NTLM authentication, but receive error: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'http'. I read a lot of ...
14
votes
6answers
11k views

Avoiding 401 response for each request using NTLM

We have here an asp.net 3.5 application using NTLM based windows authentication. The system runs on a private network that actually distributed over different geographic places (connected via VPN). ...
6
votes
4answers
5k views

how can i use sharepoint (via soap?) from python?

I want to use Sharepoint with python (C-Python) Has anyone tried this before ?
7
votes
7answers
8k 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 ...
18
votes
6answers
83k views

WCFTestClient The HTTP request is unauthorized with client authentication scheme 'Anonymous'

I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response with ?wsdl URL. Now I'm trying to test the service through WCF Test client. It shows ...
5
votes
3answers
4k views

Access Exchange Web Services with PHP and cURL

Hello, I am currently writing a client to access a Microsoft Exchange server and read contacts, appointments etc. from it. Through days of searching I've been able to connect to the EWS via PHP's ...
5
votes
1answer
3k 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 ...
5
votes
4answers
8k views

System.Net.WebClient doesn't work with Windows Authentication

I am trying to use System.Net.WebClient in a WinForms application to upload a file to an IIS6 server which has Windows Authentication as it only 'Authentication' method. WebClient myWebClient = new ...
2
votes
2answers
2k views

Java client for SOAP web service with NTLM authentication

I spent many days and nights trying to find a proper Java framework that could connect to Microsoft Dynamics CRM which uses Negotiate/NTLM authentication. I tried all existing suggestions on ...
2
votes
2answers
625 views

JAX-WS IBM client consuming .Net WS with Active Directory authentication (NTLM)

I want to consume .Net WS from IBM WebSphere. I created a WS-client with JAX-WS IBM implementation that consumes a .Net WS on IIS. The client is on SUSE and the authentication is by NTLM with Windows ...
0
votes
1answer
2k views

get username from NTLM auth header?

Is there any way to work out what a user's name is just by sniffing the NTLM header? I have an app, that accesses a NTLM auth'd site, and so an Auth prompt opens for the user to authenticate with the ...
2
votes
4answers
3k views

How to implement NTLM Authentication for UIWebView?

I have a use case where a UIWebView may need to connect with a web server secured with NTLM. I also have a use case where I already have the credentials to be passed. So instead of forcing the user ...
2
votes
2answers
5k views

Anonymous access and NTLM authentication in IIS

I have a server set up with IIS, and my site has some pages which should allow anonymous access and some pages which should require the "Integrated Windows authentication". On the Authentication ...
1
vote
2answers
952 views

What TargetName to use when calling InitializeSecurityContext (Negotiate)?

The InitializeSecurityContext (Negotiate) function has an optional TargetName parameter: pszTargetName [in, optional] A pointer to a null-terminated string that indicates the service ...
1
vote
0answers
357 views

POST parameters mysteriously eaten after using spring security & an ntlm filter

I have a custom filter that carries out spring security authentication by checking in a database, and another that checks an NTLM provider. The problem is this: Enter URL ...
10
votes
1answer
4k views

NTLM authentication in Python

I'm trying to implement NTLM authentication on IIS (Windows Server 2003) from Windows 7 with python. LAN Manager Authentication Level: Send NTLM response only. Client machine and server are in the ...
6
votes
7answers
3k views

Retrieve NTLM Active Directory user data to Rails w/o IIS

I believe that we can allow Firefox to sent NTLM data to SharePoint sites to do automatic authentication, and I think that this is doable with IIS. I'd like to do the same thing with an internal ...
4
votes
6answers
22k views

How do I use NTLM authentication with Active Directory

I am trying to implement NTLM authentication on one of our internal sites and everything is working. The one piece of the puzzle I do not have is how to take the information from NTLM and authenticate ...
9
votes
2answers
6k views

How to perform an NTLM challenge on the iPhone

I'm trying to access some web services in an iPhone application. If I GET to the .asmx page, I authenticate and get the WSDL as expected. However, if I POST to the .asmx page, setting the ...
10
votes
6answers
6k views

Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library?
6
votes
2answers
3k views

SMTP through Exchange using Integrated Windows Authentication (NTLM) using Python

I want to use the credentials of the logged-in Windows user to authenticate an SMTP connection to an Exchange server using NTLM. I'm aware of the python-ntlm module and the two patches that enable ...
5
votes
2answers
17k 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
2answers
4k 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 ...
3
votes
1answer
2k views

Spring security 3 + JCIFS ntlm

Can they work together? Some project sample would be great. I have a web-app on Spring3. And i need to implement NTLM. Spring stopped NTLM support in 3rd version. Is there any possibilities to ...
3
votes
2answers
3k views

Accessing a sharepoint using perl and webdav

a similar question was asked in question 494120, but IMHO was not really answered... I want to upload files to a sharepoint using perl/WebDAV (from a Win32 host). To achive this, I need to ...
3
votes
2answers
3k views

How do I integrate NTLM authentication with Perl's SOAP::Lite module?

This Perl code works with Anonymous access to an ASP.NET web service, but when integrated security is turned on, the service returns 401 errors. I think I need to use the NTLM module in conjunction ...
5
votes
4answers
1k views

Intranet website authentication using windows logon

I'm building an internal website in Perl and I would like to get it to use Windows credentials for authentication. My research so far has turned up a lot of keywords: Kerberos, LDAP, NTLM, etc, but no ...
3
votes
1answer
2k views

Sharepoint 2007 NTLM issue with ASP.NET Web App hosted on Sharepoint server

I'm hosting an ASP.NET web application on a Sharepoint 2007 box, which makes a web service call to Sharepoint to retrieve a document location (specifically, the GetListItems method). The service is ...
1
vote
1answer
2k views

NTLM fails when consuming SharePoint web service from Java?

I have a Java client that consumes SharePoint 2010 standard web services (sitedata.asmx, permissions.asmx, etc) written with JAX-WS implementation from the JDK 6. So far, authentication is done with ...
1
vote
2answers
3k views

How can I use NTLM authentication in a Delphi SOAP Web Service client?

For a Microsoft CRM project, we need NTLM authentication in the Delphi 2009 web service client. It looks like Indy 10 Tiburon already has experimental NTLM support. How can I activate the NTLM ...
5
votes
3answers
6k views

Python urllib2 HTTPS and proxy NTLM authentication

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 authentication. ...
4
votes
2answers
3k views

NTLM authentication to AD FS for non-IE browser without 'Extended Protection' switched off?

When using NTLM authentication to AD FS 2.0, from Google Chrome or Firefox 3.5+ running on Windows, then this results in a repeated sign-in dialog and finally sign-in failure, with 'Audit Failure' ...
4
votes
4answers
5k views

Why is kerberos defaulting to NTLM in WCF?

Got a simple WCF demo app that has two console projects--host and client. Both are running on my machine (win 7 box). I'm using the netTcpBinding, which uses windows authentication. The issue is ...
3
votes
1answer
556 views

Authentication Test Servers

I'm searching for examples of public HTTPS sites that use one of the following authentication types - these sites will be used as test servers for an application currently under development. BASIC ...
3
votes
2answers
2k views

Extending php SoapClient for siteminder authentication

Short Version I want to extend SoapClient so it does this internally when accessing the WSDL: curl -L -E /location/of/cert.pem -c /tmp/location/of/cookie.jar ...
2
votes
0answers
123 views

NTLM support for Savon

I'm using Savon to communicate with SharePoint using web services. Everything is working fine if SharePoint web application supports basic authentication, but if I change it to NTLM it fails. It fails ...
2
votes
3answers
2k views

Node.js NTLM HTTP Authentication, how to handle the the 3 types

Alright, sorry if this is a stupid question, but I'm trying to get NTLM Authentication working w/ Node.js. I've been reading this ( ...
2
votes
1answer
1k views

Writing a custom NTLM challenge/response in ASP.Net

I know that you can enable NTLM authentication in an ASP.Net app using: <authentication mode="Windows" /> However - I need to handle Forms, HTTP and other custom authentications in the same ...
2
votes
1answer
4k views

Help with Exchange 2010 EWS (API) and/or PHP's NuSOAP library?

Just to be clear before continuing: using PHP's built-in SOAP class is unfortunately not an option here (production server's PHP is not built with it, and won't be). I'm trying to use EWS to allow ...
1
vote
1answer
577 views

Why I can't make HttpWebRequest working with NTLM authentication

I'm trying to call EWS from MonoTouch like in this snippet: byte[] bytes = Encoding.UTF8.GetBytes("... some xml here ..."); HttpWebRequest req = ...
1
vote
5answers
7k views

Very Slow Sharepoint (Authentication Problem? - Getting 401 errors on images and styles)

I'm currently using Team Foundation Server and WSS 3.0 as the Team Portal. After the installation and configuring, I noticed the application was very slow sometimes, taking minutes to load a page. ...
1
vote
1answer
2k views

How to force a .net WCF client to use NTLM in an basicHttpBinding?

right now I have the security node defined like this: <security mode="TransportCredentialOnly"> transport clientCredentialType="Windows" proxyCredentialType="None" realm="" /> ...
0
votes
1answer
617 views

Django to do its own NTLM Authentication (HTTP Headers & all)

I'm considering moving from Apache to Lighttpd for an internal web application, written with python. The problem is that I'm relying on libapache2-mod-auth-ntlm-winbind ... which doesn't actually ...
0
votes
4answers
7k 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( "msxml2.serverxmlhttp" ) ...

1 2