summaryrefslogtreecommitdiff
path: root/auth/kerberos
diff options
context:
space:
mode:
authorkkplein <heupink@merit.unu.edu>2017-12-19 10:49:10 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-01-08 03:34:17 +0100
commitd39664fc66dafaf5cce2b830033df52da4d81695 (patch)
tree1670f4f90db5664bf2bde915169e3f769ea66ab0 /auth/kerberos
parentce2ca7fa89921a4ccdac018558025a9d650b0154 (diff)
downloadsamba-d39664fc66dafaf5cce2b830033df52da4d81695.tar.gz
define DBGC_AUTH class
Signed-off-by: Mourik Jan C Heupink <heupink@merit.unu.edu> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/kerberos')
-rw-r--r--auth/kerberos/gssapi_helper.c3
-rw-r--r--auth/kerberos/gssapi_pac.c4
-rw-r--r--auth/kerberos/kerberos_pac.c4
3 files changed, 11 insertions, 0 deletions
diff --git a/auth/kerberos/gssapi_helper.c b/auth/kerberos/gssapi_helper.c
index b7ffb6ca9ff..52c953c07ab 100644
--- a/auth/kerberos/gssapi_helper.c
+++ b/auth/kerberos/gssapi_helper.c
@@ -23,6 +23,9 @@
#include "auth/kerberos/pac_utils.h"
#include "auth/kerberos/gssapi_helper.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_AUTH
+
size_t gssapi_get_sig_size(gss_ctx_id_t gssapi_context,
const gss_OID mech,
uint32_t gss_want_flags,
diff --git a/auth/kerberos/gssapi_pac.c b/auth/kerberos/gssapi_pac.c
index 253976aecdf..b695671c95f 100644
--- a/auth/kerberos/gssapi_pac.c
+++ b/auth/kerberos/gssapi_pac.c
@@ -19,6 +19,10 @@
*/
#include "includes.h"
+
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_AUTH
+
#ifdef HAVE_KRB5
#include "auth/kerberos/pac_utils.h"
diff --git a/auth/kerberos/kerberos_pac.c b/auth/kerberos/kerberos_pac.c
index 7b6efdc8db0..0ab0e9a4594 100644
--- a/auth/kerberos/kerberos_pac.c
+++ b/auth/kerberos/kerberos_pac.c
@@ -23,6 +23,10 @@
*/
#include "includes.h"
+
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_AUTH
+
#ifdef HAVE_KRB5
#include "librpc/gen_ndr/ndr_krb5pac.h"