version 1.7.2.4, 2005/05/10 16:07:04
|
version 1.7.2.5, 2005/09/29 21:31:32
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/test031-component-filter,v 1.7.2.3 2005/03/14 22:25:04 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/test031-component-filter,v 1.7.2.4 2005/05/10 16:07:04 kurt Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2005 The OpenLDAP Foundation. |
## Copyright 1998-2005 The OpenLDAP Foundation. |
Line 20 echo "running defines.sh"
|
Line 20 echo "running defines.sh"
|
## Make sure that you turn on LDAP_COMP_MATCH in slapd source codes |
## Make sure that you turn on LDAP_COMP_MATCH in slapd source codes |
## and --enable-modules is configured yes |
## and --enable-modules is configured yes |
if test "$AC_WITH_MODULES_ENABLED" != "yes" ; then |
if test "$AC_WITH_MODULES_ENABLED" != "yes" ; then |
echo "dynamic module disabled " |
echo "dynamic module disabled, test skipped" |
exit |
exit 0 |
fi |
fi |
|
|
mkdir -p $TESTDIR $DBDIR1 |
mkdir -p $TESTDIR $DBDIR1 |
Line 38 if test $RC != 0 ; then
|
Line 38 if test $RC != 0 ; then
|
echo "slapadd failed ($RC)!" |
echo "slapadd failed ($RC)!" |
echo "Be sure to have a certificate module in tests/data/comp_libs " |
echo "Be sure to have a certificate module in tests/data/comp_libs " |
echo "The module is in openldap/contrib/slapd-modules/comp_match" |
echo "The module is in openldap/contrib/slapd-modules/comp_match" |
exit |
echo "Test skipped." |
|
exit 0 |
fi |
fi |
|
|
echo "Running slapindex to index slapd database..." |
echo "Running slapindex to index slapd database..." |