]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbind: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Mon, 27 Feb 2017 13:35:59 +0000 (13:35 +0000)
committerVolker Lendecke <vl@samba.org>
Mon, 6 Mar 2017 22:18:45 +0000 (23:18 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Mar  6 23:18:46 CET 2017 on sn-devel-144

source3/winbindd/winbindd_pam.c

index 741a42f86bde01f0bf324c5730cdd73d3799c0d7..74afdcc75a441b7240ce92389dd3dc873c5fbef3 100644 (file)
@@ -1271,7 +1271,8 @@ static NTSTATUS winbindd_dual_auth_passdb(TALLOC_CTX *mem_ctx,
        status = make_auth_context_fixed(frame, &auth_context, challenge->data);
 
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("Failed to test authentication with check_sam_security_info3: %s\n", nt_errstr(status)));
+               DBG_ERR("make_auth_context_fixed failed: %s\n",
+                       nt_errstr(status));
                TALLOC_FREE(frame);
                return status;
        }