Hey,
I'm having some issues after disabling winbind on CentOS. I created a new local user with the same name as the AD user and did a chown -r on the old /home/user.
Still getting the below errors even after I commented out all lines to do with winbind in the /etc/pam.d folder.
sshd[21308]: pam_winbind(sshd:auth): could not lookup name: ADGROUPNAME sshd[21308]: pam_winbind(sshd:auth): cannot convert group ADGROUPNAME to sid, check if group ADGROUPNAME is valid group. sshd[21308]: pam_winbind(sshd:auth): could not lookup name: GROUP2 sshd[21308]: pam_winbind(sshd:auth): cannot convert group GROUP2 to sid, check if group GROUP2 is valid group. sshd[21308]: pam_winbind(sshd:auth): internal module error (retval = PAM_AUTHINFO_UNAVAIL(9), user = 'user')
[link] [comments]