Dominik R?ttsches wrote: > Hi, > > I'm running the 2008.11 release of opensolaris. Currently, I am trying > to connect to the opensolaris ZFS server using a Mac OS X client. > I am sharing a ZFS filesystem using the "sharenfs" option. Now I am > running into a UID/GID problem. > > My UID on the Mac is 501 in group 20. This is not consistent with the > username that needs to be used on the share. As - for practical > reasons - I can't change the UID of my user account on OS X, I need > to know: Can I do UID/GID mapping on opensolaris? The UID 501 (from > the mac) needs to be translated to is 101 (on the opensolaris machine). > > no. > UID/GID mapping would be one solution, however, an easier one may be > sufficient: Can I force OS X clients that connect to the share to be > default mapped to the anonymous user with rw permissions? Security is > not so much a concern for the setup I'm looking at. > > Is there a mapping for uid 501 on the OpenSolaris box? If not then the uid will be mapped to 'anonymous' user. And you can map anonymous users to a particular id for that particular share using 'anon=uid' option. Check out share_nfs(1M) and sharemgr(1M)
Mahesh > Thanks a lot for your help, > > Dominik > _______________________________________________ > nfs-discuss mailing list > nfs-discuss at opensolaris.org >