The Samba-Bugzilla – Attachment 6095 Details for
Bug 7832
winbind panic in rfc2307 usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-s3-Fix-bug-7832.patch (text/plain), 904 bytes, created by
Volker Lendecke
on 2010-11-30 05:35:07 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2010-11-30 05:35:07 UTC
Size:
904 bytes
patch
obsolete
>From 3528b91081f0ef88926f341eca68e19b14cda394 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 30 Nov 2010 12:31:39 +0100 >Subject: [PATCH] s3: Fix bug 7832 > >--- > source3/winbindd/idmap_ad.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c >index 1567598..bc1a1e5 100644 >--- a/source3/winbindd/idmap_ad.c >+++ b/source3/winbindd/idmap_ad.c >@@ -859,6 +859,7 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, > > /* See if we can use the ADS connection struct swe were given */ > >+#if 0 > if (ads) { > DEBUG(10, ("nss_ad_get_info: using given ads connection and " > "LDAP message (%p)\n", msg)); >@@ -875,6 +876,7 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, > nt_status = NT_STATUS_OK; > goto done; > } >+#endif > > /* Have to do our own query */ > >-- >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
Actions:
View
Attachments on
bug 7832
: 6095 |
6127