https://bugs.openldap.org/show_bug.cgi?id=9268
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu hyc@openldap.org --- (In reply to andy from comment #0)
Line #109 of tests/scripts/test065-proxyauthz:
$SLAPD -f $CONF2 -h $URI2 -d $LVL -d pcache > $LOG2 2>&1 &
Results in this:
must compile with LDAP_DEBUG for debugging
^^ this is the relevant message. If you haven't compiled with LDAP_DEBUG support then this test cannot succeed.
unrecognized log level "pcache" (deferred)
^^ this message is normal if you built pcache as a loadable module and would not alter the outcome of the test.
After which the test fails.
Works as designed, no bug here.