Revert "STEP07 - TMP/DEBUG security >= user"
authorGünther Deschner <gd@samba.org>
Wed, 24 Jan 2018 16:05:36 +0000 (17:05 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 25 Jun 2018 12:56:41 +0000 (14:56 +0200)
This reverts commit 455dd3d25cf30999861885d2ae35c971eec9fa29.

source3/smbd/smb2_sesssetup.c

index a14c3ba86944bdc596f9b33f280039be58617a85..9e6c8ba274d64de32e3d26a460406626c8580be6 100644 (file)
@@ -790,7 +790,6 @@ 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);
                }