Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 334 The culprit functions here are kdb_get_library_name() and its caller krb5_db_setup_lib_handle(). kdb_get_library_name() returns a string pointer or NULL, and if it fails (which should usually only happen on a failure to get the default realm), krb5_db_setup_lib_handle() returns KRB5_KDB_DBTYPE_NOTFOUND with no extended message.