Skip to content

Commit 593f91a

Browse files
authored
Merge pull request #181595 from b-hchen/live-update-2021.10-LDAP-Scoping
Live update 2021.10 LDAP scoping
2 parents 21c0eae + 049f9d9 commit 593f91a

File tree

5 files changed

+34
-9
lines changed

5 files changed

+34
-9
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@ This article explains the considerations and steps for enabling LDAP with extend
9090

9191
![Screenshot that shows the Allow local NFS users with LDAP option](../media/azure-netapp-files/allow-local-nfs-users-with-ldap.png)
9292

93+
8. <a name="ldap-search-scope"></a>Optional - If you have large topologies, and you use the Unix security style with a dual-protocol volume or LDAP with extended groups, you can use the **LDAP Search Scope** option to avoid "access denied" errors on Linux clients for Azure NetApp Files.
94+
95+
The **LDAP Search Scope** option is configured through the **[Active Directory Connections](create-active-directory-connections.md#create-an-active-directory-connection)** page.
96+
97+
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:
98+
99+
* Specify nested **User DN** and **Group DN** in the format of `OU=subdirectory,OU=directory,DC=domain,DC=com`.
100+
* Specify **Group Membership Filter** in the format of `(gidNumber=*)`.
101+
102+
![Screenshot that shows options related to LDAP Search Scope](../media/azure-netapp-files/ldap-search-scope.png)
103+
93104
## Next steps
94105

95106
* [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md)

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

Lines changed: 9 additions & 1 deletion
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/07/2022
15+
ms.date: 01/14/2022
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -224,6 +224,12 @@ This setting is configured in the **Active Directory Connections** under **NetAp
224224
225225
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
226226
227+
* **LDAP over TLS**
228+
See [Configure ADDS LDAP over TLS](configure-ldap-over-tls.md) for information about this option.
229+
230+
* **LDAP Search Scope**, **User DN**, **Group DN**, and **Group Membership Filter**
231+
See [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md#ldap-search-scope) for information about these options.
232+
227233
* **Security privilege users** <!-- SMB CA share feature -->
228234
You can grant security privilege (`SeSecurityPrivilege`) to AD users or groups that require elevated privilege to access the Azure NetApp Files volumes. The specified AD users or groups will be allowed to perform certain actions on Azure NetApp Files SMB shares that require security privilege not assigned by default to domain users.
229235
@@ -346,3 +352,5 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
346352
* [Create a dual-protocol volume](create-volumes-dual-protocol.md)
347353
* [Configure NFSv4.1 Kerberos encryption](configure-kerberos-encryption.md)
348354
* [Install a new Active Directory forest using Azure CLI](/windows-server/identity/ad-ds/deploy/virtual-dc/adds-on-azure-vm)
355+
* [Configure ADDS LDAP over TLS](configure-ldap-over-tls.md)
356+
* [ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)

articles/azure-netapp-files/create-volumes-dual-protocol.md

Lines changed: 10 additions & 7 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/07/2022
15+
ms.date: 01/14/2022
1616
ms.author: anfdocs
1717
---
1818
# Create a dual-protocol volume for Azure NetApp Files
@@ -52,14 +52,17 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
5252

5353
The following table describes the name mappings and security styles:
5454

55-
| Protocol | Security style | Name mapping direction | Permissions applied |
55+
| Protocol | Security style | Name-mapping direction | Permissions applied |
5656
|-|-|-|-|
5757
| SMB | `Unix` | Windows to UNIX | UNIX (mode bits or NFSv4.x ACLs) |
5858
| SMB | `Ntfs` | Windows to UNIX | NTFS ACLs (based on Windows SID accessing share) |
59-
| NFSv3 | `Unix` | None | UNIX (mode bits or NFSv4.x ACLs) <br><br> Note that NFSv4.x ACLs can be applied using an NFSv4.x administrative client and honored by NFSv3 clients. |
59+
| NFSv3 | `Unix` | None | UNIX (mode bits or NFSv4.x ACLs) <br><br> NFSv4.x ACLs can be applied using an NFSv4.x administrative client and honored by NFSv3 clients. |
6060
| NFS | `Ntfs` | UNIX to Windows | NTFS ACLs (based on mapped Windows user SID) |
6161

62-
* If you have large topologies, and you use the `Unix` security style with a dual-protocol volume or LDAP with extended groups, Azure NetApp Files might not be able to access all servers in your topologies. If this situation occurs, contact your account team for assistance. <!-- NFSAAS-15123 -->
62+
* The LDAP with extended groups feature supports the dual protocol of both [NFSv3 and SMB] and [NFSv4.1 and SMB] with the Unix security style. See [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md) for more information.
63+
64+
* If you have large topologies, and you use the Unix security style with a dual-protocol volume or LDAP with extended groups, you should use the **LDAP Search Scope** option on the Active Directory Connections page to avoid "access denied" errors on Linux clients for Azure NetApp Files. See [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md#ldap-search-scope) for more information.
65+
6366
* You don't need a server root CA certificate for creating a dual-protocol volume. It is required only if LDAP over TLS is enabled.
6467

6568
## Create a dual-protocol volume
@@ -92,13 +95,13 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
9295
* **Virtual network**
9396
Specify the Azure virtual network (VNet) from which you want to access the volume.
9497

95-
The Vnet you specify must have a subnet delegated to Azure NetApp Files. The Azure NetApp Files service can be accessed only from the same Vnet or from a Vnet that is in the same region as the volume through Vnet peering. You can also access the volume from your on-premises network through Express Route.
98+
The VNet you specify must have a subnet delegated to Azure NetApp Files. Azure NetApp Files can be accessed only from the same VNet or from a VNet that is in the same region as the volume through VNet peering. You can also access the volume from your on-premises network through Express Route.
9699

97100
* **Subnet**
98101
Specify the subnet that you want to use for the volume.
99102
The subnet you specify must be delegated to Azure NetApp Files.
100103
101-
If you have not delegated a subnet, you can click **Create new** on the Create a Volume page. Then in the Create Subnet page, specify the subnet information, and select **Microsoft.NetApp/volumes** to delegate the subnet for Azure NetApp Files. In each Vnet, only one subnet can be delegated to Azure NetApp Files.
104+
If you have not delegated a subnet, you can click **Create new** on the Create a Volume page. Then in the Create Subnet page, specify the subnet information, and select **Microsoft.NetApp/volumes** to delegate the subnet for Azure NetApp Files. In each VNet, only one subnet can be delegated to Azure NetApp Files.
102105

103106
![Create a volume](../media/azure-netapp-files/azure-netapp-files-new-volume.png)
104107

@@ -131,7 +134,7 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
131134

132135
* If you want to enable SMB3 protocol encryption for the dual-protocol volume, select **Enable SMB3 Protocol Encryption**.
133136

134-
This feature enables encryption for only in-flight SMB3 data. It does not encrypt NFSv3 in-flight data. SMB clients not using SMB3 encryption will not be able to access this volume. Data at rest is encrypted regardless of this setting. See [SMB encryption](azure-netapp-files-smb-performance.md#smb-encryption) for additional information.
137+
This feature enables encryption for only in-flight SMB3 data. It does not encrypt NFSv3 in-flight data. SMB clients not using SMB3 encryption will not be able to access this volume. Data at rest is encrypted regardless of this setting. See [SMB encryption](azure-netapp-files-smb-performance.md#smb-encryption) for more information.
135138

136139
* If you selected NFSv4.1 and SMB for the dual-protocol volume versions, indicate whether you want to enable **Kerberos** encryption for the volume.
137140

articles/azure-netapp-files/whats-new.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
2222

2323
## January 2022
2424

25+
* [LDAP search scope](configure-ldap-extended-groups.md#ldap-search-scope)
26+
27+
You might be using the Unix security style with a dual-protocol volume or LDAP with extended groups features in combination with large LDAP topologies. In this case, you might encounter "access denied" errors on Linux clients when interacting with such Azure NetApp Files volumes. You can now use the **LDAP Search Scope** option to specify the LDAP search scope to avoid "access denied" errors.
28+
2529
* [Active Directory Domain Services (ADDS) LDAP user-mapping with NFS extended groups](configure-ldap-extended-groups.md) now generally available (GA)
2630

2731
The ADDS LDAP user-mapping with NFS extended groups feature is now generally available. You no longer need to register the feature before using it.
2832

29-
3033
## December 2021
3134

3235
* [NFS protocol version conversion](convert-nfsv3-nfsv41.md) (Preview)
16.4 KB
Loading

0 commit comments

Comments
 (0)