https://bugs.openldap.org/show_bug.cgi?id=9482
Issue ID: 9482
Summary: slapi_int_get_plugins() may return uninitialized data
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: grapvar(a)gmail.com
Target Milestone: ---
... because
> if ( be == NULL ) {
> goto done;
> }
returns before output variable ppFuncPtrs has been initialized.
This may be not affect openldap code, but, if I understand correctly,
slapi_int_get_plugins() is part of api and may affect 3rd party.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9483
Issue ID: 9483
Summary: Need dummy value for AC_TLS_TYPE
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
If slapd is built without any type of TLS, AC_TLS_TYPE becomes empty, which
then causes problems in the test suite.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9479
Issue ID: 9479
Summary: asyncmeta: test074 failure to terminate
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: backends
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
When the asyncmeta backend is enabled in master test074 routinely fails to
complete, causing CI/CD to force kill the container and marking the branch as
failed.
This same problem with test074 has manifested in environments outside of the
CI/CD system, such as the launchpad PPA service.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9481
Issue ID: 9481
Summary: servers/slapd/proxyp.c does not respect --disable-ipv6
and fails to compile
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: grapvar(a)gmail.com
Target Milestone: ---
current git master, commit: a44706f64 2021-02-26 | ITS#7508 - fix website build
...
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9490
Issue ID: 9490
Summary: Make it so keepalive settings can be configured in
ldap.conf
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: libraries
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
There are certain cases where it would be helpful to be able to set a system
wide set of keepalive settings for any applications that use libldap (at least
on linux).
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9491
Issue ID: 9491
Summary: memleak in asyncmeta
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: backends
Assignee: bugs(a)openldap.org
Reporter: hyc(a)openldap.org
Target Milestone: ---
Due to some code skew between old Symas repo and public repo, asyncmeta in
master/2.5 leaks a memctx on every operation.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9504
Issue ID: 9504
Summary: Assertion failure after reconfiguring
olcDbIDAssertBind in slapd-ldap
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: backends
Assignee: bugs(a)openldap.org
Reporter: tero.saarni(a)est.tech
Target Milestone: ---
OpenLDAP crashes to following assert error:
slapd: bind.c:2657: ldap_back_proxy_authz_ctrl: Assertion `0' failed.
The crash can be reproduced by executing following sequence:
1. create proxy with OLC configuration
2. execute modify operation that changes olcDbIDAssertBind (replace or
delete&add)
but do set mode=legacy as the value
3. execute ldapsearch as user that maps into idassert-bind
4. slapd crashes with the above error message
mode=legacy is the default and everything works after initial configuration (1)
even without adding mode=legacy into the configuration, but when doing
re-configuration using OLC (2) the default value does not seem to get
initialized
correctly anymore. This causes next LDAP operation (3) to fail after changing
the
configuration since the server crashes (4).
The assert in question is here, in the default branch when "mode" variable is
not
set at all:
https://git.openldap.org/openldap/openldap/-/blob/c9ee2ccd1c8aadaef9db90742…
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9501
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.