The Samba-Bugzilla – Attachment 5872 Details for
Bug 7578
'net idmap restore' fails to set HWM, causing duplicates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-s3-Fix-bug-7578.patch (text/plain), 875 bytes, created by
Volker Lendecke
on 2010-07-27 03:09:28 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2010-07-27 03:09:28 UTC
Size:
875 bytes
patch
obsolete
>From 3689163202a8f01fa4a87199eb3fdaf71b36d05f Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Tue, 27 Jul 2010 10:05:16 +0200 >Subject: [PATCH] s3: Fix bug 7578 > >--- > source3/winbindd/winbindd_dual_srv.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c >index b247d5a..9fef780 100644 >--- a/source3/winbindd/winbindd_dual_srv.c >+++ b/source3/winbindd/winbindd_dual_srv.c >@@ -610,12 +610,12 @@ NTSTATUS _wbint_SetHWM(pipes_struct *p, struct wbint_SetHWM *r) > > id.id = r->in.id; > >- switch (id.type) { >+ switch (r->in.type) { > case WBINT_ID_TYPE_UID: > id.type = ID_TYPE_UID; > status = idmap_set_uid_hwm(&id); > break; >- case ID_TYPE_GID: >+ case WBINT_ID_TYPE_GID: > id.type = ID_TYPE_GID; > status = idmap_set_gid_hwm(&id); > break; >-- >1.7.0.4 >
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:
jra
:
review+
Actions:
View
Attachments on
bug 7578
:
5858
|
5870
|
5871
| 5872