Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1976122 Details for
Bug 2222250
The trust relationship between this workstation and the primary domain failed
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
correct patch built and tested for samba-4.10.16-24.el7_9.src.rpm
trust.patch (text/plain), 1.68 KB, created by
bunkobugsy
on 2023-07-17 06:08:40 UTC
(
hide
)
Description:
correct patch built and tested for samba-4.10.16-24.el7_9.src.rpm
Filename:
MIME Type:
Creator:
bunkobugsy
Created:
2023-07-17 06:08:40 UTC
Size:
1.68 KB
patch
obsolete
>diff -urN samba-4.10.16.old/source3/rpc_server/netlogon/srv_netlog_nt.c samba-4.10.16/source3/rpc_server/netlogon/srv_netlog_nt.c >--- samba-4.10.16.old/source3/rpc_server/netlogon/srv_netlog_nt.c 2023-07-16 10:18:26.101390835 +0300 >+++ samba-4.10.16/source3/rpc_server/netlogon/srv_netlog_nt.c 2023-07-16 10:35:36.843060123 +0300 >@@ -2672,6 +2672,11 @@ > struct netlogon_creds_CredentialState *creds; > NTSTATUS status; > >+ if (r->in.query_level != 1) { >+ p->fault_state = DCERPC_NCA_S_FAULT_INVALID_TAG; >+ return NT_STATUS_NOT_SUPPORTED; >+ } >+ > become_root(); > status = netr_creds_server_step_check(p, p->mem_ctx, > r->in.computer_name, >@@ -2683,10 +2688,6 @@ > return status; > } > >- if (r->in.query_level != 1) { >- return NT_STATUS_NOT_SUPPORTED; >- } >- > r->out.capabilities->server_capabilities = creds->negotiate_flags; > > return NT_STATUS_OK; >diff -urN samba-4.10.16.old/source4/rpc_server/netlogon/dcerpc_netlogon.c samba-4.10.16/source4/rpc_server/netlogon/dcerpc_netlogon.c >--- samba-4.10.16.old/source4/rpc_server/netlogon/dcerpc_netlogon.c 2023-07-16 10:18:26.545400571 +0300 >+++ samba-4.10.16/source4/rpc_server/netlogon/dcerpc_netlogon.c 2023-07-16 10:40:11.763109454 +0300 >@@ -2910,6 +2910,10 @@ > struct netlogon_creds_CredentialState *creds; > NTSTATUS status; > >+ if (r->in.query_level != 1) { >+ DCESRV_FAULT(DCERPC_NCA_S_FAULT_INVALID_TAG); >+ } >+ > status = dcesrv_netr_creds_server_step_check(dce_call, > mem_ctx, > r->in.computer_name, >@@ -2921,10 +2925,6 @@ > } > NT_STATUS_NOT_OK_RETURN(status); > >- if (r->in.query_level != 1) { >- return NT_STATUS_NOT_SUPPORTED; >- } >- > r->out.capabilities->server_capabilities = creds->negotiate_flags; > > return NT_STATUS_OK;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2222250
:
1975683
|
1975684
| 1976122