UNIX client getting permission denied due null authentication in the client mount options
Applies to
- ONTAP 9
- NFS
Issue
- When an Unix client mounted a volume using both NFSv3 and NFSv4, files were showing UID and GID as "Nobody"
- The NFSv4 id-domain is correct
- User is still unable to touch new files
- Security trace shows that the user creating the files is the Anonymous user
- Client mount string:
mount | grep /mnt 10.x.x.x:/vol1/qtree1 on /mnt type nfs4 (rw,relatime,vers=4.1,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=null,clientaddr=10.x.x.x,local_lock=none,addr=10.x.x.x)"
