We are in an environment where kerberos authentication is being enforced by our security team. We are deploying RHEL 7.4.
In the event of authentication servers being unreachable (preventing ssh login into our RHEL boxes), we need to be able to use a breakglass account through out of band management to log in via HP Ilo text console. We can log into iLO successfully via SSH, and then issue the textcons command to open a linux text console.
However, we recently discovered that our breakglass account cannot be used when the authentication servers are down. You are presented with the console login, we punch in the username and password, and it just sits there. My guess is there is some timeout while it waits for authentication servers that will never respond.
I have a sneaky suspicion that this is related to pam configurations, however I'm not sure what pam configuration would be leveraged by a virtual text console from out of band management. The only clearly identifiable services in /etc/pam.d are login and sshd. Since it's supposed to be a virtual text console, I don't think that it's sshd, which would lead me to the login service, but I need to be sure so I don't start hacking away at the wrong file.