I have a very strange issue. The share are exported via CIFS and NFS. System is connect to AD domain and NIS Sometime Windows user creates a file with correct UNIX id, sometime it create a file that is owned by
nobody4:x:65534:65534:SunOS 4.x NFS Anonymous Access User:/:
I see where it is coming from, first it is matched to correct Unix ID and the right away it is matched to pcuser.... On filer /etc/password
pcuser::65534:65534::/:
This is waht I see in the messegaes file... Thu Aug 22 13:47:11 CDT [netapp1:auth.trace.authenticateUser.loginTraceMsg:info]: AUTH: User from 1.1.1.8 authenticated by DC. Thu Aug 22 13:47:11 CDT [netapp1:auth.trace.mapNTToUnix:info]: AUTH: Mapping Windows user test_user to Unix user test_user. Thu Aug 22 13:47:11 CDT [netapp1:auth.trace.mapNTToUnix:info]: AUTH: Mapping Windows user test_user to Unix user pcuser.
I dont get why it first matches it to correct it and then to pcuser