Accepting request 683575 from network:ldap

- Corrected moduleload back_mdb.la to get a working configuration
  right after package installation.

OBS-URL: https://build.opensuse.org/request/show/683575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=145
This commit is contained in:
Dominique Leuenberger 2019-03-12 08:49:58 +00:00 committed by Git OBS Bridge
commit 38f552999b
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 10 11:45:15 UTC 2019 - Michael Ströder <michael@stroeder.com>
- 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 <michael@stroeder.com> Fri Jan 4 14:13:47 UTC 2019 - Michael Ströder <michael@stroeder.com>

View File

@ -36,11 +36,8 @@ include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/rfc2307bis.schema include /etc/openldap/schema/rfc2307bis.schema
include /etc/openldap/schema/yast.schema include /etc/openldap/schema/yast.schema
# Load backend modules such as databas engines # Load backend modules such as database engines
#modulepath /usr/lib64/openldap moduleload back_mdb.la
#moduleload back_mdb.la
#moduleload back_hdb.la
#moduleload back_bdb.la
# Very important: define ACL to authorise client access # Very important: define ACL to authorise client access
# The default settings permit rootdn to read and write, while other users # The default settings permit rootdn to read and write, while other users

View File

@ -43,9 +43,9 @@ loglevel stats
# The following backends are statically built-in and therefore don't have # The following backends are statically built-in and therefore don't have
# to be loaded here: # to be loaded here:
# config, ldif, monitor, bdb, hdb, ldap, mdb, relay # config, ldif, monitor, bdb, hdb, ldap, mdb, relay
#moduleload back_ #moduleload back_bdb
#moduleload back_ #moduleload back_hdb
#moduleload back_mdb moduleload back_mdb
#moduleload back_meta #moduleload back_meta
#moduleload back_sock #moduleload back_sock