PERL and Kerberos authentication

I am installing Authen::Krb5::Easy and during make test I am getting the follwing error :

kinit not ok 2
        error was: could not get initial credentials: Cannot contact any KDC for requested realm

we are stroring krb5.conf in diff location ( not in /etc/krb5.conf ) , but, PERL is reading from /etc/krb5.conf . which parameter or where to change , so PERL can read krb5.conf from non default location ?

Thanks

From the modules info, this uses the normal krb5 libraries. From their manual:

Try that

1 Like