Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2016:2765 - Security Advisory
Issued:
2016-11-15
Updated:
2016-11-15

RHSA-2016:2765 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: 389-ds-base security, bug fix, and enhancement update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for 389-ds-base is now available for Red Hat Enterprise Linux 6.

Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

389 Directory Server is an LDAP version 3 (LDAPv3) compliant server. The base packages include the Lightweight Directory Access Protocol (LDAP) server and command-line utilities for server administration.

Security Fix(es):

  • It was found that 389 Directory Server was vulnerable to a flaw in which the default ACI (Access Control Instructions) could be read by an anonymous user. This could lead to leakage of sensitive information. (CVE-2016-5416)
  • An information disclosure flaw was found in 389 Directory Server. A user with no access to objects in certain LDAP sub-tree could send LDAP ADD operations with a specific object name. The error message returned to the user was different based on whether the target object existed or not. (CVE-2016-4992)
  • It was found that 389 Directory Server was vulnerable to a remote password disclosure via timing attack. A remote attacker could possibly use this flaw to retrieve directory server password after many tries. (CVE-2016-5405)

The CVE-2016-5416 issue was discovered by Viktor Ashirov (Red Hat); the CVE-2016-4992 issue was discovered by Petr Spacek (Red Hat) and Martin Basti (Red Hat); and the CVE-2016-5405 issue was discovered by William Brown (Red Hat).

Bug Fix(es):

  • Previously, a bug in the changelog iterator buffer caused it to point to an incorrect position when reloading the buffer. This caused replication to skip parts of the changelog, and consequently some changes were not replicated. This bug has been fixed, and replication data loss due to an incorrectly reloaded changelog buffer no longer occurs. (BZ#1354331)
  • Previously, if internal modifications were generated on a consumer (for example by the Account Policy plug-in) and additional changes to the same attributes were received from replication, a bug caused Directory Server to accumulate state information on the consumer. The bug has been fixed by making sure that replace operations are only applied if they are newer than existing attribute deletion change sequence numbers (CSNs), and state information no longer accumulates in this situation. (BZ#1379599)

Enhancement(s):

  • In a multi-master replication environment where multiple masters receive updates at the same time, it was previously possible for a single master to obtain exclusive access to a replica and hold it for a very long time due to problems such as a slow network connection. During this time, other masters were blocked from accessing the same replica, which considerably slowed down the replication process. This update adds a new configuration attribute, "nsds5ReplicaReleaseTimeout", which can be used to specify a timeout in seconds. After the specified timeout period passes, the master releases the replica, allowing other masters to access it and send their updates. (BZ#1358390)

Solution

For details on how to apply this update, which includes the changes
described in this advisory, refer to:

https://access.redhat.com/articles/11258

After installing this update, the 389 server service will be restarted
automatically.

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386

Fixes

  • BZ - 1347760 - CVE-2016-4992 389-ds-base: Information disclosure via repeated use of LDAP ADD operation
  • BZ - 1349540 - CVE-2016-5416 389-ds-base: ACI readable by anonymous user
  • BZ - 1354331 - Replication changelog can incorrectly skip over updates
  • BZ - 1358865 - CVE-2016-5405 389-ds-base: Password verification vulnerable to timing attack
  • BZ - 1376676 - Backport AES storage scheme plugin.
  • BZ - 1381153 - Crash in import_wait_for_space_in_fifo().

CVEs

  • CVE-2016-4992
  • CVE-2016-5405
  • CVE-2016-5416

References

  • https://access.redhat.com/security/updates/classification/#moderate
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
389-ds-base-1.2.11.15-84.el6_8.src.rpm SHA-256: 6f8eafe3addb79cba81a49300b30939513ba28b989daa7276d46c410939bdea7
x86_64
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a
i386
389-ds-base-1.2.11.15-84.el6_8.i686.rpm SHA-256: 4789f4825766b4dfc8ec0fd2afd8dd1a68948b76eed4194b626ef924893c69fa
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
389-ds-base-1.2.11.15-84.el6_8.src.rpm SHA-256: 6f8eafe3addb79cba81a49300b30939513ba28b989daa7276d46c410939bdea7
x86_64
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a
i386
389-ds-base-1.2.11.15-84.el6_8.i686.rpm SHA-256: 4789f4825766b4dfc8ec0fd2afd8dd1a68948b76eed4194b626ef924893c69fa
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac

Red Hat Enterprise Linux Workstation 6

SRPM
389-ds-base-1.2.11.15-84.el6_8.src.rpm SHA-256: 6f8eafe3addb79cba81a49300b30939513ba28b989daa7276d46c410939bdea7
x86_64
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a
i386
389-ds-base-1.2.11.15-84.el6_8.i686.rpm SHA-256: 4789f4825766b4dfc8ec0fd2afd8dd1a68948b76eed4194b626ef924893c69fa
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac

Red Hat Enterprise Linux Desktop 6

SRPM
389-ds-base-1.2.11.15-84.el6_8.src.rpm SHA-256: 6f8eafe3addb79cba81a49300b30939513ba28b989daa7276d46c410939bdea7
x86_64
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a
i386
389-ds-base-1.2.11.15-84.el6_8.i686.rpm SHA-256: 4789f4825766b4dfc8ec0fd2afd8dd1a68948b76eed4194b626ef924893c69fa
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
389-ds-base-1.2.11.15-84.el6_8.src.rpm SHA-256: 6f8eafe3addb79cba81a49300b30939513ba28b989daa7276d46c410939bdea7
x86_64
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
389-ds-base-1.2.11.15-84.el6_8.src.rpm SHA-256: 6f8eafe3addb79cba81a49300b30939513ba28b989daa7276d46c410939bdea7
x86_64
389-ds-base-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 3ee691fd7902edb93eedfab2d79fcd9ea5e8bc819a3a1b0fdd9db0c6c1a2bec7
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-debuginfo-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 32e3bdabb578ed08deea8b8b0c6d6bb271226bc65590a310919cc3f28b77dd64
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-devel-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 4babba10407a10a7504ec198bd7175cd90371c53ea71ea50becd22ee340c844a
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac
389-ds-base-libs-1.2.11.15-84.el6_8.x86_64.rpm SHA-256: 2e6048ac5a4d63b52528c0196b5bb6619398b9c7b11df9a6c12176ded7e1866a
i386
389-ds-base-1.2.11.15-84.el6_8.i686.rpm SHA-256: 4789f4825766b4dfc8ec0fd2afd8dd1a68948b76eed4194b626ef924893c69fa
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-debuginfo-1.2.11.15-84.el6_8.i686.rpm SHA-256: 8754603b0d9c8074c83371db6c3ffee61e6b40544b21de8c17f7a5ee5de2cb04
389-ds-base-devel-1.2.11.15-84.el6_8.i686.rpm SHA-256: 83eb9610ad26094965eadf968eaef130a1bae98bed6c7ebc427072f0fb270545
389-ds-base-libs-1.2.11.15-84.el6_8.i686.rpm SHA-256: d4a75768aef31bef82d9ee48a7bf67246ee6e7394fa39eab4d28e165ef222cac

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility