Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.
authorGreg Hudson <ghudson@mit.edu>
Tue, 10 Mar 2009 01:28:12 +0000 (01:28 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 10 Mar 2009 01:28:12 +0000 (01:28 +0000)
commitbc8407661a88d924bb535d7c08136ebad5be344b
treebf87070529844016037ff17a54827a12e26c9adb
parent08cce764c4c96345b9c0f7d2150b8b66c9081527
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.

ticket: 6403

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22071 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kdb.h
src/lib/kdb/kdb5.c
src/lib/kdb/libkdb5.exports
src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c