Hi,

I'm having problems with guest users having different IDs on SAMBA and NFS shares.

I have created a single share which provides both Samba and NFS access. I do not want any ACLs, everyone should be able to read and write to everyone elses files and directories. How ever this following directory listing shows the problem:

drwxr-xr-x 2 nfsnobody nfsnobody 23 Mar 31 09:50 nfstest
drwxrwxrwx 2 65535 65535 49 Mar 31 09:51 smbtest


The folder nfstest was created by a OSX box via a static mount nfs volume (it does the same on a redhat box with nfs mount also), smbtest created via a Samba mount (on a windows machine, but it's the same on any other computer)

nfsnobody is mapped to user ID 65534 BTW.

nfs is mounted in fstab:
computer:/share /mountpoint nfs defaults,rw 0 0

samba is set up with rw guest access.

I guess there are two ways of fixing this, make nfs use 777 permissions, or make them the same user. I'm not sure how to do either of these things within your software.

Hope you can help, thanks,

Mike