mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Added example 'moduleload' lines to slapd.conf
This commit is contained in:
parent
e5de6c5b0c
commit
873c36f788
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue