Skip to content

Commit c87d28a

Browse files
committed
ldap search scope update
1 parent 8a5106b commit c87d28a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 03/17/2023
8+
ms.date: 02/21/2025
99
ms.author: anfdocs
1010
---
1111
# Enable Active Directory Domain Services (AD DS) LDAP authentication for NFS volumes
@@ -108,8 +108,8 @@ The following information is passed to the server in the query:
108108

109109
To resolve the users and group from an LDAP server for large topologies, set the values of the **User DN**, **Group DN**, and **Group Membership Filter** options on the Active Directory Connections page as follows:
110110

111-
* Specify nested **User DN** and **Group DN** in the format of `OU=subdirectory,OU=directory,DC=domain,DC=com`.
112-
* Specify **Group Membership Filter** in the format of `(gidNumber=*)`.
111+
* Specify nested **User DN** and **Group DN** in the format of `OU=subdirectory,OU=directory,DC=domain,DC=com`. Multiple organizational units can be specified using a semicolon, for example: `OU=subdirectory1,OU=directory1,DC=domain,DC=com;OU=subdirectory2,OU=directory2,DC=domain,DC=com`
112+
* Specify **Group Membership Filter** in the format of `(gidNumber=*)`. For example, setting `(gidNumber=9*)` searches for `gidNumbers` starting with 9. You can also use two filters together: `(|(cn=*22)(cn=*33))` searches for CN values ending in 22 or 33.
113113
* If a user is a member of more than 256 groups, only 256 groups will be listed.
114114
* Refer to [errors for LDAP volumes](troubleshoot-volumes.md#errors-for-ldap-volumes) if you run into errors.
115115

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 10/21/2024
9+
ms.date: 02/21/2025
1010
ms.author: anfdocs
1111
---
1212
# Create and manage Active Directory connections for Azure NetApp Files
@@ -132,7 +132,7 @@ For more information about the relationship between NetApp accounts and subscrip
132132
* **Organizational unit path**
133133
This is the LDAP path for the organizational unit (OU) where SMB server computer accounts will be created. That is, `OU=second level, OU=first level`. For example, if you want to use an OU called `ANF` created at the root of the domain, the value would be `OU=ANF`.
134134
135-
If no value is provided, Azure NetApp Files will use the `CN=Computers` container.
135+
If no value is provided, Azure NetApp Files uses the `CN=Computers` container.
136136
137137
If you're using Azure NetApp Files with Microsoft Entra Domain Services, the organizational unit path is `OU=AADDC Computers`
138138

0 commit comments

Comments
 (0)