This is the second testing call for OpenLDAP 2.4.49. Depending on the results, this may be the only testing call.
Generally, get the code for RE24:
Configure & build.
Execute the test suite (via make test) after it is built. Optionally, cd tests && make its to run through the regression suite.
Thanks!
OpenLDAP 2.4.49 Engineering Added slapd-monitor database entry count for slapd-mdb (ITS#9154) Fixed client tools to not add controls on cancel/abandon (ITS#9145) Fixed client tools SyncInfo message to be LDIF compliant (ITS#8116) Fixed libldap to correctly free sb (ITS#9081, ITS#8755) Fixed libldap descriptor leak if ldaps fails (ITS#9147) Fixed libldap remove unnecessary global mutex for GnuTLS (ITS#9069) Fixed slapd syntax evaluation of preferredDeliveryMethod (ITS#9067) Fixed slapd to relax domainScope control check (ITS#9100) Fixed slapd to have cleaner error handling during connection setup (ITS#9112) Fixed slapd data check when processing cancel exop (ITS#9124) Fixed slapd attribute description processing (ITS#9128) Fixed slapd-ldap to set oldctrls correctly (ITS#9076) Fixed slapd-mdb to honor unchecked limit with alias deref (ITS#7657) Fixed slapd-mdb missing final commit with slapindex (ITS#9095) Fixed slapd-mdb drop attr mappings added in an aborted txn (ITS#9091) Fixed slapd-mdb nosync FLAG configuration handling (ITS#9150) Fixed slapd-monitor global operation counter reporting (ITS#9119) Fixed slapo-ppolicy when used with slapauth (ITS#8629) Fixed slapo-ppolicy to add a missed normalised copy of pwdChangedTime (ITS#9126) Fixed slapo-syncprov fix sessionlog init (ITS#9146) Fixed slapo-unique loop termination (ITS#9077) Build Environment Fix mkdep to honor TMPDIR if set (ITS#9062) Remove ICU library detection (ITS#9144) Update config.guess and config.sub to support newer architectures (ITS#7855) Documentation admin24 - Fix inconsistent whitespace in replication section (ITS#9153) slapd-config(5)/slapd.conf(5) - Fix missing bold tag for keyword (ITS#9063) slapd-ldap(5) - Document "tls none" option (ITS#9071) slapo-ppolicy(5) - Correctly document pwdGraceAuthnLimit (ITS#9065)
LMDB 0.9.25 Engineering ITS#9068 fix mdb_dump/load backslashes in printable content ITS#9118 add MAP_NOSYNC for FreeBSD ITS#9155 free mt_spill_pgs in non-nested txn on end
Thanks, Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Hello,
On Tue, 28 Jan 2020, Quanah Gibson-Mount wrote:
Optionally, cd tests && make its to run through the regression suite.
The following happened on Fedora Linux 31:
Starting its8521 ...
running defines.sh
This test tracks a case where a consumer fails to replicate from the provider when the provider is dynamically configured for replication. See http://www.openldap.org/its/index.cgi/?findid=8521 and See http://www.openldap.org/its/index.cgi/?findid=8281 for more information.
Starting provider slapd on TCP/IP port 9011... Using ldapsearch to check that provider slapd is running... Starting consumer slapd on TCP/IP port 9012... Using ldapsearch to check that consumer slapd is running... Setting serverID on provider... Populating database on provider... Configuring replication on the provider... Configuring replication on the consumer... Sleeping 10 seconds to allow replication to initiate... Using ldapsearch to read all the entries from the provider... Using ldapsearch to read all the entries from the consumer... ldapsearch should have failed with error 32. Got 0 instead! This is a regression of ITS8281
--On Tuesday, January 28, 2020 10:48 PM +0200 openldap-technical@kolttonen.fi wrote:
This is a regression of ITS8281
Thanks for the report, I was able to reproduce this.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Wednesday, January 29, 2020 10:50 AM -0800 Quanah Gibson-Mount quanah@symas.com wrote:
--On Tuesday, January 28, 2020 10:48 PM +0200 openldap-technical@kolttonen.fi wrote:
This is a regression of ITS8281
Thanks for the report, I was able to reproduce this.
A fix for a later ITS (ITS#9015) invalidated this regression test entirely. It is now disabled.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Le 28/01/2020 à 18:02, Quanah Gibson-Mount a écrit :
This is the second testing call for OpenLDAP 2.4.49. Depending on the results, this may be the only testing call.
Generally, get the code for RE24:
Configure & build.
Execute the test suite (via make test) after it is built. Optionally, cd tests && make its to run through the regression suite.
Thanks!
revision c5ea2bb
CentOS 7
make mdb && make mdb-its all run successfully
Regards
openldap-technical@openldap.org