summaryrefslogtreecommitdiffstats
path: root/source/kdc/kdc.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-03 14:32:10 +0000
committerAndrew Bartlett <abartlet@samba.org>2005-06-03 14:32:10 +0000
commit9339bfd16a0a8aaa4896c541d8f8b3d3e1e3befb (patch)
tree0a6aab9b7d2b6e5c967d3159fe715a153f68da0f /source/kdc/kdc.h
parent181c8eaa218de8019c38be20b3d6bae1bfbe0812 (diff)
downloadsamba-9339bfd16a0a8aaa4896c541d8f8b3d3e1e3befb.tar.gz
samba-9339bfd16a0a8aaa4896c541d8f8b3d3e1e3befb.tar.xz
samba-9339bfd16a0a8aaa4896c541d8f8b3d3e1e3befb.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).
Diffstat (limited to 'source/kdc/kdc.h')
-rw-r--r--source/kdc/kdc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/kdc/kdc.h b/source/kdc/kdc.h
index 25b8745bce3..2289b504ccf 100644
--- a/source/kdc/kdc.h
+++ b/source/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 {