Closed jcpunk closed 2 years ago
Thanks, yeah, I forgot to add the code to set up the Kerberos configuration when I added that test. Will be fixed in the next release. tests/module/long-t.c
needs to start with a call like:
/*
* Generate a testing krb5.conf file with a nonexistent default realm so
* that this test will run on any system.
*/
kerberos_generate_conf("bogus.example.com");
Test Platform: fedora-mock
The default build environment for mock on Fedora (and other rpm distros) is to have
default_realm
in/etc/krb5.conf
unset.I think if the unit tests provided some sort of "
UNIT-TEST.EXAMPLE.COM
" realm to the user argument, they would work...