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
0answers
30 views

The HTTP request is unauthorized - client authentication scheme 'Negotiate'

I know this question has already been asked on stack overflow before but the solutions don't seem to be working for me. I have a WCF service for which I have created a binding in code as I need to ...
0
votes
2answers
151 views

GSSException: Message stream modified (41)

I'm working with an LDAP in forest architecture (all servers and my server are windows). I'm binding to the AD using NTLM authentication. I have a JAVA code that perform the operations against the ...
0
votes
1answer
21 views

How get header of email using codeigniter?

I have email function in codeigniter like this $this->email->attach('file.txt'); $this->email->from('messi6@barcelona.com', 'leo messi'); ...
7
votes
2answers
10k views

using wget against protected site with NTLM

Trying to mirror a local intranet site and have found previous questions using 'wget'. It works great with sites that are anonymous, but I have not been able to use it against a site that is ...
0
votes
1answer
104 views

The authentication header received from the server was 'NTLM,Negotiate'. in windows store apps

I have developed an Windows Store App consumes WCF service deployed in another server(not mine) everything works fine until i have disabled the Anonymous Authentication to off getting an error message ...
1
vote
1answer
71 views

NTLM authentication fails after type 2 response

I have a site with SSO, which is using NTLM authentication, which was working perfectly so far on XP and win 7 (32bit), but recently my company decided to use win 7 (64bit) computers as well. On these ...
1
vote
0answers
77 views
+50

Microsoft ISA Server Authentication in Android

I have an application in Android, in which I were reading files from the remote server, code for reading file is given below; URI uri = null; try { uri = new ...
-1
votes
0answers
13 views

Event Logging IPAddress does not resolve on Server 2012 [closed]

I am aware of other stackoverflow post but in my case i am trying to use the event log on server 2012 to catch the IP address of failed log in attempts.. My event log is catching failed logon ...
1
vote
0answers
66 views

How to enable both CORS support and NTLM authentication

I have a self-hosted c# consol web API. It services several web applications that use AngularJS to perform async http requests. It needs to have both CORS support and NTLM Authentication. I ...
4
votes
1answer
122 views

NTLM authentication and smartcards

I'm running a program (Mathematica) in a VMWare VPC behind a corporate internet proxy. Various programs installed in that VPC like IE, Chrome, Excel, Word, Acrobat Reader, and even MS Paint get data ...
-2
votes
0answers
35 views

NTLM logon error from MAC with Win 7/2008 server as domain controller [closed]

I have a java application that authenticates using jcifs over my tomcat server. The client code to authenticate is http://www.muneebahmad.com/index.php/archives/127 In server web.xml, if ...
0
votes
0answers
85 views

Java Mail Microsoft Exchange NTLM

I have searched online, but can't find a solution that works. I receive the following Exception: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 5.7.3 ...
1
vote
0answers
185 views

Connect to SharePoint web service through Claims-Based NTLM authentication

We have a SharePoint server which I can reference through the following: //DCP connection private static dcp.Lists lists = new dcp.Lists(); lists.Credentials = ...
1
vote
1answer
120 views

How to do NTLM Authentication using Indy 10 in Delphi 7?

I want to do NTLM Authentication with Indy 10 Components in Delphi 7 . Here is my source code : uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs ...
0
votes
0answers
40 views

Manually Execute JAX-WS Request and pass the response for the normal processing

What I'm currently doing is, I have implemented the Exchange Web Service by generating the client code using JAX-WS. I have implemented all the required functionality and have tested it with the trial ...
2
votes
1answer
78 views

Webview client not listening to shouldOverrideUrlLoading method when clicking some other hyperlink/button in the webView

I have a sharepoint site, which has ntlm authentication. in order for me to load the page, i do an authentication to the site using this. public String LoadUrlWithNTLM(String url){ CkHttp ...
-1
votes
0answers
24 views

Setting up NTLM v2 in Windows Server 2003 [closed]

I am setting up a VM with Active Directory and NTLM for my personal use/development stuff. I set up Active Directory and the DNS relatively easily. In the process I set up my domain which, since it is ...
4
votes
1answer
161 views

NSURLConnection with client certificate and NTLM

I'm trying to access a server that is protected with NTLM authentication and requiring a client certificate. I'm authenticating using delegate methods of NSURLConnection, and retrieving results with ...
0
votes
0answers
38 views

Calling a NTML authendicated web service from a grails application

I want to call a web service from my grails application which is actually NTLM authendicated. I tried using grails wslite plugin and tried appending the username and password in the soap client header ...
0
votes
0answers
104 views

Apache CXF (SOAP) and NTLM Proxy - Connection refused

I have some trouble to call a SOAP web service with Apache CFX and authenticate it versus our corporate NTLM proxy. I have to use JCFS because our Setup use Java 5. The application server ist ...
0
votes
2answers
235 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 ...
0
votes
0answers
18 views

WinRM Negotiate authorization issue using web-service request

I try to use WinRM web-services interface (built on wsman) for some administrative issues. Ive made additional configuration for WinRM such as allowing unencrypted soap-body (parameter ...
-3
votes
0answers
40 views

Groovy ws-lite to access NTLM authenticated server [closed]

I am trying to access a SOAP service on a IIS served machine from my grails application using groovy ws-lite. When I send the SOAP message I always get a HTTPClientException with 401 Unauthorized ...
1
vote
3answers
2k views

Stress Testing with NTLM Authentication

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 here: ...
3
votes
2answers
2k views

cURL Always Returns 401 With NTLM

I'm working on a library to communicate with Microsoft Exchange using PHP. Everything works fine on my production servers, but I keep getting a 401 Unauthorized on my development machine. I tried ...
0
votes
2answers
323 views

How to use NTLM Authentication with RestKit

Is NTLM authentication supported by RestKit? How can I use it in my project?
0
votes
0answers
34 views

How to use Python-SUDS for NTLM authentication?

I tried to write a SOAP client like this to consume WSDL through NTLM authentication: import logging from suds import client, WebFault from suds.transport.https import WindowsHttpAuthenticated ...
5
votes
3answers
492 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 ...
1
vote
1answer
2k views

How to enable windows authentication through a reverse proxy?

Sorry if it is a duplicate, as I am not a security nor network expert I may have missed the correct lingo to find information. I am working on an application to intercept and modify HTTP requests and ...
0
votes
0answers
39 views

IIS8 Windows Authentication does not update user when credentials in URL

We have an ASP.NET project that is deployed in two configurations Public website using Forms Authentication Internal website using Windows Authentication In order to allow our test automation to ...
0
votes
2answers
43 views

javax.naming.AuthenticationException in gssapi

I'm trying to perform NTLM bind using JAVA GSSAPI. I'm receiving this error: javax.naming.AuthenticationException: GSSAPI [Root exception is javax.security.sasl.SaslException: GSS initiate failed ...
2
votes
2answers
1k views

Access SharePoint intranet Using Google Chrome and FireFox on Mac machine

When i try to open our company's SharePoint Portal using Google Chrome or FireFox from Mac machine, log-in popup keeps prompting infinitely, i tried Domain\Username but still asking for user name and ...
0
votes
1answer
45 views

HMAC-MD5 using openSSL

I'm trying to study NTLMv2 response, Eric Glass's work. but stuck at HMAC-MD5 section. (using function like this) I got the right NTLM hash, and unicode username & domain. (he only emphasize the ...
-1
votes
4answers
309 views

Redirecting from Servlet to Jquery CRUD form causing request.getParameter null for all form elements

I have a Servlet class where I am doing NTLM authentication and if successful, I am forwarding to a JSP page. JSP page has a user form where few registration details are entered and page is ...
4
votes
3answers
923 views

Android: Downloading an NTLM-authentication-protected file

I want to download a file from a Sharepoint server that protected with NTLM authentication from my Android application. I found some tutorials and couldn't successful. I tried using The Java CIFS ...
0
votes
1answer
67 views

worklight http adapter and NTLM authentication

i'm trying to implement NTLM authentication in a Worklight HTTP Adapter in order to connect to M$ back-end servers, such as Sharepoint Web services. i've set-up my adapter.xml file with <ntlm>. ...
1
vote
0answers
145 views

NTLM over HTTP: Any C# client implementation?

I need to programmatically download a file from a SharePoint server. When I download the file with Firefox it looks like a single request, but Httpfox shows that the HTTPS conversation is actually 4 ...
0
votes
0answers
109 views

Negotiate using one session with ntlm authentication at Android

I'm communicating at android using ntlm authentication. Every time I'm communicating with the server, the device negotiates with the server again. This is even I'm using the same DefaultHttpClient. ...
0
votes
1answer
177 views

Using curl with NTLM auth to make a post is failing

I can't seem to wrap my head around this. I'm trying to script automating an upload of a csv but the curl is failing with a 401. curl -v --ntlm -u username --upload-file ~/galaxy/forums/pt_update.csv ...
3
votes
0answers
131 views

SSO for SSRS management site

Our web application uses NTLM authentication and it's working. Is it possible to use the same logon credentials to automatically login to the report manager, actually we would like to be able to ...
0
votes
0answers
39 views

NTLM soap client call gives different sdl value

I am making a call to ntlm soap client which extends SoapClient class. The soap object returns following parameters: [proxy_login] => [proxy_passwd] => [proxy_wsdl] => [soapActionHeader] ...
-1
votes
1answer
89 views

NTLMv2 password cracking time [closed]

I am working on an authentication method for a Windows application. I need to evaluate how NTLMv2 hashes are more resistant to bruteforcing comparing to NTLM. Given that roughly: NTLM hash = ...
0
votes
0answers
97 views

Play Framework 1.2.4 cannot authenticate with an external WS using NTLM

I am trying to connect to an external Web Service with NTLM authentication using the WS library. I use the following code: HttpResponse res = ...
0
votes
0answers
71 views

NTLM Authentication

I'm running a grails application with NTLM based authentication using jcifs. Login functionality works fine using NTLM. The application is using popups based on nyromodel. When clicked on the link ...
1
vote
2answers
477 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
2answers
122 views

How to calculate NTLM hash in python? [closed]

How can I calculate NTLM hash of a passowrd in python? Is there any library or sample code? I want it for writing a NTLM brute force tools with python (Like Cain & Abel )
0
votes
1answer
69 views

open intranet URL XP prompts for credentials NTLM compatibility

We have an intranet site on our network which uses NTLM to perform single sign on that works without issues. I wrote a C# application which spawn's an IE window with the site URL. Because the ...
1
vote
0answers
177 views

Cannot create a session after the response has been committed in IE7 and IE8

I am working with an application that allows the user to login using NTLM and a form login simultaneously. I mean that a user can log using their windows credentials (using jespa), but it is possible ...
1
vote
1answer
138 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 ...
2
votes
2answers
806 views

php: forward ntlm credentials to curl

I have a dynamic php page which I need to call with a get parameter. I then want to put the generated html into a string and use it later ( I'm tryign out tonic framework for web services) So this is ...

1 2 3 4 5 10