openldap/tests/scripts/conf.sh
Kurt Zeilenga d6ed1dd3b3 Add ITS# to CHANGES
import proxy authz test
2003-02-10 19:43:11 +00:00

12 lines
247 B
Bash
Executable file

#! /bin/sh
# $OpenLDAP$
if [ x"$MONITORDB" = x"yes" ] ; then
MON=monitor
else
MON=nomonitor
fi
sed -e "s/@BACKEND@/${BACKEND}/" \
-e "s/^#${BACKEND}#//" \
-e "s/^#${MON}#//" \
-e "s/@PORT@/${PORT}/" \
-e "s/@SLAVEPORT@/${SLAVEPORT}/"