summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-10 04:33:29 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:49:02 +0100
commit038c75c0cb6307ee411cb3eabdf2305f2f3b653d (patch)
tree1f5a962c246a72985bb804cefaed26c9875d64cb /source4/kdc
parent70116cdcacb569316b23cd6fbe06c628415eea52 (diff)
downloadsamba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.tar.gz
samba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.tar.bz2
samba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.zip
r26357: Add separate subsystem for auth_sam_reply parsing.
(This used to be commit 2d61e7c96e249d7031b709e9f727626a78e435f1)
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/config.mk2
-rw-r--r--source4/kdc/pac-glue.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk
index d129332ba2..52a377dbba 100644
--- a/source4/kdc/config.mk
+++ b/source4/kdc/config.mk
@@ -22,7 +22,7 @@ OBJ_FILES = \
hdb-ldb.o \
pac-glue.o
PRIVATE_DEPENDENCIES = \
- LIBLDB auth_sam KERBEROS
+ LIBLDB auth_sam auth_sam_reply KERBEROS
# End SUBSYSTEM KDC
#######################
diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c
index 4ba1023785..32f96ee7ab 100644
--- a/source4/kdc/pac-glue.c
+++ b/source4/kdc/pac-glue.c
@@ -28,6 +28,7 @@
#include "librpc/gen_ndr/krb5pac.h"
#include "auth/auth.h"
#include "auth/auth_sam.h"
+#include "auth/auth_sam_reply.h"
#include "param/param.h"
struct krb5_dh_moduli;