ntlm

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 with Active Directory. There is a good description of NTLM and the encryption used for the passwords, which I used to implement this, but...

IE Securty Zone Issues

I'm developing a website which will be used in the corporate intranet which uses JCIFS and NTLM to automatically authenticate the users without asking them to log on. Everything seems to be working in IE 6, but some users are being prompted for their passwords in IE 7. We've had some success by getting the users to change their Logon...

NT authentication login

I have a site I am working on, on this site users can login to get more private information. My client has another site elseware that uses nt authentication for accessing it. What they want to do is have a button on the site I am working on under the private area that will send them to the ntauthenticated site, but not require them to lo...

How do you get the logged in Windows domain account from an ASP.NET application?

We have an ASP.NET application that manages it's own User, Roles and Permission database and we have recently added a field to the User table to hold the Windows domain account. I would like to make it so that the user doesn't have to physically log in to our application, but rather would be automatically logged in based on the curre...

SMTP commands for "AUTH NTLM"

I'm failing at finding the commands I need to send to authenticate to a SMTP server using NTLM. I think it goes something like: AUTH NTLM <bae64encode something> 334 <bae64encode something> 235 ...

Has anyone been able to get SharePoint using NTLM working with SQUID as a reverse proxy?

Hi, We have a SQUID reverse proxy and a MOSS 2007 portal. All sites are using NTLM. We cannot get it working with SQUID as a reverse proxy. Any ideas where to start? ...

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 Rails site. Does anyone know of way that I could authenticate NTLM type user information through a Apache/mongrel setup (provided of course th...

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

I want to use Sharepoint with python (C-Python) Has anyone tried this before ? ...

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 consumed with passed credentials of a valid Sharepoint account with appropriate permissions. ListServiceWrapper listService = new ListServi...

Use ruby gem, apt-get,etc. through a proxy with NTLM authentication

What solutions are out there for getting through a corporate proxy using NTLM authentication? Anything that isn't a browser fails. I've tried NTLMAPS, without success. ...

Login without username and password from the web browser on Windows

I heard that on Windows you can login from a web browser to the web server without going through the usual login entering username and password but using instead the credentials from Windows directly, using the NTLM protocol. How is this achieved? Does the web server need to support some additional authentication? Update: I'm asking f...

How can I manually enter my credentials in SQL Server management Studio 2008 when using Windows Authentication ?

Usually, when using Windows Authentication, the software (eg Internet Explorer) tries to use Windows Authentication, and if it doesn't succeed (because the domain is untrusted, or because the credentials are not ok for example), it just popups a login window so that you can input your domain, login and password. With sql Server Manageme...

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 conditions Kerberos will be used Intranet Zone Accessing the server using a Hostname rather then IP Integrated Windows Authentication in IE is enabled, the host is tr...

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 Method screen in IIS it looks like you can enable both "Integrated Windows Authentication" and anonymous access, but the documentation I've rea...

How to specify backup domain controller for JCIFS in web.xml?

Hi, We are using NTLM authentication using JCIFS in our web application. In the web.xml file, we are specifying the domain controller server name, like this: <!-- NTLM code --> <init-param> <param-name>jcifs.http.domainController</param-name> <param-value>SERVERNAME</param-value> </init-param> my question here is: Is there ...

Anyone have a successful WCAT load test scenario using NTLM authentication?

The documentation provides a succinct example, and one that looks like it's missing a hop/pair anyway. When I set up a script to access a remote server and pattern my NTLM communication similarly, I get the following output: ... All clients connected, Test beginning. Invalid code received. Error accepting remote connectio...

Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library? ...

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,computername=backup-09,username=Administrator,password=PASSWORD -whatif > msdeploysync.log I also tried the following msdeploy -verb:sync -source:metakey=lm/w3svc/6...

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 SOAPAction, Content-Type, Content-Length, and HTTPBody, I just keep getting didReceiveAuthenticationChallenge messages. Additionally, I'm trying to ...

Configuring a default domain for NTLM auth in IIS6

I am having trouble getting remote clients to connect successfully to an IIS WebDav site that is configured to use NTLM authentication. I have configured access to the WebDav folder to allow certain Windows accounts access, and configured the IIS vDir to require Windows authentication. Unfortunately I have no control over the client ...