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

learn more… | top users | synonyms

0
votes
0answers
14 views

Does windows phone 7 support ntlm authentication?

i search for a way to connect my WP7 app to a https server using NTLM but the app crash with error remote server not found. and it's working fine with other platform. Some forum says that WP7 does ...
0
votes
2answers
13 views

Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm

I have a simple .NET WPF application. I added service reference. to //server:port/sites/site_collection_name/_vti_bin/lists.asmx and call it ListServ. I typed followed code ListsSoapClient ...
0
votes
0answers
17 views

HTTP BASIC AUTH + IIS + NTLM + PHP Logout Script

I have the following configuration: IIS + NTLM + HTTP Basic AUTH + PHP. Everything is fine except that there is no way to logout a user.... The way http://test@localhost.com doesn't work I think ...
0
votes
0answers
14 views

TeamCity NTLM groups

I am evaluating TeamCity on Windows, using NTLM authentication. It seems TeamCity allows any valid user in the domain. This is undesirable. How can I restrict the users when using NTLM in TeamCity ...
0
votes
0answers
34 views

NTLM Authentication implementation error in wp7

it gives me an error when I am trying to authenticate with server using NTLM in wp7 "The remote server returned an error: NotFound." private void callWebservice(object sender, RoutedEventArgs e) { ...
0
votes
0answers
26 views

NTLM Authentication implementation in c#

how I can read data from an Http web service using c# in windows phone 7 if the authentication header received from the server was 'NTLM'.
-1
votes
0answers
20 views

WP7 C# - NTLM Authentication [closed]

I need sample C# code compatible with Windows Phone 7 in order to authenticate to a webservice using NTLM. Thanks a lot
0
votes
0answers
20 views

NTLM Windows Authentication and anonymous authentication phantomJS

I would like use Windows authentication for for my application except for some tests which i would like to run using anonymous authentication which run using phantomJS and jasmine. I have added the ...
1
vote
0answers
49 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
1answer
23 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'); ...
-1
votes
0answers
15 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 ...
5
votes
0answers
145 views

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
vote
1answer
78 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 ...
-2
votes
0answers
46 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
107 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
242 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
0answers
80 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 ...
1
vote
1answer
140 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
44 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 ...
0
votes
1answer
135 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 ...
2
votes
1answer
100 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 ...
0
votes
0answers
39 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
131 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
0answers
23 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 ...
0
votes
0answers
44 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
46 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 ...
0
votes
1answer
51 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 ...
0
votes
2answers
169 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 ...
4
votes
1answer
179 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 ...
-1
votes
4answers
327 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 ...
1
vote
0answers
160 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
1answer
72 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>. ...
0
votes
0answers
121 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
0answers
50 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
101 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
1answer
226 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 ...
0
votes
0answers
105 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
75 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 ...
0
votes
2answers
132 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 )
1
vote
0answers
202 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 ...
3
votes
2answers
94 views

Pass username to Spring Security

We are having a application which returns logged in username (Windows NTLM) and we normally pass to all other applications to check authentication part. I would like to know is it possible to pass ...
2
votes
2answers
109 views

Spring 3 and NTLM authentication

I am using a spring 3 web application, as Spring 3 doesn't support NTLM authentication, what are the other alternatives that can be used along with Spring security? So that users are authenticated to ...
0
votes
0answers
128 views

WCF net.tcp binding force NTLM authentication

I am setting up both the server end and client end of a WCF communication channel that must use TCP binding and must be done programmatically rather than in config file (as this is a third party ...
0
votes
1answer
75 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
99 views

passing NTLM authentication proxy

I have a legacy HTTP client application developed with VB on .NET Framework 2.0 long ago. Recently a new proxy server was introduced into our network and the VB app started meeting "407 Proxy ...
4
votes
1answer
131 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 ...
1
vote
0answers
36 views

Is it possible to retrieve custom property from AD using ADVAPI

I am doing NTLM/Kerberos SSO using com.sun.jna.platform.win32.Sspi, com.sun.jna.platform.win32.Secur32 and com.sun.jna.platform.win32.AdvapiUtils to actually authenticate the user against the AD and ...
3
votes
1answer
138 views

Connecting to NTLMv2 from Java\httpclient 3\linux

I am using MAC and LINUX, java6 and apache http-client 3.1 to connect to sharepoint with NTLM auth. I connect to ntlm using http://jcifs.samba.org/ and it worked fine until I had to connect to ...
0
votes
1answer
44 views

Read NTLM-authenticated feed with SimplePie or similar?

Inside our firewall, I am trying to use SimplePie to work with RSS feeds from various platforms used by my company. I am not having any luck reading SharePoint RSS with SimplePie. Our SharePoint is ...
1
vote
0answers
121 views

Spoof user - Windows Authentication (NTLM)

I'm creating an intranet site in MVC using Windows Authentication. Some users won't be able to see the same contents then other groups of users. It's easy to make groups in active directory and allow ...

1 2 3 4 5 10