STEP07 - TMP/DEBUG security >= user
authorMichael Adam <obnox@samba.org>
Wed, 29 Jul 2015 13:38:07 +0000 (15:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 13:37:55 +0000 (14:37 +0100)
source3/smbd/smb2_sesssetup.c

index 6b17b821c25afb0692f87c4851434b291f920dee..39fdad060985cf15af00ef6a35c5755f4fb5429b 100644 (file)
@@ -910,6 +910,7 @@ static struct tevent_req *smbd_smb2_session_setup_send(TALLOC_CTX *mem_ctx,
                                smb2req->session->global->auth_session_info,
                                NULL);
                if (seclvl < SECURITY_USER) {
+               DEBUG(0,("%s:%s: session binding requested\n", __location__, __func__));
                        tevent_req_nterror(req, NT_STATUS_NOT_SUPPORTED);
                        return tevent_req_post(req, ev);
                }