Problem :
I have recently installed krb5-1.2.3 on my Linux machine.I want to utilize this install as the client and the KDC is installed on another machine. But while I tried to do the initial kinit I got the following error;
# ./kinit
kinit(v5): Configuration file does not specify default realm when parsing name
I am unable to understand the error, I am having my config file at /etc/krb5.conf path and it also defines my default realm.Is there anybody who have faced this message before and have any solution on it ?