]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Set debug class for pac-glue
authorAndreas Schneider <asn@samba.org>
Wed, 23 Mar 2022 16:25:09 +0000 (17:25 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 13 Apr 2022 12:59:30 +0000 (12:59 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/kdc/pac-glue.c

index 5b0a454f34faa341514a1b85378d8673348f8831..fcc17baad0f3fa5ca03a4c40f4d11d8283283a04 100644 (file)
@@ -42,6 +42,9 @@
 
 #include <ldb.h>
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_KERBEROS
+
 static
 NTSTATUS samba_get_logon_info_pac_blob(TALLOC_CTX *mem_ctx,
                                       const struct auth_user_info_dc *info,