Nobody

From DISI
Revision as of 16:24, 27 March 2013 by Frodo (talk | contribs) (Created page with "If you are on a server that is listing the owner of a file as nobody:nobody that is the result of a missing line in a config file. It's a very simple fix though: edit the fil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you are on a server that is listing the owner of a file as nobody:nobody that is the result of a missing line in a config file. It's a very simple fix though:

edit the file: /etc/idmapd.conf and add the line

DOMAIN=bkslab.org

Then service nslcd restart (or service sssd restart), whichever is in use. You *may* need to remount the nfs mounts (umount /srv/nfs/*)

This is the result of user/group IDs not knowing how to map themselves correctly over NFS. The idmapd file helps adjust those mappings.