
Hi, I'm struggling to get the idmapd component of NFSv4 mounts on Linux (Debian Squeeze) to work properly. However, it's a different kind of problem to the common issue everyone has with it on the internet, so Googling isn't getting me very far :( idmapd is running on all servers concerned, and with the verbosity turned up to the max, syslog indicates it seems to be getting called with expected values. It seems to be working on the surface, in that if you 'ls' in a directory, it has correctly mapped the users and groups over to the local ones, so they match up. ie. if toby has uid=1000 on one server and uid=1001 on another, then looking at the files on both servers will show the owner to be toby. However, actually attempting to manipulate/access files or directories fails with "Permission denied" errors. If I fudge the uid on one server to use the uid that I know is actually in use on the other server, then I can access the file.. but a "ls" will show it to be owned by another user. So in other words, reads seem to be using the idmapping, but writes seem to be bypassing it. Any suggestions? Thanks in advance, Toby