Re: running 0.9.11 testsuite usin OpenLDAP 2.5.7
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: running 0.9.11 testsuite usin OpenLDAP 2.5.7
- From: Michael Ströder <michael [at] stroeder.com>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Re: running 0.9.11 testsuite usin OpenLDAP 2.5.7
- Date: Wed, 22 Sep 2021 17:40:28 +0200
On 9/22/21 16:55, Tim Rice wrote:
>
> Has anyone tried hacking the nss-pam-ldapd-0.9.11 testsuite to
> work with OpenLDAP 2.5.7?
>
> The 1st issue I ran into was bdb is depricated.
Yes, support for Berkeley-DB backends (back-bdb and back-hdb) is not
enabled in standard builds anymore. Use back-mdb for the tests which is
available since 10 years.
> Then I discovered no ppolicy schema is shipped even though ther seems
> to still be a configure option to build the ppolicy overlay.
The ppolicy schema is now hard-coded in the overlay code. No need to
load external ppolicy.schema file when running OpenLDAP 2.5.
Ciao, Michael.