Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 671 Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it. Make kdb5_ldap_util work again by calling this function to set up dal_handle instead of using one with an uninitialized lib_handle. It is likely that kdb5_ldap_util will only function given a krb5.conf which specifies a realm with an LDAP database module as the default realm. Not sure if that was the case before. https://github.com/krb5/krb5/commit/bc8407661a88d924bb535d7c08136ebad5be344b Commit By: ghudson Revision: 22071 Changed Files: U trunk/src/include/kdb.h U trunk/src/lib/kdb/kdb5.c U trunk/src/lib/kdb/libkdb5.exports U trunk/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c