You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/configure-ldap-extended-groups.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: how-to
15
-
ms.date: 01/30/2023
15
+
ms.date: 02/21/2023
16
16
ms.author: anfdocs
17
17
---
18
18
# 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:
36
36
* UID or username
37
37
* Requested attributes (`uid`, `uidNumber`, `gidNumber` for users, or `gidNumber` for groups)
38
38
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.
40
40
41
41
## Considerations
42
42
@@ -96,7 +96,7 @@ The following information is passed to the server in the query:
96
96
97
97
Then you need to restart the `rpcbind` service on your host or reboot the host.
98
98
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.
100
100
101
101

102
102
@@ -114,6 +114,8 @@ The following information is passed to the server in the query:
114
114
115
115
* Specify nested **User DN** and **Group DN** in the format of `OU=subdirectory,OU=directory,DC=domain,DC=com`.
116
116
* 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.
117
119
118
120

Copy file name to clipboardExpand all lines: articles/azure-netapp-files/create-active-directory-connections.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: how-to
15
-
ms.date: 01/25/2023
15
+
ms.date: 03/01/2023
16
16
ms.author: anfdocs
17
17
---
18
18
# 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
22
22
## <aname="requirements-for-active-directory-connections"></a>Requirements and considerations for Active Directory connections
23
23
24
24
> [!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.
26
26
> 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.
27
27
28
28
* 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
94
94
>[!NOTE]
95
95
>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.
96
96
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.
98
98
* **AD DNS Domain Name (required)**
99
99
This is the fully qualified domain name of the AD DS that will be used with Azure NetApp Files (for example, `contoso.com`).
100
100
* **AD Site Name (required)**
101
101
This is the AD DS site name that will be used by Azure NetApp Files for domain controller discovery.
102
102
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.
104
104
105
105
>[!NOTE]
106
106
> 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
120
120
121
121
If no value is provided, Azure NetApp Files will use the `CN=Computers` container.
122
122
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`
124
124
125
125
:::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.":::
126
126
@@ -150,7 +150,7 @@ Several features of Azure NetApp Files require that you have an Active Directory
150
150
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.
151
151
152
152
>[!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).
154
154
155
155
For more information, see [Enable Active Directory Domain Services (AD DS) LDAP authentication for NFS volumes](configure-ldap-over-tls.md).
156
156
@@ -172,6 +172,10 @@ Several features of Azure NetApp Files require that you have an Active Directory
172
172
173
173
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.
174
174
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
+
175
179
* <a name="encrypted-smb-dc"></a> **Encrypted SMB connections to Domain Controller**
176
180
177
181
**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