We mount NFSv4+krb5 shares with automount, and it works fine.
We are now trying to mount home directories with nfs4 and automount.
We get the directories mounted, but still get some directories/files mounted as "nobody".
Mounting the same directory manually doesn't give us a problem.
So I decided to mount these home directories using pam_mount
. It works fine for me, but some users still get nobody
. If I log to their machine and restart nfs-imapd
, the ownership of the files gets fixed.
Can this be a race condition between pam_mount/automount and nfs-idmapd
? If so, any tips on how to fix it?