summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 2986fb4372..dbc7d24dc1 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1521,6 +1521,9 @@ bool is_trusted_domain(const char* dom_name)
return false;
}
+ DEBUG(10, ("wb_is_trusted_domain returned error: %s\n",
+ wbcErrorString(result)));
+
/* The only other possible result is that winbind is not up
and running. We need to update the trustdom_cache
ourselves */