No primary group
by clcbluemont from LinuxQuestions.org on (#6NKKC)
Using Centrify on a RHEL 8 box, and was seeing the following error in /var/log/secure:
adclient[5150]: INFO <fd:10 NSSGetUserGroupIDs > base.objecthelper.user.groups No primary group with gid 1000 found for user joe.shmoe.
The problem was resolved by adding the primary group listed in AD for the user to /etc/group or by commenting out initgroups in /etc/nsswitch.conf. Not sure?
adclient[5150]: INFO <fd:10 NSSGetUserGroupIDs > base.objecthelper.user.groups No primary group with gid 1000 found for user joe.shmoe.
The problem was resolved by adding the primary group listed in AD for the user to /etc/group or by commenting out initgroups in /etc/nsswitch.conf. Not sure?