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

learn more… | top users | synonyms

1
vote
1answer
166 views

How to authenticate SSRS externally using automatic NTLM credential passing?

I am attempting to set up our SSRS server to authenticate over the internet using user entered NTLM credentials with the Automatic Logon setting in IE. The result so far has been the generic ...
2
votes
1answer
692 views

Java URLConnection error with ntlm authentication, but only on Linux and only Java 7

I am trying to open an http connection to an url protected with the NTLM authentication scheme. This code has been working correctly for 2 year when we were on Java 6.I wrote a small java program ...
0
votes
1answer
298 views

PHP NTLM session with cURL

So a little trivia first.. There is written in ASP.NET website, which uses NTLM protocol to authenticate users that want to log in. It's perfectly ok when they normally use it, they type in website ...
0
votes
0answers
43 views

Windows CE 6 passwords disappear on reboot or crash

Sometimes, after a reboot or a system crash we are no longer able to remotely log into our WinCE 6 system . From what I can tell the entries for the users / passwords are still there in the registry ...
0
votes
1answer
370 views

PHP NTLM Authentication to Active Directory + keeping session

I've got NTLM (Active Directory) based service, and I need to write a PHP application. Normally, users are logging in to website with Activre Directory credentials, and it's ok. But what I want to ...
0
votes
0answers
476 views

Authenticating NTLM with Forms Based Authentication in SharePoint 2010

I have a website with Claims Based Authentication enabled, and both Windows Authentication and Forms based authentication are enabled. I want to use forms (especially in light of Safari iOS having ...
0
votes
1answer
123 views

How to implement NTLM v2 authentication in a Grails application?

I need to implement NTLM v2 authentication in a legacy Grails application. All I've found so far is a Grails ntlm-auth plugin, which supports NTLM v1 only and a Java ntlmv2-auth library, which I don't ...
0
votes
2answers
36 views

How do I interpret this Request Header to a plain sentence?

Can you explain in one sentence what is requested by the Request Header below? (So that I can find explanation of each term :Negotiate, Basic-realm, NTLM) WWW-Authenticate Negotiate NTLM Basic ...
0
votes
2answers
639 views

Using NTLM authentication in Java applications

I want to use Windows NTLM authentication in my Java application to authenticate intranet users transparently. The users should not notice any authentication if using their browsers (single sign-on). ...
0
votes
0answers
18 views

Office research pane to webservice to custom search app using NTLMv2 - is it possible?

Now that I have totally confused myself with a variety of possible approaches to this scenario I am hoping someone here may be able to advise. Here's the idea: To use the Microsoft Office Research ...
0
votes
1answer
162 views

NTLM Proxy Auth in perl

I need to access internet page via proxy. I need to used NTLM or Digest Auth Scheme The code i get on googling doesn't work. Below code is making web request with any Auth Header. Please help me to ...
0
votes
0answers
94 views

NTLM v.2 auth with AXIS2 1.4

I'm using AXIS2 (1.4.2) and related common httpclient 3.1 for creation of webservices. Now I need to create WebService with NTLM v1&2 auth. I found one ticket on AXIS2's ...
0
votes
1answer
181 views

NTLM authentication using httplistener

I want to implement NTLM authentication in httplistener written in C#. I could not find a good place on Internet to get this info. I have written Basic authentication, but cannot move forward using ...
1
vote
1answer
256 views

HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

I am trying to use a REST call to Sharepoint 2010 via HTTPClient 4.2.3 from a Liferay 6.1 portlet. I have imported the cert into my local MAC's JVM cacerts and am trying to load the cacerts as the ...
1
vote
0answers
114 views

WCF application no longer attempts using Windows Authentication — receives only HTTP 401.2

We have a ClickOnce WPF application which communicates via WCF to a service. Sometime last year, the client was correctly using authentication to communicate with the service after an initial ...
0
votes
1answer
170 views

SignalR C# client not conecting with NTLM

SignalR 1.0 RC2 aspnet C# client sample. What needs to be done to have that client connect using Windows-authetication to a (IIS 6) hub sever that has anonymous login disabled. Is there any sample out ...
0
votes
0answers
121 views

Google Earth plugin showing a username/password request dialog when using NTLM authentication

I have a website on which I'm making use of the Google Earth plugin. I had version 6 of the plugin, and everything worked fine. Recently, I updated to version 7, and now whenever I make a fetchKml ...
0
votes
0answers
195 views

NTLM Authentication Xcode

I am trying to do NTLM authentication with UIWebview. I have researched and I wrote like this. But in my NSLog, I only see "got auth challange" but I don't see "received response via nsurlconnection" ...
0
votes
1answer
109 views

Unable to parse www-authenticate for NTLM, value seems too short?

I'm trying to authenticate to one of my company's servers. My initial attempt to connect returns a 401 with the header: www-authenticate: NTLM ...
1
vote
1answer
141 views

NTLM authentication using Go

I need to authenticate to Exchange EWS from both Windows and Unix. Is there any library or anything I could use to do that in Go? I saw there is cntlm, a NTLM proxy I could exec(). But I am not sure ...
0
votes
0answers
72 views

Mac OS X does not send cookies to WebDAV resource

my WebDAV server (based on Tomcat's DefaultServlet) requires NTLM authentication. The server works fine with Windows clients. A Mac (OS X 10.6.8) client performs the HTTP authentication handshake on ...
1
vote
1answer
532 views

Jmeter HTTP authorization manager / NTLM login

First of all, yes I searched the web, and yes, there are similar questions all over the site. The thing is none of those answer my question. I'm trying to test a website with NTLM Authentication ...
1
vote
1answer
184 views

NTLM-authenticaion fails but Basic authentication works

Here's what happens on the local server when application invokes HTTP request on local IIS. request.Credentials = CredentialCache.DefaultNetworkCredentials; request.PreAuthenticate = true; ...
0
votes
0answers
144 views

NTLM Authentication in iPhone Application- Xcode UIWebView

I am currently making an app that works in conjunction with a school intranet. This intranet uses NTLM authentication but does not work in the app. My code for opening the url in the webview is: - ...
0
votes
2answers
242 views

NTLM solution for RESTful web services in JAVA

I am writing a client for Restful web services. public static void main(String[] args){ // Use apache commons-httpclient to create the request/response HttpClient client = new ...
1
vote
0answers
305 views

ASP.NET Web API - NTLM authentication and HTTPS

I have the following configuration: self-hosted ASP.NET Web API ASP.NET MVC 3 web application Web app [2] comunicates with Web API [1] over HTTPS. They both (for now) live on the same machine. ...
0
votes
0answers
321 views

NTLM authentication + soap client + response not received

I have the following code to call the NTLM authetication for sharepoint data: class NTLMSoapClient extends SoapClient { /** * Whether or not to validate ssl certificates * * @var boolean */ ...
1
vote
1answer
188 views

Connecting to LDAP (Active Directory) with NTLM security protocol

Currently, I'm using user and password as the connection credentials to ldap (in order to authenticate user of AD). For authentication here I had created an initial context (for Active Directory) by ...
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 ...
-1
votes
1answer
305 views

I want ntlm auto authentication but login popup uppears [closed]

I built a php intranet web application that allow users to show their information stored in Active Directory. I want to auto authenticate the user over the Active directory using his windows ...
1
vote
6answers
258 views

How to set credential persistence permanent on Android

My app has save login credential feature, so I store cookies for the next use after succeeding to sign in. However, after a time period, the session will be time out and cannot log in with the cookies ...
0
votes
2answers
151 views

Configure kerberos without krb5.conf

I'm using kerberos authentication to login to ActiveDirectory. I'm doing it with GSSAPI. Currently, I'm using krb5.conf file, that describes the realms, encryption algs and more, and the ...
0
votes
0answers
58 views

How does Garb read/use Windows system proxy settings for Google Analytics?

HTTP requests from my Win7 machine behind an NTLM auth proxy have to go through CNTLM or some other local proxy if they aren't able to read my system proxy settings. This includes my Ruby code which ...
1
vote
2answers
494 views

Preemptive authentication with DefaultHttpClient

I want to implement a preemptive authentication for the DefaultHttpClient with NTLM. I found a libary from Dan Hounshell which works fine for normal authentication. But I cannot figger out how to ...
0
votes
0answers
249 views

How to get windows username with JSF?

For authentication purpose, I want to get the windows username of my users when they access to the index page. I will use this windows username to check a database and if this user is knowned, then he ...
1
vote
2answers
497 views

C# helper classes to implement NTLM authorization

Currently I'm trying to solve my problem — which is implement NTLM authorization on my intranet site in the way how I think it should work, namely ask password only on certain pages. Not just hitting ...
0
votes
1answer
70 views

NTLM access rights in PERL

Is there a way to check if a user has access rights to a specific file in a network? I have the user name and the name of the file in a shared folder
0
votes
0answers
95 views

PHPBB AD Authentication with mod_auth_sspi Apache authentication module

I am trying to make PHPbb work within organization without the need for user/password Registration using active directory authentication (SSO/NTLM) I can work with either IIS or Apache. I tried to ...
1
vote
0answers
129 views

401 Unauthorized when NTLM Authenticated Page Viewed in IFRAME

I have a web application that used NTLM Windows Authentication. When I try to view that web application in an IFRAME on another domain, it never tries to authenticate the web application (no popup ...
1
vote
1answer
125 views

Python mechanize with NTLM getting AttributeError: HTTPResponse instance has no attribute '__iter__'

I am trying to access a site that's secured with NTLM authentication using python-ntlm and mechanize but I am getting this error. File "build/bdist.macosx-10.6-universal/egg/mechanize/_mechanize.py", ...
0
votes
1answer
128 views

c# application with http interface needs to implement NTLM authentication

I have an existing c# service running on a Windows client or server. To handle these I have added a simple http based management code, in order to install, remove, start and stop child processes (as ...
2
votes
1answer
255 views

Does AFNetworking support NTLM authentication?

Does AFNetworking support NTLM authentication? I know ASIHTTPRequest can do it, i'm trying to migrate to AFNetworking, but i have to be sure it will be able to deal with it. I really searched the ...
5
votes
3answers
509 views

git clone with NTLM proxy hangs after resolving deltas

I saw here many questions covering git and proxy topics but none of them solves my problem. I am cloning a git repository from Bitbucket. Everything works fine from my home network but hangs at work ...
2
votes
0answers
920 views

Failure authenticating with NTLM when calling from Java

I'm doing the tutorial "Integrate Java with Microsoft SQL Server Reporting Services 2005/2008". I am using the following setup: SQL Server 2012 Business Intelligence Windows 7 Home Premium http ...
0
votes
1answer
251 views

SharePoint 2010 NTLM - Auth errors

The problem is as follows: - I've got users defined on server A (domain controller), - I've got SharePoint Farm installation on server B (fresh install) After installation i have started the Profile ...
1
vote
2answers
441 views

how to send NTLM request in iOS

I was using json(NSJSONSerialization) and NSURL for server client communication. Till now it was working fine but now NTLM security has been implemented on server. Can anyone tell me how to send ...
1
vote
0answers
495 views

Python NTLM login

I am trying to pull information from a url that requires NTLM login. I originaly received 401 error and after some tweaks have been able to pull the page stating that I have input invalid ...
2
votes
1answer
233 views

iOS: NTLM auth before using SharePoint Server

How would I get authenticated on SharePoint via NTLM (Windows Based), before I send SOAP requests to web-services? Should I get a token via ASIHTTPRequest or CFNetwork? Example code would be great!
0
votes
1answer
195 views

Get Domain Credentials [duplicate]

Possible Duplicate: Windows Impersonation from C# How do you get a User Identity? I have an application that pulls data from intranet systems and displays it to employees. The issue I ...
1
vote
1answer
234 views

asp mvc - opera return 401 response when sended ajax NTLM request

I have web app (asp.net mvc mvc 4), when i enable ntlm authentification in visual studio and try to send ajax request for example $.ajax({url : 'http://localhost:4135/'}); the returned server response ...

1 2 3 4 5 10