Skip to content

Commit a566983

Browse files
Merge pull request #216828 from b-ahibbard/smb-connection-dc
smb encryption connecting to dc
2 parents dd6164f + 52ed541 commit a566983

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

articles/azure-netapp-files/create-active-directory-connections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 11/01/2022
15+
ms.date: 11/02/2022
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -168,11 +168,11 @@ Several features of Azure NetApp Files require that you have an Active Directory
168168
169169
See [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md#ldap-search-scope) for information about these options.
170170
171-
* **Encrypted SMB connections to Domain Controller**
171+
* <a name="encrypted-smb-dc"></a> **Encrypted SMB connections to Domain Controller**
172172
173-
**Encrypted SMB connections to Domain Controller** specifies whether encryption should be used for communication between SMB server and domain controller. When enabled, only SMB3 will be used for encrypted domain controller connections.
173+
**Encrypted SMB connections to Domain Controller** specifies whether encryption should be used for communication between an SMB server and domain controller. When enabled, only SMB3 will be used for encrypted domain controller connections.
174174
175-
If this is your first time using this feature, you must register it:
175+
This feature is currently in preview. If this is your first time using Encrypted SMB connections to domain controller, you must register it:
176176
177177
```azurepowershell-interactive
178178
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEncryptedSMBConnectionsToDC

articles/azure-netapp-files/modify-active-directory-connections.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: b-hchen
55
ms.service: azure-netapp-files
66
ms.workload: storage
77
ms.topic: how-to
8-
ms.date: 07/22/2022
8+
ms.date: 11/02/2022
99
ms.author: anfdocs
1010
---
1111

@@ -34,6 +34,7 @@ Once you have [created an Active Directory connection](create-active-directory-c
3434
| Allow local NFS users with LDAP | If enabled, this option will manage access for local users and LDAP users. | Yes | This option will allow access to local users. It is not recommended and, if enabled, should only be used for a limited time and later disabled. | If enabled, this option will allow access to local users and LDAP users. If access is needed for only LDAP users, this option must be disabled. |
3535
| LDAP over TLS | If enabled, LDAP over TLS will be configured to support secure LDAP communication to active directory. | Yes | None | If LDAP over TLS is enabled and if the server root CA certificate is already present in the database, then LDAP traffic is secured using the CA certificate. If a new certificate is passed in, that certificate will be installed. |
3636
| Server root CA Certificate | When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64-encoded Active Directory Certificate Service's self-signed root CA certificate. | Yes | None* | LDAP traffic secured with new certificate only if LDAP over TLS is enabled |
37+
| Encrypted SMB connections to Domain Controller | This specifies whether encryption should be used for communication between SMB server and domain controller. See [Create Active Directory connections](create-active-directory-connections.md#encrypted-smb-dc) for more details on using this feature. | Yes | SMB, Kerberos, and LDAP enabled volume creation cannot be used if the domain controller does not support SMB3 | Only SMB3 will be used for encrypted domain controller connections. |
3738
| Backup policy users | You can include additional accounts that require elevated privileges to the computer account created for use with Azure NetApp Files. See [Create and manage Active Directory connections](create-active-directory-connections.md#create-an-active-directory-connection) for more information. | Yes | None* | The specified accounts will be allowed to change the NTFS permissions at the file or folder level. |
3839
| Administrators | Specify users or groups that will be given administrator privileges on the volume | Yes | None | User account will receive administrator privileges |
3940
| Username | Username of the Active Directory domain administrator | Yes | None* | Credential change to contact DC |

articles/azure-netapp-files/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: overview
15-
ms.date: 10/25/2022
15+
ms.date: 11/02/2022
1616
ms.author: anfdocs
1717
---
1818
# What's new in Azure NetApp Files
1919

2020
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
2121

22+
## November 2022
23+
24+
* [Encrypted SMB connections to Domain Controller](create-active-directory-connections.md#encrypted-smb-dc) (Preview)
25+
26+
With the Encrypted SMB connections to Active Directory Domain Controller capability you can now specify whether encryption should be used for communication between SMB server and domain controller in Active Directory connections. When enabled, only SMB3 will be used for encrypted domain controller connections.
27+
2228
## October 2022
2329

2430
* [Availability zone volume placement](manage-availability-zone-volume-placement.md) (Preview)

0 commit comments

Comments
 (0)