Added example 'moduleload' lines to slapd.conf

This commit is contained in:
Bastiaan Bakker 2000-04-30 15:01:32 +00:00
parent e5de6c5b0c
commit 873c36f788
2 changed files with 13 additions and 0 deletions

View file

@ -180,6 +180,7 @@ all-cffiles: slapd
tmpcf=$$i.tmp; \
$(SED) -e 's;%SYSCONFDIR%;$(sysconfdir);' \
-e 's;%LOCALSTATEDIR%;$(localstatedir);' \
-e 's;%MODULEDIR%;$(moduledir);' \
$(srcdir)/$$i > $$tmpcf ; \
done
touch all-cffiles

View file

@ -15,6 +15,18 @@ include %SYSCONFDIR%/slapd.oc.conf
pidfile %LOCALSTATEDIR%/slapd.pid
argsfile %LOCALSTATEDIR%/slapd.args
# Load dynamic backend modules
# modulepath %MODULEDIR%
# moduleload back_bdb2.la
# moduleload back_ldap.la
# moduleload back_ldbm.la
# moduleload back_passwd.la
# moduleload back_perl.la
# moduleload back_shell.la
# moduleload back_bdb2.la
# moduleload back_tcl.la
#######################################################################
# ldbm database definitions
#######################################################################