]> git.sur5r.net Git - openldap/commitdiff
Added example 'moduleload' lines to slapd.conf
authorBastiaan Bakker <bastiaan@openldap.org>
Sun, 30 Apr 2000 15:01:32 +0000 (15:01 +0000)
committerBastiaan Bakker <bastiaan@openldap.org>
Sun, 30 Apr 2000 15:01:32 +0000 (15:01 +0000)
servers/slapd/Makefile.in
servers/slapd/slapd.conf

index 734284f3cd5735547f0f3e9d079c21e73b2abe30..76bf90ee4e0a6cd0201599e96adce53ee36bffba 100644 (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
index adc2d2a0476ba38c38c7c5094c6ed2207ddc8921..a36dccabf23c3688c53527002e70c522227869ec 100644 (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
 #######################################################################