You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working towards getting OpenLDAP 2.5.5 on Ubuntu Impish, and currently volatildap fails to run because the hdb backend has been removed in OpenLDAP 2.5.x series. Even though Ubuntu currently carries volatildap version 1.3.0, I still see the failing code on HEAD.
OpenLDAP 2.5.x has deprecated and removed support for the HDB backend,
which makes the tests fail. This commit changes the backend to MDB,
which is the recommended one now.
Closesrbarrois#7
Signed-off-by: Sergio Durigan Junior <[email protected]>
Hi,
I'm working towards getting OpenLDAP 2.5.5 on Ubuntu Impish, and currently volatildap fails to run because the
hdb
backend has been removed in OpenLDAP 2.5.x series. Even though Ubuntu currently carries volatildap version 1.3.0, I still see the failing code onHEAD
.If you're interested, here's the full test log:
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/ppc64el/v/volatildap/20210622_014657_0f293@/log.gz
Thanks.
The text was updated successfully, but these errors were encountered: