On (12/05/17 14:20), Abhijit Tikekar wrote:
Turns out, krb5.conf permissions were incorrect.
Before:
ls -l /etc/krb5.conf -rw-------. 1 root root 719 May 12 14:09 /etc/krb5.conf
After:
ls -l /etc/krb5.conf -rw-r--r--. 1 root root 719 May 12 14:09 /etc/krb5.conf
After making this change, user's are now able to authenticate successfully.
This is a reason why I asked in previous mail whether you can kinit from command line. I assume you testes kinit as a root.
But I am glad that it works for you now.
LS