On 11/30/2008 12:47 PM, Narain wrote: > I was recently testing the anon option on nfsv4 whereby i want to map > anonymous user requests from the client to a predefined user on the server. > Unfortunately even after using the anon option on the server side, files on > the client are owned by use "nobody" only. Can anyone tell me what I'm > missing here? >
It probably is the un-matching NFS mapid domain from client and server. If you are using Opensolaris, run this command : # sharectl get -p nfsmapid_domain nfs and make sure the value for this property is same for client and server. -- Thanks, Helen