Skip to content

Commit 832a354

Browse files
authored
Add note re. MaxPageSize attribute defaulting to 1,000 and how to change that.
1 parent 70963c2 commit 832a354

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 05/27/2022
15+
ms.date: 01/30/2023
1616
ms.author: anfdocs
1717
---
1818
# Enable Active Directory Domain Services (ADDS) LDAP authentication for NFS volumes
1919

2020
When you [create an NFS volume](azure-netapp-files-create-volumes.md), you have the option to enable the LDAP with extended groups feature (the **LDAP** option) for the volume. This feature enables Active Directory LDAP users and extended groups (up to 1024 groups) to access files and directories in the volume. You can use the LDAP with extended groups feature with both NFSv4.1 and NFSv3 volumes.
2121

22+
> [!NOTE]
23+
> By default, in Active Directory LDAP servers, the `MaxPageSize` attribute is set to a default of 1,000. This setting means that groups beyond 1,000 are truncated in LDAP queries. To enable full support with the 1,024 value for extended groups, the `MaxPageSiz`e attribute must be modified to reflect the 1,024 value. For information about how to change that value, see [How to view and set LDAP policy in Active Directory by using Ntdsutil.exe](/roubleshoot/windows-server/identity/view-set-ldap-policy-using-ntdsutil)
24+
2225
Azure NetApp Files supports fetching of extended groups from the LDAP name service rather than from the RPC header. Azure NetApp Files interacts with LDAP by querying for attributes such as usernames, numeric IDs, groups, and group memberships for NFS protocol operations.
2326

2427
When it’s determined that LDAP will be used for operations such as name lookup and fetching extended groups, the following process occurs:

0 commit comments

Comments
 (0)