Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307202 Details for
Bug 449000
Samba server can't authenticate to NT domain after 2008-05-28 update
[?]
New
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.rh83 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]
always return netlogon negotiate flags
samba-3_0-netlogon-flags.diff (text/plain), 882 bytes, created by
Guenther Deschner
on 2008-05-30 14:16:52 UTC
(
hide
)
Description:
always return netlogon negotiate flags
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2008-05-30 14:16:52 UTC
Size:
882 bytes
patch
obsolete
>commit ccdc33492806609d9f78ff00527b93748bbec1c0 >Author: Günther Deschner <gd@samba.org> >Date: Fri May 30 15:59:49 2008 +0200 > > Fix joining NT4 domains. > > The negotiated netlogon flags also need to be returned in case we received > NT_STATUS_ACCESS_DENIED from a netr_ServerAuthenticate2 request. > Happens only here we do marshalling by hand... > > Guenther > >diff --git a/source/rpc_client/cli_netlogon.c b/source/rpc_client/cli_netlogon.c >index d151113..fb8c5cf 100644 >--- a/source/rpc_client/cli_netlogon.c >+++ b/source/rpc_client/cli_netlogon.c >@@ -185,9 +185,10 @@ static NTSTATUS rpccli_net_auth2(struct rpc_pipe_client *cli, > > result = r.status; > >+ *neg_flags_inout = r.srv_flgs.neg_flags; >+ > if (NT_STATUS_IS_OK(result)) { > *srv_chal_out = r.srv_chal; >- *neg_flags_inout = r.srv_flgs.neg_flags; > } > > return result;
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 449000
:
307175
|
307176
| 307202