mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Requires --with-tls
This commit is contained in:
parent
52c0adeb19
commit
5e77767be5
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
|||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test "$AC_WITH_TLS" != "yes" ; then
|
||||
echo "test disabled, requires --with-tls"
|
||||
exit
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue