--On Sunday, May 24, 2026 3:54 PM +0200 "A.Schulze" <[email protected]>
wrote:
Am 21.05.26 um 19:32 schrieb Quanah Gibson-Mount:
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.
on my Debian 13 machine, the 'make its' failed:
> [openldap builder 21/29] RUN make -C tests/ its:
2029.8 Test #2 ensures that ACLbind works correctly.
2029.8 Running slapadd to build database on the provider...
2029.8 Starting slapd provider on TCP/IP port 9011 and 9012...
2029.8 Using ldapsearch to check that slapd is running...
2029.8 Waiting 1 seconds for slapd to start...
2029.8 Starting slapd consumer on TCP/IP port 9013 and 9014...
2029.8 slapadd failed (1)!
2029.8 >>>>> ./data/regressions/its9863/its9863 failed (exit 1)
2029.8 make[1]: Leaving directory
'/tmp/openldap-OPENLDAP_REL_ENG_2_7/tests'
2029.8 make: Leaving directory '/tmp/openldap-OPENLDAP_REL_ENG_2_7/tests'
------
failed to solve: process "/bin/sh -c make -C tests/ its" did not complete
successfully: exit code: 2
any other information I should provide?
The testrun directory will contain logs of why it failed. I note that the
test passes for me:
quanah@apito1:~/versions/re27/tests$ ./run its9863
Cleaning up test run directory leftover from previous run.
Running ./data/regressions/its9863/its9863 for mdb...
running defines.sh
This test checks slapo-chain behavior when forwarding lastbind
information to a provider as the rootdn when using a SASL mechanism
and authzto to allow identity assumption
Test #1 ensures that authzid in IDAssertBind is working correctly.
Test #2 ensures that ACLbind works correctly.
Running slapadd to build database on the provider...
Starting slapd provider on TCP/IP port 9011 and 9012...
Using ldapsearch to check that slapd is running...
Waiting 1 seconds for slapd to start...
Starting slapd consumer on TCP/IP port 9013 and 9014...
Using ldapsearch to check that slapd is running...
Waiting 1 seconds for slapd to start...
Sleeping 7 seconds for replication of pwdLastSuccess attribute...
Reconfiguring for ACL bind test...
Stopping consumer to test recovery...
Starting slapd consumer on TCP/IP port 9013 and 9014...
Using ldapsearch to check that slapd is running...
Waiting 1 seconds for slapd to start...
Sleeping 7 seconds for replication of delete for pwdLastSuccess attribute...
Sleeping 7 seconds for replication of pwdLastSuccess attribute...
Changing password for uid=test,ou=people,dc=example,dc=com to test proxied
user modifications work...
Changing cn for uid=test,ou=people,dc=example,dc=com to test disallowed
proxied user modifications should fail...
Test succeeded
--Quanah