#
b7185502 |
| 20-May-2022 |
bluhm <bluhm@openbsd.org> |
New ldapsearch does not support -h and -p for host and port, but accepts -H ldapuri. Use startup and cleanup framework. Pidfile does not work anymore, use pkill ldapd. Delete deactivated and faili
New ldapsearch does not support -h and -p for host and port, but accepts -H ldapuri. Use startup and cleanup framework. Pidfile does not work anymore, use pkill ldapd. Delete deactivated and failing cpan test.
show more ...
|
#
53fe93b5 |
| 05-Oct-2021 |
anton <anton@openbsd.org> |
add missing sudo
|
#
93cfcac8 |
| 11-Jan-2020 |
espie <espie@openbsd.org> |
fix .END to not return an error, so that make can actually NOT ignore the error.
okay bluhm@
|
#
4511c350 |
| 28-Jun-2018 |
gsoares <gsoares@openbsd.org> |
unbreak grab the pid from $! instead of rely on grepping debug log
OK landry
|
#
c2fdc454 |
| 25-Jun-2017 |
bluhm <bluhm@openbsd.org> |
Do not run .END cleanup during clean, cleandir, obj in ldapd regress.
|
#
ffc21434 |
| 22-Feb-2017 |
gsoares <gsoares@openbsd.org> |
ldapd regress tests depends on openldap-client, check if that package is installed, otherwise print a warning and skip them but not fail.
requested by/ok mpi@
|
#
0e56b181 |
| 26-Jan-2017 |
jmatthew <jmatthew@openbsd.org> |
Each entry in REGRESS_TARGETS is run in a separate make process, so the .END target will kill ldapd after each one. To compensate, make each test target depend on bootstrap to ensure ldapd is runnin
Each entry in REGRESS_TARGETS is run in a separate make process, so the .END target will kill ldapd after each one. To compensate, make each test target depend on bootstrap to ensure ldapd is running. In .END, remove the pid file after killing ldapd so reduce noise.
show more ...
|
#
a85dbb3d |
| 28-Sep-2016 |
bluhm <bluhm@openbsd.org> |
The ldap regression test should behave more like the other tests. So use REGRESS_TARGETS provided by bsd.regress.mk. OK landry@
|
#
a5777baf |
| 18-Sep-2016 |
bluhm <bluhm@openbsd.org> |
Test should print SKIPPED if a package is missing.
|
#
d01040bd |
| 10-Sep-2016 |
landry <landry@openbsd.org> |
Improve Makefile by using ${.OBJDIR} and stop creating files in ${.CURDIR}. Don't start the server in .BEGIN - make obj should only create the symlink. Add CLEANFILES for proper cleaning.
|
#
afddbe49 |
| 05-Sep-2016 |
landry <landry@openbsd.org> |
Add purge to the all: target and comment out cpan for now
|
#
3eafdf50 |
| 01-Sep-2016 |
landry <landry@openbsd.org> |
Add basic regress tests for ldapd.
- first pass of tests adding a DIT, then searching in it - second pass of tests runs Net::LDAP regress suite against ldapd (not all tests are passing, and that r
Add basic regress tests for ldapd.
- first pass of tests adding a DIT, then searching in it - second pass of tests runs Net::LDAP regress suite against ldapd (not all tests are passing, and that requires Net::LDAP installed and distfiles present on the system)
show more ...
|