From: Quanah Gibson-Mount Date: Wed, 28 Jul 2021 02:01:31 +0000 (+0000) Subject: ITS#9616 - Make example slapd.conf and slapd.ldif files functional X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417accbce45a24c46131a12821337b5165d20080;p=thirdparty%2Fopenldap.git ITS#9616 - Make example slapd.conf and slapd.ldif files functional --- diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index a8687935f7..2fcab71fae 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -14,8 +14,8 @@ pidfile %LOCALSTATEDIR%/run/slapd.pid argsfile %LOCALSTATEDIR%/run/slapd.args # Load dynamic backend modules: -# modulepath %MODULEDIR% -# moduleload back_mdb.la +modulepath %MODULEDIR% +moduleload back_mdb.la # moduleload back_ldap.la # Sample security restrictions diff --git a/servers/slapd/slapd.ldif b/servers/slapd/slapd.ldif index 0182a7cc12..99e53dee80 100644 --- a/servers/slapd/slapd.ldif +++ b/servers/slapd/slapd.ldif @@ -26,15 +26,13 @@ olcPidFile: %LOCALSTATEDIR%/run/slapd.pid # # Load dynamic backend modules: # -#dn: cn=module,cn=config -#objectClass: olcModuleList -#cn: module -#olcModulepath: %MODULEDIR% -#olcModuleload: back_mdb.la +dn: cn=module,cn=config +objectClass: olcModuleList +cn: module +olcModulepath: %MODULEDIR% +olcModuleload: back_mdb.la #olcModuleload: back_ldap.la #olcModuleload: back_passwd.la -#olcModuleload: back_shell.la - dn: cn=schema,cn=config objectClass: olcSchemaConfig