The Samba-Bugzilla – Attachment 7331 Details for
Bug 8567
segfault in dom_sid_compare
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.6
8567.patch (text/plain), 921 bytes, created by
Volker Lendecke
on 2012-02-19 11:54:50 UTC
(
hide
)
Description:
Patch for 3.6
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2012-02-19 11:54:50 UTC
Size:
921 bytes
patch
obsolete
>From 12b16e2d4f9c22b133dcf0f9e5e125bf22e87de3 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Sun, 19 Feb 2012 12:49:55 +0100 >Subject: [PATCH] s3: Fix bug 8567 -- segfault in dom_sid_compare > >The underlying problem was that with ldapsam:trusted we require the >a group mapping for the primary group of every user, including root. >--- > source3/passdb/pdb_ldap.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c >index 7ce5edc..9316f40 100644 >--- a/source3/passdb/pdb_ldap.c >+++ b/source3/passdb/pdb_ldap.c >@@ -3037,6 +3037,7 @@ static NTSTATUS ldapsam_enum_group_memberships(struct pdb_methods *methods, > if (dom_sid_compare(&global_sid_NULL, &(*pp_sids)[0]) == 0) { > DEBUG(3, ("primary group of [%s] not found\n", > pdb_get_username(user))); >+ ret = NT_STATUS_INTERNAL_DB_CORRUPTION; > goto done; > } > >-- >1.7.3.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:
bjacke
:
review+
Actions:
View
Attachments on
bug 8567
:
7056
|
7299
|
7310
| 7331