From: Andrew Bartlett Date: Tue, 30 Mar 2021 03:35:44 +0000 (+1300) Subject: CVE-2021-20251 auth4: Add missing newline to debug message on PSO read failure X-Git-Tag: talloc-2.4.0~1080 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a9e0fdccfa218fbb2c3eb87e1a955ade0364b98;p=thirdparty%2Fsamba.git CVE-2021-20251 auth4: Add missing newline to debug message on PSO read failure BUG: https://bugzilla.samba.org/show_bug.cgi?id=14611 Signed-off-by: Andrew Bartlett Reviewed-by: Joseph Sutton Reviewed-by: Andreas Schneider --- diff --git a/source4/auth/sam.c b/source4/auth/sam.c index 19199701465..b12a7c981e6 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -1096,7 +1096,7 @@ NTSTATUS authsam_update_bad_pwd_count(struct ldb_context *sam_ctx, * fallback to using the domain defaults so that we still * record the bad password attempt */ - DBG_ERR("Error (%d) checking PSO for %s", + DBG_ERR("Error (%d) checking PSO for %s\n", ret, ldb_dn_get_linearized(msg->dn)); }