Skip to content

Commit 2f46590

Browse files
authored
Merge pull request #199709 from b-ahibbard/anf-20221
NFSv3/4.1 with LDAP for NFS config
2 parents e03825b + 57558e2 commit 2f46590

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 4 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: 03/15/2022
15+
ms.date: 05/27/2022
1616
ms.author: anfdocs
1717
---
1818
# Enable Active Directory Domain Services (ADDS) LDAP authentication for NFS volumes
@@ -24,7 +24,7 @@ Azure NetApp Files supports fetching of extended groups from the LDAP name servi
2424
When it’s determined that LDAP will be used for operations such as name lookup and fetching extended groups, the following process occurs:
2525

2626
1. Azure NetApp Files uses an LDAP client configuration to make a connection attempt to the ADDS/AADDS LDAP server that is specified in the [Azure NetApp Files AD configuration](create-active-directory-connections.md).
27-
1. If the TCP connection over the defined ADDS/AADDS LDAP service port is successful, then the Azure NetApp Files LDAP client attempts to “bind” (log in) to the ADDS/AADDS LDAP server (domain controller) by using the defined credentials in the LDAP client configuration.
27+
1. If the TCP connection over the defined ADDS/AADDS LDAP service port is successful, then the Azure NetApp Files LDAP client attempts to “bind” (sign in) to the ADDS/AADDS LDAP server (domain controller) by using the defined credentials in the LDAP client configuration.
2828
1. If the bind is successful, then the Azure NetApp Files LDAP client uses the RFC 2307bis LDAP schema to make an LDAP search query to the ADDS/AADDS LDAP server (domain controller).
2929
The following information is passed to the server in the query:
3030
* [Base/user DN](configure-ldap-extended-groups.md#ldap-search-scope) (to narrow search scope)
@@ -98,7 +98,7 @@ The following information is passed to the server in the query:
9898
![Screenshot that shows Create a Volume page with LDAP option.](../media/azure-netapp-files/create-nfs-ldap.png)
9999

100100
7. Optional - You can enable local NFS client users not present on the Windows LDAP server to access an NFS volume that has LDAP with extended groups enabled. To do so, enable the **Allow local NFS users with LDAP** option as follows:
101-
1. Click **Active Directory connections**. On an existing Active Directory connection, click the context menu (the three dots ``), and select **Edit**.
101+
1. Select **Active Directory connections**. On an existing Active Directory connection, select the context menu (the three dots ``), and select **Edit**.
102102
2. On the **Edit Active Directory settings** window that appears, select the **Allow local NFS users with LDAP** option.
103103

104104
![Screenshot that shows the Allow local NFS users with LDAP option](../media/azure-netapp-files/allow-local-nfs-users-with-ldap.png)
@@ -119,5 +119,6 @@ The following information is passed to the server in the query:
119119
* [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md)
120120
* [Create and manage Active Directory connections](create-active-directory-connections.md)
121121
* [Configure NFSv4.1 domain](azure-netapp-files-configure-nfsv41-domain.md#configure-nfsv41-domain)
122+
* [Configure an NFS client for Azure NetApp Files](configure-nfs-clients.md)
122123
* [Troubleshoot volume errors for Azure NetApp Files](troubleshoot-volumes.md)
123124
* [Modify Active Directory connections for Azure NetApp Files](modify-active-directory-connections.md)

articles/azure-netapp-files/configure-nfs-clients.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 09/22/2021
15+
ms.date: 05/27/2022
1616
ms.author: anfdocs
1717
---
1818
# Configure an NFS client for Azure NetApp Files
1919

20-
The NFS client configuration described in this article is part of the setup when you [configure NFSv4.1 Kerberos encryption](configure-kerberos-encryption.md) or [create a dual-protocol volume](create-volumes-dual-protocol.md). A wide variety of Linux distributions are available to use with Azure NetApp Files. This article describes configurations for two of the more commonly used environments: RHEL 8 and Ubuntu 18.04.
20+
The NFS client configuration described in this article is part of the setup when you [configure NFSv4.1 Kerberos encryption](configure-kerberos-encryption.md) or [create a dual-protocol volume](create-volumes-dual-protocol.md) or [NFSv3/NFSv4.1 with LDAP](configure-ldap-extended-groups.md). A wide variety of Linux distributions are available to use with Azure NetApp Files. This article describes configurations for two of the more commonly used environments: RHEL 8 and Ubuntu 18.04.
2121

2222
## Requirements and considerations
2323

0 commit comments

Comments
 (0)