Skip to content

Commit 8d23708

Browse files
Merge pull request #276850 from b-ahibbard/centos
remove centos reference
2 parents af94689 + 0c35b06 commit 8d23708

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-netapp-files/nfs-access-control-lists.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ ms.author: anfdocs
1111

1212
# Understand NFSv4.x access control lists in Azure NetApp Files
1313

14-
> [!CAUTION]
15-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
16-
1714
The NFSv4.x protocol can provide access control in the form of [access control lists (ACLs)](/windows/win32/secauthz/access-control-lists), which conceptually similar to ACLs used in [SMB via Windows NTFS permissions](network-attached-file-permissions-smb.md). An NFSv4.x ACL consists of individual [Access Control Entries (ACEs)](/windows/win32/secauthz/access-control-entries), each of which provides an access control directive to the server.
1815

1916
:::image type="content" source="./media/nfs-access-control-lists/access-control-entity-to-client-diagram.png" alt-text="Diagram of access control entity to Azure NetApp Files." lightbox="./media/nfs-access-control-lists/access-control-entity-to-client-diagram.png":::
@@ -236,7 +233,7 @@ Azure NetApp Files defaults the NFSv4.x ID domain to the DNS domain settings for
236233
When a domain mismatch occurs between the NFS client and Azure NetApp Files, check the client logs for errors similar to:
237234
238235
```bash
239-
August 19 13:14:29 centos7 nfsidmap[17481]: nss_getpwnam: name '[email protected]' does not map into domain ‘CONTOSO.COM'
236+
August 19 13:14:29 nfsidmap[17481]: nss_getpwnam: name '[email protected]' does not map into domain ‘CONTOSO.COM'
240237
```
241238
242239
The NFS client’s ID domain can be overridden using the /etc/idmapd.conf file’s “Domain” setting. For example: `Domain = CONTOSO.COM`.

0 commit comments

Comments
 (0)