This is the second testing call for OpenLDAP 2.4.51. Depending on the results, this may be the final testing call.
Generally, get the code for RE24:
Extract, configure, and 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.51 Engineering Added slapo-ppolicy implement Netscape password policy controls (ITS#9279) Fixed libldap retry loop in ldap_int_tls_connect (ITS#8650) Fixed libldap to use getaddrinfo in ldap_pvt_get_fqdn (ITS#9287) Fixed slapd syncrepl to not delete non-replicated attrs (ITS#9227) Fixed slapd syncrepl to correctly delete entries on resync (ITS#9282) Fixed slapd syncrepl to use replace on single valued attrs (ITS#9294, ITS#9295) Fixed slapd-perl dynamic config with threaded slapd (ITS#7573) Fixed slapo-ppolicy to expose the ppolicy control (ITS#9285) Fixed slapo-ppolicy race condition for pwdFailureTime (ITS#9302) Fixed slapo-chain to check referral (ITS#9262) Contrib Fix default prefix value for pw-argon2, pw-pbkdf2 modules (ITS#9248) slapo-allowed - Fix usage of unitialized variable (ITS#9308) Documentation ldap_parse_result(3) - Document ldap_parse_intermediate (ITS#9271)
LMDB 0.9.26 Engineering ITS#9278 fix robust mutex cleanup for FreeBSD
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Quanah Gibson-Mount wrote:
This is the second testing call for OpenLDAP 2.4.51. Depending on the results, this may be the final testing call.
Generally, get the code for RE24:
Extract, configure, and build.
Works fine with Ubuntu 20.04.1.
Result with FreeBSD 12.1-RELEASE-p7:
Starting test064-constraint for mdb...
./scripts/all: ./scripts/test064-constraint: not found
test064-constraint failed for mdb
(exit 127) *** Error code 127
I suppose, I'm just missing some dependencies.(?)
Regards, Christian
--On Friday, August 7, 2020 12:28 AM +0200 Christian Schmidt Christian.Schmidt@chemie.uni-hamburg.de wrote:
Starting test064-constraint for mdb...
./scripts/all: ./scripts/test064-constraint: not found
test064-constraint failed for mdb
(exit 127) *** Error code 127
I suppose, I'm just missing some dependencies.(?)
The difference with test064 is it requires /bin/bash instead of /bin/sh. On my FreeBSD box I just made it a symlink to /usr/local/bin/bash
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Quanah Gibson-Mount wrote:
--On Friday, August 7, 2020 12:28 AM +0200 Christian Schmidt Christian.Schmidt@chemie.uni-hamburg.de wrote:
>>>>> Starting test064-constraint for mdb... ./scripts/all: ./scripts/test064-constraint: not found >>>>> test064-constraint failed for mdb (exit 127) *** Error code 127
I suppose, I'm just missing some dependencies.(?)
The difference with test064 is it requires /bin/bash instead of /bin/sh. On my FreeBSD box I just made it a symlink to /usr/local/bin/bash
We should not have any explicit dependencies on bash. This is a bug in the test script and should be fixed.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
openldap-technical@openldap.org