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-12 17:49:27 -04:00
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//" \
2002-08-12 18:14:10 -04:00
-e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/"