mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9616 - Make example slapd.conf and slapd.ldif files functional
This commit is contained in:
parent
6cfed41537
commit
417accbce4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user