The Samba-Bugzilla – Attachment 18534 Details for
Bug 15783
NETLOGON_NTLMV2_ENABLED is missing in the SamLogon* user_flags field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
4.21 backport
0001-s3-auth-let-check_sam_security-add-NETLOGON_NTLMV2_E.patch (text/plain), 998 bytes, created by
Björn Jacke
on 2025-01-20 13:17:05 UTC
(
hide
)
Description:
4.21 backport
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2025-01-20 13:17:05 UTC
Size:
998 bytes
patch
obsolete
>From d49e8cfe25afdff99596db04e42a2e8119b628d5 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Wed, 15 Jan 2025 12:41:21 +0100 >Subject: [PATCH] s3:auth: let check_sam_security() add NETLOGON_NTLMV2_ENABLED > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15783 > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >Reviewed-by: Andreas Schneider <asn@samba.org> >(cherry picked from commit 10f38aff7c23dc20bc98cf0e02a430f8b0d7b1ad) >--- > source3/auth/check_samsec.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/source3/auth/check_samsec.c b/source3/auth/check_samsec.c >index 1e55fedb615..cfaf413eba0 100644 >--- a/source3/auth/check_samsec.c >+++ b/source3/auth/check_samsec.c >@@ -575,6 +575,8 @@ NTSTATUS check_sam_security(const DATA_BLOB *challenge, > goto done; > } > >+ (*server_info)->info3->base.user_flags |= NETLOGON_NTLMV2_ENABLED; >+ > (*server_info)->session_key = > data_blob_talloc(*server_info, user_sess_key.data, > user_sess_key.length); >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review-
Actions:
View
Attachments on
bug 15783
:
18534
|
18538
|
18539