From 873c36f7888887ea2dd3a6714d61952ba1f585b9 Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker Date: Sun, 30 Apr 2000 15:01:32 +0000 Subject: [PATCH] Added example 'moduleload' lines to slapd.conf --- servers/slapd/Makefile.in | 1 + servers/slapd/slapd.conf | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 734284f3cd..76bf90ee4e 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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 diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index adc2d2a047..a36dccabf2 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -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 ####################################################################### -- 2.39.5