mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
cleanup
This commit is contained in:
parent
c04bebe750
commit
cfae4e5a5c
tests/scripts
@ -12,7 +12,7 @@
|
||||
## A copy of this license is available in the file LICENSE in the
|
||||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
if [ x"$MONITORDB" = x"yes" -o x"$MONITORDB" = xmod ] ; then
|
||||
if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then
|
||||
MON=monitor
|
||||
if [ $MONITORDB = mod ] ; then
|
||||
MONMOD=monitormod
|
||||
|
@ -22,8 +22,8 @@ RDBMSWRITE=${SLAPD_USE_SQLWRITE-no}
|
||||
PROXYCACHE=${AC_pcache-pcacheno}
|
||||
PPOLICY=${AC_ppolicy-ppolicyno}
|
||||
REFINT=${AC_refint-refintno}
|
||||
UNIQUE=${AC_unique-uniqueno}
|
||||
RWM=${AC_rwm-rwmno}
|
||||
UNIQUE=${AC_unique-uniqueno}
|
||||
WITH_SASL=${AC_WITH_SASL-no}
|
||||
USE_SASL=${SLAPD_USE_SASL-no}
|
||||
WITHTLS=${AC_WITHTLS-yes}
|
||||
|
Loading…
Reference in New Issue
Block a user