summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/smbd/password.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/smbd/password.c b/source/smbd/password.c
index 48e4172ace8..f759f3b781c 100644
--- a/source/smbd/password.c
+++ b/source/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;
}
/*