Skip to content

Commit 9a15223

Browse files
committed
resolve blocking issues
1 parent 9abea50 commit 9a15223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-netapp-files/azure-netapp-files-configure-nfsv41-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this section we’ll focus on how to configure the Linux client and how to ch
4444

4545
## Configure NFSv4.1 ID domain on Azure NetApp Files
4646

47-
You can specify a desired NFSv4.1 ID domain for all non-LDAP volumes using the Azure portal. This setting applies applies to all non-LDAP volumes across all NetApp accounts in the same subscription and region. It does not affect LDAP-enabled volumes in the same NetApp subscription and region.
47+
You can specify a desired NFSv4.1 ID domain for all non-LDAP volumes using the Azure portal. This setting applies to all non-LDAP volumes across all NetApp accounts in the same subscription and region. It does not affect LDAP-enabled volumes in the same NetApp subscription and region.
4848

4949
### Register the feature
5050

@@ -72,7 +72,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
7272
1. Select **Configure**.
7373
1. To use the default domain `defaultv4iddomain.com`, select the box next to **Use Default NFSv4 ID Domain**. To use another domain, uncheck the text box and provide the name of the NFSv4.1 ID domain.
7474
75-
:::image type="content" source="../media/azure-netapp-files/nfsv4-id-domain.png" alt-text="Screenshot with field to set NFSv4 domain." lightbox="../media/azure-netapp-files/nfsv4-id-domain.png":::
75+
:::image type="content" source="../media/azure-netapp-files/nfsv4-id-domain.png" alt-text="Screenshot with field to set NFSv4 domain." lightbox="../media/azure-netapp-files/nfsv4-id-domain.png":::
7676
7777
1. Select **Save**.
7878

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure NetApp Files supports fetching of extended groups from the LDAP name servi
2727
When it’s determined that LDAP will be used for operations such as name lookup and fetching extended groups, the following process occurs:
2828

2929
1. Azure NetApp Files uses an LDAP client configuration to make a connection attempt to the AD DS/Azure AD DS LDAP server that is specified in the [Azure NetApp Files AD configuration](create-active-directory-connections.md).
30-
1. If the TCP connection over the defined AD DS/Azure AD DS LDAP service port is successful, then the Azure NetApp Files LDAP client attempts to “bind” (sign in) to the AD DS/Azure ADDS LDAP server (domain controller) by using the defined credentials in the LDAP client configuration.
30+
1. If the TCP connection over the defined AD DS/Azure AD DS LDAP service port is successful, then the Azure NetApp Files LDAP client attempts to “bind” (sign in) to the AD DS/Azure AD DS LDAP server (domain controller) by using the defined credentials in the LDAP client configuration.
3131
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 AD DS/Azure AD DS LDAP server (domain controller).
3232
The following information is passed to the server in the query:
3333
* [Base/user DN](configure-ldap-extended-groups.md#ldap-search-scope) (to narrow search scope)

0 commit comments

Comments
 (0)