summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/password.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 48e4172ace..f759f3b781 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -1444,7 +1444,8 @@ BOOL domain_client_validate( char *user, char *domain,
*/
if (!secrets_fetch_trust_account_password(lp_workgroup(), trust_passwd, NULL))
{
- return False;
+ DEBUG(0, ("domain_client_validate: could not fetch trust account password for domain %s\n", lp_workgroup()));
+ return False;
}
/*