3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 1998-2006 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
16 if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then
18 if [ $MONITORDB = mod ] ; then
24 if [ x"$WITH_SASL" = x"yes" -a x"$USE_SASL" != x"no" ] ; then
26 if [ x"$USE_SASL" = x"yes" ] ; then
29 SASL_MECH="\"saslmech=$USE_SASL\""
34 sed -e "s/@BACKEND@/${BACKEND}/" \
35 -e "s/^#${BACKEND}#//" \
36 -e "s/@RELAY@/${RELAY}/" \
37 -e "s/^#relay-${RELAY}#//" \
38 -e "s/^#${BACKENDTYPE}#//" \
39 -e "s/^#${AC_ldap}#//" \
40 -e "s/^#${AC_meta}#//" \
41 -e "s/^#${AC_relay}#//" \
42 -e "s/^#${AC_sql}#//" \
43 -e "s/^#${RDBMS}#//" \
44 -e "s/^#${AC_accesslog}#//" \
45 -e "s/^#${AC_dds}#//" \
46 -e "s/^#${AC_dynlist}#//" \
47 -e "s/^#${AC_pcache}#//" \
48 -e "s/^#${AC_ppolicy}#//" \
49 -e "s/^#${AC_refint}#//" \
50 -e "s/^#${AC_retcode}#//" \
51 -e "s/^#${AC_rwm}#//" \
52 -e "s/^#${AC_syncprov}#//" \
53 -e "s/^#${AC_translucent}#//" \
54 -e "s/^#${AC_unique}#//" \
55 -e "s/^#${AC_valsort}#//" \
57 -e "s/^#${MONMOD}#//" \
60 -e "s;@URI1@;${URI1};" \
61 -e "s;@URI2@;${URI2};" \
62 -e "s;@URI3@;${URI3};" \
63 -e "s;@URI4@;${URI4};" \
64 -e "s;@URI5@;${URI5};" \
65 -e "s;@URI6@;${URI6};" \
66 -e "s;@PORT1@;${PORT1};" \
67 -e "s;@PORT2@;${PORT2};" \
68 -e "s;@PORT3@;${PORT3};" \
69 -e "s;@PORT4@;${PORT4};" \
70 -e "s;@PORT5@;${PORT5};" \
71 -e "s;@PORT6@;${PORT6};" \
72 -e "s/@SASL_MECH@/${SASL_MECH}/" \
73 -e "s/@CACHETTL@/${CACHETTL}/" \
74 -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/" \
75 -e "s;@TESTDIR@;${TESTDIR};" \
76 -e "s;@DATADIR@;${DATADIR};" \
77 -e "s;@SCHEMADIR@;${SCHEMADIR};"