https://bugs.openldap.org/show_bug.cgi?id=9541
Issue ID: 9541
Summary: Typos in ldap_pvt_gettimeofday() in
libraries/libldap/util-int.c
Product: OpenLDAP
Version: 2.5.4
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: brecht(a)sanders.org
Target Milestone: ---
In openldap 2.544 there appear to be some typos in libraries/libldap/util-int.c
- there is an int between the ldap_pvt_gettimeofday() function definition and
the next curly brace
- tv_spec is not a member of struct timeval, should be tv_sec
patch -ulbf libraries/libldap/util-int.c << EOF
@@ -300,3 +300,2 @@
ldap_pvt_gettimeofday( struct timeval *tv, void *unused )
-int
{
@@ -304,3 +303,3 @@
ldap_pvt_clock_gettime( 0, &ts );
- tv->tv_sec = ts.tv_spec;
+ tv->tv_sec = ts.tv_sec;
tv->tv_usec = ts.tv_nsec / 1000;
EOF
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9555
Issue ID: 9555
Summary: Introduce a default operations timeout for
back-asyncmeta
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: backends
Assignee: bugs(a)openldap.org
Reporter: nivanova(a)symas.com
Target Milestone: ---
Currently, if no operation timeout is configured, the default asyncmeta
behavior is to have no timeout. This is potentially unsafe - if for some reason
a target server does not return a response, the operation will stay in the
queue until the connection is reset due to some network error (idle-timeout is
not honored if there are pending operations). In the case of many such
operations, the queues can get filled up and asyncmeta will become unable to
process new operations for some time.
Therefore, a setting of "0" should be used carefully and with intent. To
prevent accidental configuration of 0, the default operations timeout should be
a value larger than 0.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9531
Issue ID: 9531
Summary: change RootDSE
Product: OpenLDAP
Version: 2.4.57
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: niko(a)dwolfix.ru
Target Milestone: ---
Created attachment 816
--> https://bugs.openldap.org/attachment.cgi?id=816&action=edit
RootDSE
OS Linux Debian 10, slapd 2.4.57+dfsg-2
When installing openldap, a RootDSE is formed with the objectClass
'organization' (2.5.6.4). The root entry cannot be deleted.
How can the RootDSE be changed so that the objectClass becomes 'domain'
(0.9.2342.19200300.100.4.13)?
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8721
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Resolution|TEST |FIXED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=6683
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |quanah(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=6531
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=6289
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ondra(a)mistotebe.net |hyc(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=6289
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |ondra(a)mistotebe.net
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=6248
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_6_REQ |
Assignee|bugs(a)openldap.org |hyc(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.