openldap/tests/scripts/conf.sh

10 lines
215 B
Bash
Raw Normal View History

#! /bin/sh
# $OpenLDAP$
if [ x"$MONITORDB" = x"yes" ] ; then
MON=monitor
else
MON=nomonitor
fi
2002-08-13 05:49:27 +08:00
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//" \
2002-08-13 06:14:10 +08:00
-e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/"