From 089b5381630f015cf2e81e8509fa7025eadb4060 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 3 Jun 2005 14:32:10 +0000 Subject: 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) --- source4/kdc/kdc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/kdc/kdc.h') diff --git a/source4/kdc/kdc.h b/source4/kdc/kdc.h index 25b8745bce..2289b504cc 100644 --- a/source4/kdc/kdc.h +++ b/source4/kdc/kdc.h @@ -22,8 +22,10 @@ */ #include "system/kerberos.h" +#include "auth/kerberos/kerberos.h" #include +krb5_error_code hdb_ldb_create(krb5_context context, struct HDB **db, const char *arg); /* top level context structure for the cldap server @@ -31,6 +33,7 @@ struct kdc_server { struct task_server *task; struct krb5_kdc_configuration *config; + krb5_context krb5_context; }; struct kdc_socket { -- cgit