From 11b9a932ce6d778edf98578620c1149cb78d92f87a2222e38de666e6b1cae5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sun, 10 Mar 2019 11:44:00 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=240 --- slapd.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 From 7268f02881d14f05299e240e2409debd22fa4c9f66b00ea6df86d7b98c3ec141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sun, 10 Mar 2019 11:46:15 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=241 --- openldap2.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openldap2.changes b/openldap2.changes index 794e09e..50111b7 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 installation + right after installation. + ------------------------------------------------------------------- Fri Jan 4 14:13:47 UTC 2019 - Michael Ströder From bc302ffebe92cc7dfdc727d7734aa90ebf8a521e05e7d4df15907dd97b8130a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sun, 10 Mar 2019 11:47:48 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=242 --- slapd.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 25c5cc719b0e136f4754ed2f0d28d88c1b3fda9ac543a35813f3daad765d4ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sun, 10 Mar 2019 11:48:41 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=243 --- openldap2.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openldap2.changes b/openldap2.changes index 50111b7..d16810e 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Sun Mar 10 11:45:15 UTC 2019 - Michael Ströder -- Corrected moduleload back_mdb.la to get a working installation - right after installation. +- 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