Skip to content
Snippets Groups Projects
Commit 873c36f7 authored by Bastiaan Bakker's avatar Bastiaan Bakker
Browse files

Added example 'moduleload' lines to slapd.conf

parent e5de6c5b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
#######################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment