The Samba-Bugzilla – Attachment 7570 Details for
Bug 8943
Slow but responsive DC can lock up winbindd for > 10 minutes at a time (3.5 to master)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This testing patch helps with this work, by not requring that winbind be in use
0004-s3-utils-Use-ads_do_search_retry-in-net-ads-search-t.patch (text/plain), 956 bytes, created by
Andrew Bartlett
on 2012-05-18 12:12:32 UTC
(
hide
)
Description:
This testing patch helps with this work, by not requring that winbind be in use
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2012-05-18 12:12:32 UTC
Size:
956 bytes
patch
obsolete
>From ceff2266967278a82bfc1afc208bf13daa6448ce Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Fri, 18 May 2012 22:02:57 +1000 >Subject: [PATCH 4/4] s3-utils: Use ads_do_search_retry in net ads search to > allow easy testing > >This makes it easier to test the fallback from 1000 to (eventually) 125 users at a time. > >Andrew Bartlett >--- > source3/utils/net_ads.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c >index 0ccb328..0df7f07 100644 >--- a/source3/utils/net_ads.c >+++ b/source3/utils/net_ads.c >@@ -2251,7 +2251,7 @@ static int net_ads_search(struct net_context *c, int argc, const char **argv) > ldap_exp = argv[0]; > attrs = (argv + 1); > >- rc = ads_do_search_all(ads, ads->config.bind_path, >+ rc = ads_do_search_retry(ads, ads->config.bind_path, > LDAP_SCOPE_SUBTREE, > ldap_exp, attrs, &res); > if (!ADS_ERR_OK(rc)) { >-- >1.7.7.6 >
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 8943
:
7561
|
7562
|
7563
|
7565
|
7566
|
7567
|
7568
|
7569
|
7570
|
7572
|
7573
|
7574