On 30Sep21 08:39-0700, Quanah Gibson-Mount wrote:
The setup we use is quite simple, so a number of tests are skipped. Would you recommend, or like to see certain configurations to be tested?
Mainly the new logging bits.
A minor thing:
I think I discovered a change in slaptest in rc 2_6. We (still) use the logfile directive in slapd config. If the logfile exists, but is not writable by slaptest, the test fails. Which is good, but the failed slaptest does not print the reason for the failure.
--- paste: [jscldap@jscldap-testing01 ~]$ /opt/jsc/jscldap/slapd/opt/OPENLDAP_REL_ENG_2_6/sbin/slaptest -v -u -f /opt/jsc/jscldap/slapd/opt/OPENLDAP_REL_ENG_2_6/etc/openldap/slapd_jscldap.conf slaptest: bad configuration file!
[jscldap@jscldap-testing01 ~]$ echo $? 1 --- eop
Compared to version 2.5.4, slaptest does not fail, regardless of the access to the logfile.
Cheers,