In Gnome Nautilus I have a remote samba mount through SSH under Ubuntu 10.04 (gvfs). When I check any file properties it displays the user and group as numeric. Is there a way to make it get the names of the user and groups ?

link|improve this question

8% accept rate
feedback

1 Answer

This is not a nautilus problem, this is a *nix problem. Your system does not know the remote system's UIDs and GIDs, and as such cannot resolve them. The way to fix this is to have the two systems use a common auth database, such as one provided by LDAP.

link|improve this answer
Or in the case of Samba - winbindd. – grawity May 10 '10 at 11:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.