I''m sharing a zfs filesystem with sharenfs=on and I''m facing the problem that user ids of the clients do not exist on the zfs file server and also different clients can connect using the same uid. What I would like to do is map client IP + uid to a local uid on the zfs server. e.g. 192.168.1.2, uid: 1001 -> uid: 100 192.168.1.3, uid: 1002 -> uid: 101 This sounds like an FAQ, but I couldn''t find any information on how I can achieve that. Any pointers will be very helpful.
That''s really an NFS question, not a ZFS one ? ZFS simply uses whatever UID the NFS server passes through to it. That said, Solaris doesn?t offer this functionality, as far as I know. Perhaps NFSv4 domains could be used to achieve something similar.... This message posted from opensolaris.org