Skip to content

Commit 47eee31

Browse files
committed
implement Mark B. comments
1 parent 42eebb6 commit 47eee31

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/azure-netapp-files/configure-ldap-over-tls.md

Lines changed: 2 additions & 2 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: 01/20/2023
15+
ms.date: 01/25/2023
1616
ms.author: anfdocs
1717
---
1818
# Configure ADDS LDAP over TLS for Azure NetApp Files
@@ -21,7 +21,7 @@ You can use LDAP over TLS to secure communication between an Azure NetApp Files
2121

2222
## Considerations
2323

24-
* LDAP over TLS must not be enabled if you are using Azure Active Directory Domain Services (AADDS). AADDS uses LDAPS (port 636) to secure LDAP traffic instead of LDAP over TLS (port 389).
24+
* DNS PTR records must exist for each AD DS domain controller assigned to the **AD Site Name** specified in the Azure NetApp Files Active Directory connection.
2525
* PTR records must exist for all domain controllers in the site for ADDS LDAP over TLS to function properly.
2626

2727
## Generate and export root CA certificate

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

Lines changed: 3 additions & 2 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: 01/20/2023
15+
ms.date: 01/25/2023
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -137,7 +137,8 @@ Several features of Azure NetApp Files require that you have an Active Directory
137137
138138
Azure NetApp Files supports LDAP Channel Binding if both LDAP Signing and LDAP over TLS settings options are enabled in the Active Directory Connection. For more information, see [ADV190023 | Microsoft Guidance for Enabling LDAP Channel Binding and LDAP Signing](https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV190023).
139139
140-
PTR records for the machine accounts must exist for LDAP signing to work.
140+
>[!NOTE]
141+
>DNS PTR records for the AD DS machine account(s) must be created in the AD DS **Organizational Unit** specified in the Azure NetApp Files AD connection for LDAP Signing to work.
141142
142143
![Screenshot of the LDAP signing checkbox.](../media/azure-netapp-files/active-directory-ldap-signing.png)
143144

articles/azure-netapp-files/understand-guidelines-active-directory-domain-service-site.md

Lines changed: 2 additions & 3 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: conceptual
15-
ms.date: 01/20/2023
15+
ms.date: 01/25/2023
1616
ms.author: anfdocs
1717
---
1818
# Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files
@@ -55,7 +55,6 @@ The required network ports are as follows:
5555
| NetBIOS name | 138 | UDP |
5656
| SAM/LSA | 445 | TCP |
5757
| SAM/LSA | 445 | UDP |
58-
| w32time | 123 | UDP |
5958

6059
*DNS running on AD DS domain controller
6160

@@ -72,7 +71,7 @@ Ensure that you meet the following requirements about the DNS configurations:
7271
* Ensure that [the SRV records registered by the AD DS Net Logon service](https://social.technet.microsoft.com/wiki/contents/articles/7608.srv-records-registered-by-net-logon.aspx) have been created on the DNS servers.
7372
* Ensure that the PTR records for the AD DS domain controllers used by Azure NetApp Files have been created on the DNS servers.
7473
* Azure NetApp Files supports standard and secure dynamic DNS updates. If you require secure dynamic DNS updates, ensure that secure updates are configured on the DNS servers.
75-
* If dynamic DNS updates are not used, you need to manually create A record and PTR records for Azure NetApp Files SMB volumes. The PTR records are those for the computer accounts created by the storage in Active Directory.
74+
* If dynamic DNS updates are not used, you need to manually create an A record and a PTR record for the AD DS machine account(s) created in the AD DS **Organizational Unit** (specified in the Azure NetApp Files AD connection) to support Azure NetApp FIles LDAP Signing, LDAP over TLS, SMB, dual-protocol, or Kerberos NFSv4.1 volumes.
7675
* For complex or large AD DS topologies, [DNS Policies or DNS subnet prioritization may be required to support LDAP enabled NFS volumes](#ad-ds-ldap-discover).
7776

7877
### Time source requirements

0 commit comments

Comments
 (0)