Skip to content

Commit 35d7d49

Browse files
Merge pull request #232972 from khdownie/kendownie033123
clarifying NTLM support
2 parents 605dc10 + 9933048 commit 35d7d49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/storage/files/files-smb-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about file shares hosted in Azure Files using the Server Mess
44
author: khdownie
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 05/09/2022
7+
ms.date: 03/31/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: devx-track-azurepowershell
@@ -155,7 +155,7 @@ Azure Files exposes settings that let you toggle the SMB protocol to be more com
155155
Azure Files exposes the following settings:
156156

157157
- **SMB versions**: Which versions of SMB are allowed. Supported protocol versions are SMB 3.1.1, SMB 3.0, and SMB 2.1. By default, all SMB versions are allowed, although SMB 2.1 is disallowed if "require secure transfer" is enabled, because SMB 2.1 does not support encryption in transit.
158-
- **Authentication methods**: Which SMB authentication methods are allowed. Supported authentication methods are NTLMv2 and Kerberos. By default, all authentication methods are allowed. Removing NTLMv2 disallows using the storage account key to mount the Azure file share.
158+
- **Authentication methods**: Which SMB authentication methods are allowed. Supported authentication methods are NTLMv2 (storage account key only) and Kerberos. By default, all authentication methods are allowed. Removing NTLMv2 disallows using the storage account key to mount the Azure file share. Azure Files doesn't support using NTLM authentication for domain credentials.
159159
- **Kerberos ticket encryption**: Which encryption algorithms are allowed. Supported encryption algorithms are AES-256 (recommended) and RC4-HMAC.
160160
- **SMB channel encryption**: Which SMB channel encryption algorithms are allowed. Supported encryption algorithms are AES-256-GCM, AES-128-GCM, and AES-128-CCM.
161161

articles/storage/files/files-troubleshoot-smb-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot problems using identity-based authentication to connec
44
author: khdownie
55
ms.service: storage
66
ms.topic: troubleshooting
7-
ms.date: 03/28/2023
7+
ms.date: 03/31/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -326,7 +326,7 @@ If you're connecting to a storage account via a private endpoint/private link us
326326

327327
#### Cause
328328

329-
This is because the SMB client has tried to use Kerberos but failed, so it falls back to using NTLM authentication, which Azure Files doesn't support. The client can't get a Kerberos ticket to the storage account because the private link FQDN isn't registered to any existing Azure AD application.
329+
This is because the SMB client has tried to use Kerberos but failed, so it falls back to using NTLM authentication, and Azure Files doesn't support using NTLM authentication for domain credentials. The client can't get a Kerberos ticket to the storage account because the private link FQDN isn't registered to any existing Azure AD application.
330330

331331
#### Solution
332332

0 commit comments

Comments
 (0)