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/azure-netapp-files-configure-nfsv41-domain.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ NFSv4 introduces the concept of an authentication domain. Azure NetApp Files cur
20
20
21
21
## Default behavior of user/group mapping
22
22
23
-
Root mapping defaults to the `nobody` user because the NFSv4 domain is set to `localdomain` by default. When you mount an Azure NetApp Files NFSv4.1 volume as root, you will see file permissions as follows:
23
+
Root mapping defaults to the `nobody` user because the NFSv4 domain is set to `localdomain` by default. When you mount an Azure NetApp Files NFSv4.1 volume as root, you'll see file permissions as follows:
24
24
25
25

26
26
@@ -35,7 +35,7 @@ As the above example shows, the user for `file1` should be `root`, but it maps t
35
35
* If the volume is [enabled for LDAP](configure-ldap-extended-groups.md), set `Domain` to the domain that is configured in the Active Directory Connection on your NetApp account.
36
36
For instance, if `contoso.com` is the configured domain in the NetApp account, then set `Domain = contoso.com`.
37
37
38
-
The following examples shows the initial configuration of `/etc/idmapd.conf` before changes:
38
+
The following examples show the initial configuration of `/etc/idmapd.conf` before changes:
39
39
40
40
```
41
41
[General]
@@ -79,7 +79,7 @@ As the above example shows, the user for `file1` should be `root`, but it maps t
79
79
80
80
2. Unmount any currently mounted NFS volumes.
81
81
3. Update the `/etc/idmapd.conf` file.
82
-
4. Restart the `rpcbind` service on your host (`service rpcbind restart`), or simply reboot the host.
82
+
4. Clear the keyring of the NFS `idmapper` (`nfsidmap -c`).
83
83
5. Mount the NFS volumes as required.
84
84
85
85
See [Mount a volume for Windows or Linux VMs](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md).
@@ -90,20 +90,20 @@ The following example shows the resulting user/group change:
90
90
91
91
As the example shows, the user/group has now changed from `nobody` to `root`.
92
92
93
-
## Behavior of other (non-root) users and groups
93
+
## Behavior of other (nonroot) users and groups
94
94
95
-
Azure NetApp Files supports local users (users created locally on a host) who have permissions associated with files or folders in NFSv4.1 volumes. However, the service does not currently support mapping the users/groups across multiple nodes. Therefore, users created on one host do not map by default to users created on another host.
95
+
Azure NetApp Files supports local users (users created locally on a host) who have permissions associated with files or folders in NFSv4.1 volumes. However, the service doesn't currently support mapping the users/groups across multiple nodes. Therefore, users created on one host don't map by default to users created on another host.
96
96
97
97
In the following example, `Host1` has three existing test user accounts (`testuser01`, `testuser02`, `testuser03`):
98
98
99
99

100
100
101
-
On `Host2`, note that the test user accounts have not been created, but the same volume is mounted on both hosts:
101
+
On `Host2`, the test user accounts haven't been created, but the same volume is mounted on both hosts:
102
102
103
103

104
104
105
105
## Next step
106
106
107
107
* [Mount a volume for Windows or Linux VMs](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md)
108
-
* [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
108
+
* [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
0 commit comments