we have users authentication driven by ldap and home directories shared on nfs server mounted by autofs. We recently installed Ubuntu 15.04 on three new machines and added them to our infrastructure as we always did. One machine was configured by guy #1 and two other by guy #2. Two other have problems :)
The problem is that files ownership is messed up in home directories. All files have an arbitrary owners ids like 4294967294
. We've compared and finally copied all (I believe) important configuration files:
- /etc/ldap.comf
- /etc/idmapd.conf
- /etc/default/nfs-common
- /etc/auto.master
- /etc/auto.home
The two problematic machines also have very long nfs access time in comparison to the third one which is fast as hell. Software versions are the same as we update all these systems constantly. Any ideas? Maybe some log file that could report problems with ownership resolution?