Questions tagged [ntlm]

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

189 questions
0
votes
4 answers

Apache Reverse Proxy server and SSL NTLM SharePoint

I'm trying to set Apache as proxy server to an internal SharePoint server. I have previously configured Apache to run as a proxy server to export internal webpages and web applications. However, the Sharepoint is using SSL and NTLM authentication,…
jlanza
  • 113
  • 1
  • 2
  • 7
0
votes
1 answer

LDAP NTLM interop

Our company uses NTLM to authenticate users. But there are a bunch of softwares with LDAP authentication support. So, is there a way to setup an LDAP server (preferably under WinNT), which can authenticate users via NTLM?
pihentagy
  • 293
  • 3
  • 7
0
votes
1 answer

How to configure NTLM security on Apache http server?

Possible Duplicate: How to configure NTLM security on Apache http server on windows? How to configure NTLM security on Apache http server?
Abdul Khaliq
0
votes
1 answer

How to configure samba+winbind with AD redundancy?

I work for a company that offers a software solution for network management. Part of the solution is proxy authentication. An already legacy option in our software, is to configure a proxy to use NTLM authentication (among other possible…
0
votes
1 answer

Is there any working Apache module to implement NTLM on Ubuntu Server

I am trying to configure NTLM authentication for an internal site running on Apache/Ubuntu Jammy. I was able to implement LDAP authentication. Still, I want to make the login/auth process smooth as the user is already logged into his work computer…
NaniK
  • 1
0
votes
0 answers

Standalone Samba 4.13 server with LDAP backend: Windows 10 clients fails (Windows 7 is OK)

I have a running Samba v4.13 standalone server (no Active Directory nor Samba Domain) on Debian using an LDAP passdb backend (ldapsam) which was working just fine with Windows 7 SMB client but does not work with Windows 10 client. At first Windows…
CDuv
  • 242
  • 1
  • 3
  • 12
0
votes
0 answers

IIS - getting 401 authentication for HTTPS but not for HTTP

I'm having a strange problem with IIS 10 setup on a Windows server 2022. When accessing the site with http, it loads fine without issues. However, with https, I get a login prompt. Website has anonymous authentication enabled and all other…
0
votes
1 answer

HTTP 401.2 Error when using Azure Application Gateway

I have an ASP.Net site hosted in IIS 10 on Windows Server 2019 DataCenter in Azure. This site has only Windows Authentication enabled. When I access the site directly (http://mysite-backend.example.com) I'm prompted for credentials, after which all…
JohnLBevan
  • 1,214
  • 7
  • 22
  • 46
0
votes
0 answers

azure devops self-managed agent installation on Ubuntu

my environment is Ubuntu 20.04, after running ./config.cmd command and adding my correct details I get the following error: System.PlatformNotSupportedException: NTLM authentication is not possible with default credentials on this platform. at…
Shnbook
  • 11
  • 2
0
votes
0 answers

Validating credentials in PowerShell wont use Kerberos

In reality I'm debugging a C# app but since the same command is possible in PowerShell I'm trying there. I am trying to validate user accounts using the following in PowerShell: > Add-Type -AssemblyName System.DirectoryServices.AccountManagement >…
0
votes
1 answer

Not defined state of the `Network security: Restrict NTLM: NTLM authentication in this domain` GPO

Is NTLM by default disabled on domain controllers with Windows Server 2019? My current tests show that the GPO Network security: Restrict NTLM: NTLM authentication in this domain does not work as documented. When this GPO is Not defined, NTLM does…
bahrep
  • 687
  • 1
  • 9
  • 27
0
votes
1 answer

Can any local domain controller authenticate NTLM or do they pass it on to the primary domain controller?

When a Windows server needs to authenticate a domain user with NTLM it asks the local domain controller. My question is whether that domain controller (assuming the user is in that domain) can process NTLM authentication entirely locally, OR, does…
Cody Konior
  • 101
  • 2
0
votes
1 answer

Linux servers stopped being able to use PowerShell remoting over WinRM using NTLM on remote Windows Servers

So basically we have a team with Linux servers running PowerShell Core (a mix of 6 and 7) that have to execute remote Windows PowerShell commands on Windows servers. Problem is, the team never got Kerberos working for authentication and is relying…
codewario
  • 548
  • 3
  • 16
  • 36
0
votes
1 answer

SMB Connection to non-domain server

I have a service that needs to establish a SMB connection to several servers. There is no issue with domain-joined computers using a domain account with access. However, I need it to connect to a few servers that are not joined. The service needs…
0
votes
1 answer

Problems accessing shared folder in Windows clustered file Server 2008 R2

Firs of all I need to apologise for my poor technical and language skills. I will try to describe a problem as detail as I can. There is subnet 172.16.10.0/24 In this subnet I have 3 servers 1 storage and 7 workstations (real count are many…
1 2 3
12
13