Go to file
Howard Guo dc3d146869 - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch
to fix CVE-2015-6908. (bsc#945582)
- Introduce patch 0011-Enforce-minimum-DH-size-of-1024.patch
  to address weak DH size vulnerability (bsc#937766)

- Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch
  to fix CVE-2015-6908. (bsc#945582)
- Introduce patch 0011-Enforce-minimum-DH-size-of-1024.patch
  to address weak DH size vulnerability (bsc#937766)

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=143
2015-12-02 12:58:25 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
0001-build-adjustments.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0002-slapd.conf.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0003-LDAPI-socket-location.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0004-libldap-use-gethostbyname_r.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0005-pie-compile.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0006-No-Build-date-and-time-in-binaries.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0007-Recover-on-DB-version-change.dif Accepting request 139452 from home:rhafer:branches:network:ldap 2012-10-26 14:27:11 +00:00
0008-In-monitor-backend-do-not-return-Connection0-entries.patch Accepting request 317890 from home:guohouzuo:branches:network:ldap 2015-07-23 13:05:14 +00:00
0009-Fix-ldap-host-lookup-ipv6.patch - Introduce patch 0009-Fix-ldap-host-lookup-ipv6.patch 2015-11-30 10:24:53 +00:00
0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch 2015-12-02 12:58:25 +00:00
0011-Enforce-minimum-DH-size-of-1024.patch - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch 2015-12-02 12:58:25 +00:00
addonschema.tar.gz OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=35 2008-08-29 23:03:33 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=29 2008-06-25 16:32:44 +00:00
DB_CONFIG Accepting request 89386 from home:rhafer:branches:network:ldap 2011-10-26 13:35:50 +00:00
openldap2-client.changes - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch 2015-12-02 12:58:25 +00:00
openldap2-client.spec - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch 2015-12-02 12:58:25 +00:00
openldap2.changes - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch 2015-12-02 12:58:25 +00:00
openldap2.spec - Introduce patch 0010-Revert-Revert-ITS-8240-remove-obsolete-assert.patch 2015-12-02 12:58:25 +00:00
openldap-2.4.42.tgz - Upgrade to upstream 2.4.42 release with accumulated bug fixes. 2015-10-01 11:58:04 +00:00
openldap-rc.tgz - Remove PidFile from service definition 2014-02-12 11:29:08 +00:00
pre_checkin.sh Accepting request 138291 from openSUSE:Factory:Staging:Systemd 2012-10-24 14:29:21 +00:00
README.dynamic-overlays - Backported -VVV commandline switch for slapd from HEAD 2010-11-10 15:39:43 +00:00
sasl-slapd.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
schema2ldif Updating link to change in openSUSE:Factory/openldap2 revision 54.0 2009-10-02 22:27:25 +00:00

Most of the OpenLDAP overlays are now compiled as dynamic modules in our
packages. If you want to use any of these in your setup make sure to put
the correct "olcModuleLoad" or "moduleload" statements in your configuration.
For details please see the slapd-config(5) and slapd.conf(5) manpages
(depending on which config mechanism you use).

For a list of the list of included dynamic modules see the
"/usr/lib/openldap/modules/" directory.

For convenience and backwards compatibility some overlays are are still
compiled statically into the slapd binary. To see which overlays that are
call "/usr/lib/openldap/slapd -VVV". Currently these are:

syncprov (the provider part of syncrepl replication)
ppolicy (a LDAP Password Policy implementation)

Documentations for the overlays can be found in the respective man pages
(named "slapo-<overlay-name>") or the OpenLDAP Administration Guide which
is part of the "openldap2-doc" package.