Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 301804 Details for
Bug 440693
slapd when running as a syncrepl consumer uses the search timout from ldap.conf over the one from the syncrepl statement in slapd.conf
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for openldap 2.3.27
openldap-2.3.27-syncrepl-timelimit.patch (text/plain), 990 bytes, created by
Jan Safranek
on 2008-04-09 13:43:16 UTC
(
hide
)
Description:
patch for openldap 2.3.27
Filename:
MIME Type:
Creator:
Jan Safranek
Created:
2008-04-09 13:43:16 UTC
Size:
990 bytes
patch
obsolete
>--- servers/slapd/syncrepl.c 16 Jun 2007 08:53:48 -0000 1.328 >+++ servers/slapd/syncrepl.c 19 Jun 2007 09:49:50 -0000 1.329 >@@ -320,7 +320,6 @@ > BerElementBuffer berbuf; > BerElement *ber = (BerElement *)&berbuf; > LDAPControl c[2], *ctrls[3]; >- struct timeval timeout; > ber_int_t msgid; > int rc; > int rhint; >@@ -405,12 +404,8 @@ > ctrls[1] = NULL; > } > >- timeout.tv_sec = si->si_tlimit; >- timeout.tv_usec = 0; >- > rc = ldap_search_ext( si->si_ld, base, scope, filter, attrs, attrsonly, >- ctrls, NULL, si->si_tlimit > 0 ? &timeout : NULL, >- si->si_slimit, &msgid ); >+ ctrls, NULL, NULL, si->si_slimit, &msgid ); > ber_free_buf( ber ); > return rc; > } >@@ -531,6 +531,7 @@ > op->o_ssf = ( op->o_sasl_ssf > op->o_tls_ssf ) > ? op->o_sasl_ssf : op->o_tls_ssf; > >+ ldap_set_option( si->si_ld, LDAP_OPT_TIMELIMIT, &si->si_tlimit ); > > if ( BER_BVISNULL( &si->si_syncCookie.octet_str )) { > /* get contextCSN shadow replica from database */
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 440693
: 301804