summaryrefslogtreecommitdiff
path: root/source4/kdc/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-05 13:11:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:39 -0500
commit31cd6fd88dd0bccda99340a81c6426c833aca627 (patch)
tree2c96219eab522d5df8aa14573089d2d85525c345 /source4/kdc/config.mk
parent2c499fe5aa04fffa4a58696d9f5d1df35f2fc384 (diff)
downloadsamba-31cd6fd88dd0bccda99340a81c6426c833aca627.tar.gz
samba-31cd6fd88dd0bccda99340a81c6426c833aca627.tar.bz2
samba-31cd6fd88dd0bccda99340a81c6426c833aca627.zip
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)
Diffstat (limited to 'source4/kdc/config.mk')
-rw-r--r--source4/kdc/config.mk2
1 files changed, 1 insertions, 1 deletions
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
#######################