The Samba-Bugzilla – Attachment 4734 Details for
Bug 6711
trusts to windows 2008 (2008 r2) not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
additional patch for 3.4
tmp.diff (text/plain), 1022 bytes, created by
Stefan Metzmacher
on 2009-09-24 00:17:35 UTC
(
hide
)
Description:
additional patch for 3.4
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2009-09-24 00:17:35 UTC
Size:
1022 bytes
patch
obsolete
>From b61cf684c1a2188780fca73462353918c68b4a8e Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Thu, 24 Sep 2009 06:38:08 +0200 >Subject: [PATCH] s3:rpc_server: we need to make a copy of my_name in serverinfo_to_SamInfo_base() > >This is important for the case the server_info already contains a logon_server. > >metze >(This is similar to commit 9ef39406d8072a1a102813fb4448af76e9020fcd) >--- > source3/rpc_client/init_netlogon.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/rpc_client/init_netlogon.c b/source3/rpc_client/init_netlogon.c >index 793b9c7..e7c2d06 100644 >--- a/source3/rpc_client/init_netlogon.c >+++ b/source3/rpc_client/init_netlogon.c >@@ -310,7 +310,7 @@ NTSTATUS serverinfo_to_SamInfo3(struct auth_serversupplied_info *server_info, > groups, > NETLOGON_EXTRA_SIDS, > user_session_key, >- my_name, >+ talloc_strdup(sam3, my_name), > talloc_strdup(sam3, pdb_get_domain(sampw)), > sid, > lm_session_key, >-- >1.5.4.3 >
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:
gd
:
review+
Actions:
View
Attachments on
bug 6711
:
4731
| 4734 |
4746
|
4784
|
4788
|
4800