ls permission error

Posted by oliverleach on 2012/1/19 2:53:27
Hi,

I have configured and setup up centos to join AD using autofs to mount remote home directories. One of the servers, server1, has an issue - here is what I think the problem is

When I go to server1, I get a error when trying to run ls in my home directory

ls: .: Permission denied

When I run ls -lha on the home directory of the user, I see the GID of the group instead of the group name "domain users". All other servers show domain users and the group owner of the directory. Here is the output of the directory with the permissions error

drwxrwx--x 3 16777217 16777220

When I run wbinfo --group-info=domain\ users I get this

domain users:x:16777218:

So the problem appears to be that the gid on the home directory does not match the gid of the domain users group on server1

If I run getent group on server1 I get this

domain users:x:16777218:

How can I change this so the GID on server1 for domain users matches the GID of the remote home directory?


Cheers,

Oli

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=41&topic_id=35372&post_id=152494