Skip to content

Commit 883b5b6

Browse files
authored
Merge pull request #215681 from b-ahibbard/anf-preferred-ldap-2022.11
AD improvement: preferred AD servers for LDAP client
2 parents 647c2ba + 4738ad2 commit 883b5b6

6 files changed

+54
-34
lines changed

articles/azure-netapp-files/configure-ldap-extended-groups.md

Lines changed: 5 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: how-to
15-
ms.date: 01/30/2023
15+
ms.date: 02/21/2023
1616
ms.author: anfdocs
1717
---
1818
# Enable Active Directory Domain Services (AD DS) LDAP authentication for NFS volumes
@@ -36,7 +36,7 @@ The following information is passed to the server in the query:
3636
* UID or username
3737
* Requested attributes (`uid`, `uidNumber`, `gidNumber` for users, or `gidNumber` for groups)
3838
1. If the user or group isn’t found, the request fails, and access is denied.
39-
1. If the request is successful, then user and group attributes are [cached for future use](configure-ldap-extended-groups.md#considerations). This operation improves the performance of subsequent LDAP queries associated with the cached user or group attributes. It also reduces the load on the ADDS/AADDS LDAP server.
39+
1. If the request is successful, then user and group attributes are [cached for future use](configure-ldap-extended-groups.md#considerations). This operation improves the performance of subsequent LDAP queries associated with the cached user or group attributes. It also reduces the load on the ADDS/AADDS LDAP server.
4040

4141
## Considerations
4242

@@ -96,7 +96,7 @@ The following information is passed to the server in the query:
9696

9797
Then you need to restart the `rpcbind` service on your host or reboot the host.
9898

99-
6. Follow steps in [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md) to create an NFS volume. During the volume creation process, under the **Protocol** tab, enable the **LDAP** option.
99+
6. Follow steps in [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md) to create an NFS volume. During the volume creation process, under the **Protocol** tab, enable the **LDAP** option.
100100

101101
![Screenshot that shows Create a Volume page with LDAP option.](../media/azure-netapp-files/create-nfs-ldap.png)
102102

@@ -114,6 +114,8 @@ The following information is passed to the server in the query:
114114

115115
* Specify nested **User DN** and **Group DN** in the format of `OU=subdirectory,OU=directory,DC=domain,DC=com`.
116116
* Specify **Group Membership Filter** in the format of `(gidNumber=*)`.
117+
* If a user is a member of more than 256 groups, only 256 groups will be listed.
118+
* Refer to [errors for LDAP volumes](troubleshoot-volumes.md#errors-for-ldap-volumes) if you run into errors.
117119

118120
![Screenshot that shows options related to LDAP Search Scope](../media/azure-netapp-files/ldap-search-scope.png)
119121

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

Lines changed: 10 additions & 6 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/25/2023
15+
ms.date: 03/01/2023
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -22,7 +22,7 @@ Several features of Azure NetApp Files require that you have an Active Directory
2222
## <a name="requirements-for-active-directory-connections"></a>Requirements and considerations for Active Directory connections
2323

2424
> [!IMPORTANT]
25-
> You must follow guidelines described in [Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files](understand-guidelines-active-directory-domain-service-site.md) for Active Directory Domain Services (AD DS) or Azure Active Directory Domain Services (AAD DS) used with Azure NetApp Files.
25+
> You must follow guidelines described in [Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files](understand-guidelines-active-directory-domain-service-site.md) for Active Directory Domain Services (AD DS) or Azure Active Directory Domain Services (Azure AD DS) used with Azure NetApp Files.
2626
> In addition, before creating the AD connection, review [Modify Active Directory connections for Azure NetApp Files](modify-active-directory-connections.md) to understand the impact of making changes to the AD connection configuration options after the AD connection has been created. Changes to the AD connection configuration options are disruptive to client access and some options cannot be changed at all.
2727
2828
* An Azure NetApp Files account must be created in the region where the Azure NetApp Files volumes are deployed.
@@ -94,13 +94,13 @@ Several features of Azure NetApp Files require that you have an Active Directory
9494
>[!NOTE]
9595
>It is recommended that you configure a Secondary DNS server. See [Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files](understand-guidelines-active-directory-domain-service-site.md). Ensure that your DNS server configuration meets the requirements for Azure NetApp Files. Otherwise, Azure NetApp Files service operations, SMB authentication, Kerberos, or LDAP operations might fail.
9696
97-
If you use Azure AD DS (AAD DS), you should use the IP addresses of the AAD DS domain controllers for Primary DNS and Secondary DNS respectively.
97+
If you use Azure AD DS (Azure AD DS), you should use the IP addresses of the Azure AD DS domain controllers for Primary DNS and Secondary DNS respectively.
9898
* **AD DNS Domain Name (required)**
9999
This is the fully qualified domain name of the AD DS that will be used with Azure NetApp Files (for example, `contoso.com`).
100100
* **AD Site Name (required)**
101101
This is the AD DS site name that will be used by Azure NetApp Files for domain controller discovery.
102102
103-
The default site name for both ADDS and AADDS is `Default-First-Site-Name`. Follow the [naming conventions for site names](/troubleshoot/windows-server/identity/naming-conventions-for-computer-domain-site-ou#site-names) if you want to rename the site name.
103+
The default site name for both AD DS and Azure AD DS is `Default-First-Site-Name`. Follow the [naming conventions for site names](/troubleshoot/windows-server/identity/naming-conventions-for-computer-domain-site-ou#site-names) if you want to rename the site name.
104104
105105
>[!NOTE]
106106
> See [Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files](understand-guidelines-active-directory-domain-service-site.md). Ensure that your AD DS site design and configuration meets the requirements for Azure NetApp Files. Otherwise, Azure NetApp Files service operations, SMB authentication, Kerberos, or LDAP operations might fail.
@@ -120,7 +120,7 @@ Several features of Azure NetApp Files require that you have an Active Directory
120120
121121
If no value is provided, Azure NetApp Files will use the `CN=Computers` container.
122122
123-
If you're using Azure NetApp Files with Azure Active Directory Domain Services (AAD DS), the organizational unit path is `OU=AADDC Computers`
123+
If you're using Azure NetApp Files with Azure Active Directory Domain Services (Azure AD DS), the organizational unit path is `OU=AADDC Computers`
124124
125125
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-join-active-directory.png" alt-text="Screenshot of the Join Active Directory input fields.":::
126126
@@ -150,7 +150,7 @@ Several features of Azure NetApp Files require that you have an Active Directory
150150
This option enables LDAP over TLS for secure communication between an Azure NetApp Files volume and the Active Directory LDAP server. You can enable LDAP over TLS for NFS, SMB, and dual-protocol volumes of Azure NetApp Files.
151151
152152
>[!NOTE]
153-
>LDAP over TLS must not be enabled if you're using Azure Active Directory Domain Services (AAD DS). AAD DS uses LDAPS (port 636) to secure LDAP traffic instead of LDAP over TLS (port 389).
153+
>LDAP over TLS must not be enabled if you're using Azure Active Directory Domain Services (Azure AD DS). Azure AD DS uses LDAPS (port 636) to secure LDAP traffic instead of LDAP over TLS (port 389).
154154
155155
For more information, see [Enable Active Directory Domain Services (AD DS) LDAP authentication for NFS volumes](configure-ldap-over-tls.md).
156156
@@ -172,6 +172,10 @@ Several features of Azure NetApp Files require that you have an Active Directory
172172
173173
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.
174174
175+
* <a name="preferred-server-ldap"></a> **Preferred server for LDAP client**
176+
177+
The **Preferred server for LDAP client** option allows you to submit the IP addresses of up to two AD servers as a comma-separated list. Rather than sequentially contacting all of the discovered AD services for a domain, the LDAP client will contact the specified servers first.
178+
175179
* <a name="encrypted-smb-dc"></a> **Encrypted SMB connections to Domain Controller**
176180
177181
**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.

0 commit comments

Comments
 (0)