Hello all.
I am currently in the test phase for sharing our volumes via CIFS and NFSv4 w/ Kerberos.
Currently we have only CIFS shares on that SVM, with NTFS style on all volumes and different NTFS-ACLs.
I setup the nfs and kerberos stuff (kerberos interface, idmap-domain, name-mapping and so on) a few weeks ago.
I can mount and access all exports w/o problems, based on the NTFS-ACLs.
I encountered one cosmetic problem: When I do an "ls -l" on the nfs client, the UIDs/GIDs are shown as root or 4294967294. But only for old files before the nfs/krb setup. Every file/folder created after that display the correct uid and the gid of that owner.
I know that I don't need to care for this, as WAFL manages the access, and if its working, okay.
I just want to understand whats the reason for this behaviour.
Is there an extra database/cache created for storing these infos?
Environment:
cdot 8.3.2P10
Active Directory: MS AD 2012 R2 with Identity Management for UNIX, so we can manage UIDs and GIDs on our own
Linux-Clients: CentOS 7.3 and CentOS 6.9, with all Updates installed
same nfs v4 ids in all components
Any Advice?
Thanks