diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-06-03 14:32:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:30 -0500 |
commit | 089b5381630f015cf2e81e8509fa7025eadb4060 (patch) | |
tree | bcd836749833d88dbda666cde7f906b226cbd6a2 /source4/kdc/config.mk | |
parent | 752ffdf49c37a9396ae22cbd9661bf87fe599250 (diff) | |
download | samba-089b5381630f015cf2e81e8509fa7025eadb4060.tar.gz samba-089b5381630f015cf2e81e8509fa7025eadb4060.tar.xz samba-089b5381630f015cf2e81e8509fa7025eadb4060.zip |
r7241: The KDC almost links...
Using current lorikeet/heimdal, and with the KDC module enabled (it is
disabled by default), I almost get the KDC to link.
(To enable the KDC for testing, comment out the only line in
smbd/config.m4, and add 'kdc' to the 'server services' line in
smb.conf).
(This used to be commit 26cd4b4f68a370390e08263067402c6c70e49ec8)
Diffstat (limited to 'source4/kdc/config.mk')
-rw-r--r-- | source4/kdc/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk index b9313b25447..c6c4f4c5c10 100644 --- a/source4/kdc/config.mk +++ b/source4/kdc/config.mk @@ -4,7 +4,8 @@ # Start SUBSYSTEM CLDAPD [SUBSYSTEM::KDC] INIT_OBJ_FILES = \ - kdc/kdc.o + kdc/kdc.o \ + kdc/hdb-ldb.o REQUIRED_SUBSYSTEMS = \ SOCKET # End SUBSYSTEM CLDAPD |