You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/configure-access-control-lists.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
-
title: Configure access control lists on NFSv4.1 with Azure NetApp Files | Microsoft Docs
2
+
title: Configure access control lists with Azure NetApp Files | Microsoft Docs
3
3
description: This article shows you how to configure access control lists (ACLs) on NFSv4.1 with Azure NetApp Files.
4
4
author: sluce
5
5
ms.service: azure-netapp-files
6
6
ms.workload: storage
7
7
ms.topic: how-to
8
-
ms.date: 12/12/2022
8
+
ms.date: 12/20/2022
9
9
ms.author: anfdocs
10
10
---
11
-
# Configure access control lists on NFSv4.1 for Azure NetApp Files
11
+
# Configure access control lists on NFSv4.1 volumes for Azure NetApp Files
12
12
13
-
Azure NetApp Files supports access control lists (ACLs) on NFSv4.1. ACLs provide granular file security via NFSv4.1.
13
+
Azure NetApp Files supports access control lists (ACLs) on NFSv4.1 volumes. ACLs provide granular file security via NFSv4.1.
14
14
15
15
ACLs contain access control entities (ACEs), which specify the permissions (read, write, etc.) of individual users or groups. When assigning user roles, provide the user email address if you're using a Linux VM joined to an Active Directory Domain. Otherwise, provide user IDs to set permissions.
16
16
17
17
## Requirements
18
18
19
-
-NFS volumes using ACLs in Azure NetApp Files must be on NFSv4.1. You can [convert a volume from NFSv3 to NFSv4.1](convert-nfsv3-nfsv41.md).
19
+
- ACLs can only be configured on NFS4.1 volumes. You can [convert a volume from NFSv3 to NFSv4.1](convert-nfsv3-nfsv41.md).
20
20
21
21
- You must have two packages installed:
22
22
-`nfs-utils` to mount NFS volumes
@@ -27,7 +27,7 @@ ACLs contain access control entities (ACEs), which specify the permissions (read
27
27
sudo yum install -y nfs4-acl-tools
28
28
```
29
29
30
-
## Configure ACLs for NFSv4.1
30
+
## Configure ACLs
31
31
32
32
1. If you want to configure ACLs fora Linux VM joined to Active Directory, complete the stepsin [Join a Linux VM to an Azure Active Directory Domain](join-active-directory-domain.md).
33
33
@@ -46,7 +46,9 @@ ACLs contain access control entities (ACEs), which specify the permissions (read
46
46
- In an Active Directory-joined set up, enter an email address for the user. Otherwise, enter the numerical user ID.
47
47
- Permission aliases include read, write, append, execute, etc.
48
48
In the following Active Directory-joined example, user [email protected] is given read, write, and execute access to `/nfsldap/engineering`:
<!-- does this duplicate https://learn.microsoft.com/en-us/azure/active-directory-domain-services/join-rhel-linux-vm -->
20
-
21
19
# Join a Linux VM to an Azure Active Directory Domain
22
20
23
21
Joining a Linux virtual machine (VM) to an [Azure Active Directory Domain Services (Azure AD DS)](../active-directory-domain-services/overview.md) managed domain enables users to sign into to VMs with one set of credentials. Once joined, the user accounts and credentials can be used to sign in, access, and manage servers.
@@ -62,4 +60,4 @@ Refer to [Understand guidelines for Active Directory Domain Services site design
62
60
63
61
*[Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files](understand-guidelines-active-directory-domain-service-site.md)
64
62
*[Modify an Active Directory Connection](modify-active-directory-connections.md)
65
-
*[Configure ACLs for NFSv4.1](configure-access-control-lists-nfsv4.md)
63
+
*[Configure access control lists for NFSv4.1 volumes](configure-access-control-lists.md)
0 commit comments