summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb5.c
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-06-28 14:07:07 +0000
committerGreg Hudson <ghudson@mit.edu>2011-06-28 14:07:07 +0000
commitbc359880c203d769e230e3285af2512d22fc62aa (patch)
tree462450dc407c324baadc0526a3175129630aed9d /src/lib/kdb/kdb5.c
parentb3306310689d72dd1b6284150f70a068dfd98865 (diff)
downloadkrb5-bc359880c203d769e230e3285af2512d22fc62aa.tar.gz
krb5-bc359880c203d769e230e3285af2512d22fc62aa.tar.xz
krb5-bc359880c203d769e230e3285af2512d22fc62aa.zip
Get static linking working again, mostly
Static linking (#6510) broke when lockout support was added because the DB2 plugin became dependent on libkadm5srv_mit for XDR functions. Also, static linking was extensively broken in combination with LDAP support. Fix these problems. Afer these fixes, the test suite fails in the FAST tests because there's no static build support for dynamic preauth plugins, which means there's no encrypted challenge. (And unlike the pkinit tests, the test suite doesn't conditionalize on the presence of the encrypted challenge plugin, because we always build it.) This will fix itself if and when encrypted challenge becomes linked into the consumers, or static build support is added for preauth plugins. ticket: 6914 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24996 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kdb/kdb5.c')
-rw-r--r--src/lib/kdb/kdb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdb/kdb5.c b/src/lib/kdb/kdb5.c
index e18b99e8b2..62d7139362 100644
--- a/src/lib/kdb/kdb5.c
+++ b/src/lib/kdb/kdb5.c
@@ -265,7 +265,7 @@ kdb_setup_opt_functions(db_library lib)
extern kdb_vftabl krb5_db2_kdb_function_table;
#ifdef ENABLE_LDAP
-extern kdb_vftabl krb5_db2_ldap_function_table;
+extern kdb_vftabl krb5_ldap_kdb_function_table;
#endif
static krb5_error_code