Skip to content

Commit b9fe89d

Browse files
authored
Merge pull request #109799 from b-juche/live-udpate-03-31-Kerberos-AES-support
add Kerberos AES support; specify requirement that the credentials us…
2 parents bc82358 + c1dd626 commit b9fe89d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 03/13/2020
16+
ms.date: 03/31/2020
1717
ms.author: b-juche
1818
---
1919
# Create an SMB volume for Azure NetApp Files
@@ -69,6 +69,14 @@ A subnet must be delegated to Azure NetApp Files.
6969

7070
See [Designing the site topology](https://docs.microsoft.com/windows-server/identity/ad-ds/plan/designing-the-site-topology) about AD sites and services.
7171

72+
* Azure NetApp Files supports DES, Kerberos AES 128, and Kerberos AES 256 encryption types (from the least secure to the most secure). The user credentials used to join Active Directory must have the highest corresponding account option enabled that matches the capabilities enabled for your Active Directory.
73+
74+
For example, if your Active Directory has only the AES-128 capability, you must enable the AES-128 account option for the user credentials. If your Active Directory has the AES-256 capability, you must enable the AES-256 account option (which also supports AES-128). If your Active Directory does not have any Kerberos encryption capability, Azure NetApp Files uses DES by default.
75+
76+
You can enable the account options in the properties of the Active Directory Users and Computers MMC console:
77+
78+
![Active Directory Users and Computers MMC](../media/azure-netapp-files/ad-users-computers-mmc.png)
79+
7280
See Azure NetApp Files [SMB FAQs](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-faqs#smb-faqs) about additional AD information.
7381

7482
## Decide which Domain Services to use
164 KB
Loading

0 commit comments

Comments
 (0)