summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-12-19 15:34:36 +0100
committerStefan Metzmacher <metze@samba.org>2020-02-10 16:32:36 +0000
commitf8e7c3d3821c0d6389f98cc2c2044e7b8fcdbb7d (patch)
treebfc758f94de416528eb969676206f48f5092a702 /source3/utils
parent0b3db29bd5f44daa0abb64ba4a7bb5e5cad2a6ac (diff)
downloadsamba-f8e7c3d3821c0d6389f98cc2c2044e7b8fcdbb7d.tar.gz
auth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR() helpers
This adds a generic way to get to the raw (verified) PAC and will be used in multiple places in future. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_ads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 95a6ed74b78..702ec096d28 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -40,6 +40,7 @@
#include "libsmb/libsmb.h"
#include "lib/param/loadparm.h"
#include "utils/net_dns.h"
+#include "auth/kerberos/pac_utils.h"
#ifdef HAVE_JANSSON
#include <jansson.h>