Am Thu, 22 Apr 2021 09:56:42 -0700 schrieb Quanah Gibson-Mount quanah@symas.com:
This is a testing call for OpenLDAP 2.5 Release Candidate (OpenLDAP 2.5.4) Depending on the results, this may be the only testing call.
Generally, get the code for RE25:
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.
Note that there are new features in 2.5, so please examine the options available with configure carefully. Some examples:
The new load balancer, which can either be built as a module for slapd (--enable-balancer=mod) or as a standalone server (--enable-balancer=yes)
The libargon2 password module (--enable-argon2).
Systemd notification support (--with-systemd=yes).
Starting test085-homedir for mdb...
running defines.sh Running slapadd to build slapd database... slapadd: bad configuration file! slapadd failed (1)! make[2]: *** [Makefile:301: mdb-yes] Fehler 1 make[2]: Verzeichnis „/home/dieter/work/openldap-OPENLDAP_REL_ENG_2_5/tests“ wird verlassen make[1]: *** [Makefile:287: test] Fehler 2 make[1]: Verzeichnis „/home/dieter/work/openldap-OPENLDAP_REL_ENG_2_5/tests“ wird verlassen make: *** [Makefile:299: test] Fehler 2
-Dieter