1

Is there a way I can make likewise check the passwd file first? Currently, nsswitch.conf does say files first. However, when I tried to log into the box as the root user, it was hanging until I removed the network cable. This was as direct login to the console, so it was a reverse ssh lookup or anything like that.

Something in pam perhaps?

Kyle Brandt
  • 85,693

1 Answers1

1

Check out /etc/pam.d/system-auth... pam controls authentication, nsswitch.conf does the looking up of uid->name mapping, groups, etc. You'll want the unix pam modules to come before the likewise pam modules.

mfarver
  • 2,596