From 31cd6fd88dd0bccda99340a81c6426c833aca627 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 5 Jun 2005 13:11:42 +0000 Subject: r7304: Make the libkdc actually work: - Remove (some) excess logging - use samdb_connect() to hook into the right handling for multiple tdb handles - move the connect to the server startup, rather than per-packet. - Fix config.mk dependency Tested with a WinXP domain join. Andrew Bartlett (This used to be commit 13cf51612d91385c6df5deadbf126bcc583f797d) --- source4/kdc/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/kdc/config.mk') diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk index a7558e52a6..3b227584ff 100644 --- a/source4/kdc/config.mk +++ b/source4/kdc/config.mk @@ -7,6 +7,6 @@ INIT_OBJ_FILES = \ kdc/kdc.o \ kdc/hdb-ldb.o REQUIRED_SUBSYSTEMS = \ - LDB EXT_LIB_KRB5 EXT_LIB_KDC + LIBLDB EXT_LIB_KRB5 EXT_LIB_KDC # End SUBSYSTEM KDC ####################### -- cgit