summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-03 14:32:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:30 -0500
commit089b5381630f015cf2e81e8509fa7025eadb4060 (patch)
treebcd836749833d88dbda666cde7f906b226cbd6a2 /source4/kdc/kdc.h
parent752ffdf49c37a9396ae22cbd9661bf87fe599250 (diff)
downloadsamba-089b5381630f015cf2e81e8509fa7025eadb4060.tar.gz
samba-089b5381630f015cf2e81e8509fa7025eadb4060.tar.bz2
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/kdc.h')
-rw-r--r--source4/kdc/kdc.h3
1 files changed, 3 insertions, 0 deletions
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 <kdc.h>
+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 {