📖 ~1 min read
Table of contents
Symptom & Impact
Files exported over NFSv4 appear owned by nobody:nobody on the client, blocking POSIX permission checks.
Environment & Reproduction
Common when /etc/idmapd.conf Domain or sssd_nss is misaligned between client and server.
Root Cause Analysis
NFSv4 maps user@domain strings; mismatched Domain values trigger fallback to nobody mapping.
Quick Triage
Check /etc/idmapd.conf Domain on both sides and nfsidmap -d output for the active domain.
Step-by-Step Diagnosis
Run: nfsidmap -d; cat /etc/idmapd.conf; rpc.idmapd -vvv -f.

Solution – Primary Fix
Set identical Domain in /etc/idmapd.conf, restart nfs-idmapd, and run nfsidmap -c to clear cache.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Use NFSv4 with sec=krb5 plus AD-integrated SSSD to avoid local idmap files entirely.
Verification & Acceptance Criteria
ls -l on the client shows expected UIDs and writes obey POSIX ownership and permissions.
Rollback Plan
Restore previous /etc/idmapd.conf and reboot nfs-idmapd if applications regress.
Prevention & Hardening
Standardise idmap Domain in build automation and validate during integration tests.
Related Errors & Cross-Refs
Related to NFSv4 ACL translation issues and FreeIPA trust mapping problems.
Related tutorial: View the step-by-step tutorial for centos-stream-10.
View all centos-stream-10 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
nfsidmap(8) and Red Hat NFS administration guide.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.