diff --git a/openldap2.changes b/openldap2.changes index 794e09e..d16810e 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 10 11:45:15 UTC 2019 - Michael Ströder + +- Corrected moduleload back_mdb.la to get a working configuration + right after package installation. + ------------------------------------------------------------------- Fri Jan 4 14:13:47 UTC 2019 - Michael Ströder diff --git a/slapd.conf b/slapd.conf index cde7f5b..a55ae05 100644 --- a/slapd.conf +++ b/slapd.conf @@ -36,11 +36,8 @@ include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/rfc2307bis.schema include /etc/openldap/schema/yast.schema -# Load backend modules such as databas engines -#modulepath /usr/lib64/openldap -#moduleload back_mdb.la -#moduleload back_hdb.la -#moduleload back_bdb.la +# Load backend modules such as database engines +moduleload back_mdb.la # Very important: define ACL to authorise client access # The default settings permit rootdn to read and write, while other users diff --git a/slapd.conf.example b/slapd.conf.example index 7fa15c7..0e81538 100644 --- a/slapd.conf.example +++ b/slapd.conf.example @@ -43,9 +43,9 @@ loglevel stats # The following backends are statically built-in and therefore don't have # to be loaded here: # config, ldif, monitor, bdb, hdb, ldap, mdb, relay -#moduleload back_ -#moduleload back_ -#moduleload back_mdb +#moduleload back_bdb +#moduleload back_hdb +moduleload back_mdb #moduleload back_meta #moduleload back_sock