On Friday 16 February 2007 21:12, you wrote: > prove -v t/importnames.t > t/importnames....1..2 > ok 1 - use GSSAPI; > # ->import() failed, Miscellaneous failure > # Improper format of Kerberos configuration file
As far I can see this errormessage is not from the perl GSSAPI glue layer but from the underlying Kerberosimplementation itself. From my point of view the machine's configuration (/etc/krb5.conf for example) is the problem, not GSSAPI.pm Do you use Kerberos on that machine without any errors? Does kinit, kvno, klist and that stuff work properly? Anyway, I will fix the tests of GSSAPI.pm to be more specific and helpful and guiding in the right direction, thank you for that. Achim
