Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: krb5_set_trace_filename not exported X-RT-Original-Encoding: iso-8859-1 Content-Length: 310 I finally implemented an option to pam-krb5 to enable trace logging for debugging (pam-krb5 almost always uses a secure context, so the environment variable doesn't work), only to find that while krb5_set_trace_filename is prototyped in krb5.h, it isn't exported by the library. I assume this is an oversight?