Operating System - Linux
1827706 Members
2878 Online
109967 Solutions
New Discussion

invalid group id redhat linux as 5

 
SOLVED
Go to solution
wvsa
Regular Advisor

invalid group id redhat linux as 5

Good morning all;

Have encountered a strange problem, on our redhat AS 5.1 server all of the group id's are invalid, the permissions on all the directories for root is root:0 as a matter of fact all group id's on the server are numeric even though the groups are in /etc/group. When I try to change a group id I get invalid group even though the group is in the group file.

Has anyone seen this? Any input would be greatly appreciated.

Norm
2 REPLIES 2
Ivan Ferreira
Honored Contributor
Solution

Re: invalid group id redhat linux as 5

Maybe the /etc/nsswitch.conf file was modified and is not able to map the group IDs. Check if you have something like this in nsswitch.conf:

group: files ldap
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
wvsa
Regular Advisor

Re: invalid group id redhat linux as 5

Hello Ivan;

That was it, I had fat fingered nsswitch.conf

Thank you for the quick response.