Questions tagged [ntlm]

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

189 questions
1
vote
0 answers

NTLM authentication not working following server reboot

I have IIS 6.1 on Windows Server 2008 SP1. There is one web application which has only Windows Authentication enabled. This has just one provider: NTLM. When I works, it works fine - until the server is rebooted. Following a reboot, the login dialog…
paul
  • 181
  • 1
  • 7
1
vote
1 answer

Vagrant behind NTLM proxy on windows - guest unable to connect to the host proxy

I'm on a Windows machine behind a corporate NTLM proxy and I need to vagrant up a VM from the given Vagrantfile. I've read a few things on this topic: http://runefs.com/2014/11/28/setting-up-vagrant-behind-a-corporate-proxy/ VirtualBox: How to set…
lexicore
  • 221
  • 3
  • 9
1
vote
1 answer

Apache NTLM not authenicating domain username/password.

I have a centos box and I am trying to setup NTLM authenication for apache. I have the linux box on the AD domain already and able to get user and group info using the wbinfo command. I have the ntlm.conf httpd configuration setup as…
akarc
  • 11
  • 3
1
vote
1 answer

Why is IIS asking for NTLM over and over

When running a website localy on IIS every request requires NTLM authentication over again. When running on server it's not as bad, but still requests more than once for a batch of requests all used for loading one page. I found a question which is…
JNF
  • 111
  • 3
1
vote
3 answers

Why Squid ntlm_auth works only when "cache_effective_group root"

I have Debian 8 Jessie with Samba configured as AD member server. Samba+Winbind works perfectly: I can create shares and assign rights for AD users; getent passwd shows both local and AD users, etc. Some additional checks like: net testjoin klist…
Yumashka
  • 41
  • 2
  • 5
1
vote
0 answers

Squid authentication helpers

I set up squid with authentication helper following along the line the guide here http://www.freesoftwaremagazine.com/articles/authentication_with_squid the only difference is that my users together with NTLM password hashes are stored in a mysql…
Leonardo M
  • 11
  • 2
1
vote
0 answers

SSRS Returning 401 Unauthorised Error when calling web service

We have two web servers that call the SSRS service to query the reports held there. Both servers are set up identically but while one works the other returns a 401 unauthorised exception when trying to query the list. The authentication type is NTLM…
1
vote
0 answers

Each request for a NTLM authenticated page served by an Apache webservice is doing CAN transactions

I develop a TYPO3 application which runs in a companies intranet. It is build on a CENTOS 6 platform with a MySQL database (5.1.16) and an Apache webserver (Version 2.2.15). For authentication we use an NTML Apache module mod_ntlm. As server side…
Klaus
  • 111
  • 2
1
vote
3 answers

Change Mozilla settings globally on internal network

We have a network in our company and I want to set network.automatic-ntlm-auth.allow-non-fqdn parameter to True in Mozilla FireFox for all clients,how can I do this?
user123456
  • 29
  • 2
1
vote
0 answers

Apache authentication - Exclude paths from defined authentication

I currently use the following directives to apply NTLM authentication to our Drupal installation, but I need to exclude some paths. I've tried adding directives for the specific paths I want to exclude, but they still require auth. How would I go…
1
vote
0 answers

Proxy hosted in IIS with NTLM, how can I enable single sign on?

I have a forward proxy hosted in IIS with windows authentication enabled. Firefox is set up to use the proxy. Problem is, I don't know what to do with network.automatic-ntlm-auth.trusted-uris. Apparently, firefox doesn't realize that whenever I go…
Egor
  • 111
  • 1
1
vote
2 answers

NTLM through proxy server

We use squid as a HTTP proxy (if needed I can modify it's configuration). We want to access a website that uses ntlm for authentication When we go on the website through squid we see a blank page When we go the website through a DSL box, we see an…
user130370
1
vote
1 answer

IIS 7.5 - Authentication works with IP Adress but NOT with FQDN

I'm using an IIS Server and run into the following problem: Using Internet Explorer, I type http://1.2.3.4/mySite/ and everything works fine, it uses my Windows credentials. When I try http://name/mySite/ or http://name.domain.tld/mySite it does not…
David
  • 11
  • 1
  • 4
1
vote
1 answer

Squid Proxy and AD auth generating errors on Squid startup

I need some advice with an error i am getting when trying to start Squid which has integrated NTLM / AD auth setup. heres the back story: I've followed this guide word for word on the setup, installation and config of the server. So far everything…
Kristiaan
  • 442
  • 1
  • 9
  • 22
1
vote
1 answer

Enabling NTLM Auto login on IIS for fully qualified domain name (FQDN)

I have noticed in our network that when I want to enable users to connect to a Web Application and be automatically logged in, I need to provide them with a URL such as http://server/path/application.aspx. If I use…
Ken Pespisa
  • 716
  • 1
  • 10
  • 23