# $OpenLDAP$
BACKEND=bdb
if test $# -ge 1 ; then
BACKEND=$1; shift
fi
SYNCREPL=no
SYNCREPL=$1; shift
WAIT=0
WAIT=1; shift