Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2019-03-12 09:49:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openldap2 (Old)
 and      /work/SRC/openSUSE:Factory/.openldap2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openldap2"

Tue Mar 12 09:49:58 2019 rev:145 rq:683575 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/openldap2/openldap2.changes      2019-02-08 
13:47:57.922787405 +0100
+++ /work/SRC/openSUSE:Factory/.openldap2.new.28833/openldap2.changes   
2019-03-12 09:50:00.959578711 +0100
@@ -1,0 +2,6 @@
+Sun Mar 10 11:45:15 UTC 2019 - Michael Ströder <[email protected]>
+
+- Corrected moduleload back_mdb.la to get a working configuration
+  right after package installation.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ slapd.conf ++++++
--- /var/tmp/diff_new_pack.oSzm6R/_old  2019-03-12 09:50:02.903578324 +0100
+++ /var/tmp/diff_new_pack.oSzm6R/_new  2019-03-12 09:50:02.907578322 +0100
@@ -36,11 +36,8 @@
 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

++++++ slapd.conf.example ++++++
--- /var/tmp/diff_new_pack.oSzm6R/_old  2019-03-12 09:50:02.919578320 +0100
+++ /var/tmp/diff_new_pack.oSzm6R/_new  2019-03-12 09:50:02.919578320 +0100
@@ -43,9 +43,9 @@
 # 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
 


Reply via email to