I am using Locky 9.5.
I installed FreeIPA, but I am having trouble with the following error.
(if I put in the wrong password)
[root@rocky ~]# kinit username
Password for username@XXXXXX.COM:.
kinit: Password incorrect while getting initial credentials
(if you put in the correct password)
[root@rocky ~]# kinit username
Password for username@XXXXXX.COM:
kinit: Generic error (see e-text) while getting initial credentials
Why do I get an error even if I put in the correct password?
What should I do to solve this problem and how?
If this is a brand new installation, you should not be having these issues. Is this a standard install? Did you turn off or on any settings during or after installation?
With those questions in mind, you need to start troubleshooting by piping the kerberos debug into stderr.
% KRB5_TRACE=/dev/stderr kinit username@REALM
This will produce output for you to read through to help you determine your next steps in troubleshooting.