Hello all,
We are attempting to export an NFSv4 share to a Solaris 10 client, but we are seeing our file ownership being set to 'nobody'.
Our Solaris 10 clients are integrated with AD for user lookups and authentication, and the nfs.v4.id_domain is set correctly to match the NFSMAPID_DOMAIN of the Solaris client.
On the filer, these commands fail to return the expected result, I believe due to us not having configured LDAP :
filer> priv set advanced
filer*> options ldap
filer*> getXXbyYY getpwbyname_r c000619
Could not get passwd entry for name = c000619
filer*> getXXbyYY getpwbyname_r c000619@xxxxxxxxxxxxxxxxxx
Could not get passwd entry for name = c000619@xxxxxxxxxxxxxxxxxx
filer*> getXXbyYY getgrbyname sysadmin
Could not get group entry for name = sysadmin
filer*> getXXbyYY getgrlist c000619
Could not get password entry for name = c000619
Is LDAP configuration a necessity for successful mapping of ID's when using NFSv4 exports ?