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
    • 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 Lightspeed
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 Lightspeed
  • 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 RHBA-2016:0468 - Bug Fix Advisory
Issued:
2016-03-22
Updated:
2016-03-22

RHBA-2016:0468 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

389-ds-base bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated 389-ds-base packages that fix several bugs are now available for Red Hat
Enterprise Linux 6.

Description

The 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.

This update fixes the following bugs:

  • Prior to this update, fixing a deadlock in the asynchronous simple paged

results requests caused another self deadlock due to a regression. To address
this problem, a simple PR_Lock on a connection object has been replaced with a
re-entrant PR_Monitor. As a result, the self deadlock no longer occurs.
(BZ#1298095)

  • When a replace operation for a nonexisting attribute was performed without

providing new values, the entry was stored with incorrect metadata: an empty
deleted value without an attribute deletion change state number (CSN). This
entry could then result in memory corruption and cause the server to terminate
unexpectedly. To fix this bug, additional space to store metadata is now
allocated and the server no longer crashes in this scenario. (BZ#1306572)

  • Previously, a keep alive entry was being created at too many opportunities

during replication, potentially causing a race condition when adding the entry
to the replica changelog and resulting in operations being dropped from the
replication. With this update, unnecessary keep alive entry creation has been
eliminated, and missing replication no longer occurs. (BZ#1309962)

  • When a callback at BE_TXN in the backend add function failed on a cached

entry, the function was attempting to free the entry twice instead of removing
it from the cache and then freeing it. This update adds remove and free code to
the backend add function and the function no longer attempts to free cached
entries twice. (BZ#1314241)

  • Keep alive entries are used to prevent skipped updates from being evaluated

several times in a fractional replication. If a large number of updates is
skipped, these entries can be updated very frequently. Before the keep alive
entries are updated, it is tested that they exist. Previously, the test was
being logged at a "Fatal" log level, so it was always logged no matter which log
level had been set. As a consequence, error logs were filled with unnecessary
messages. With this update, the log level for keep alive entry creation has been
changed from "Fatal" to "Replication debugging" (8192), and the error log file
is no longer filled with "Fatal" messages. (BZ#1314729)

Users of 389-ds-base are advised to upgrade to these updated packages, which fix
these bugs. After installing this update, the 389 server service will be
restarted automatically.

Solution

Before applying this update, make sure all previously released errata relevant
to your system have been applied.

For details on how to apply this update, refer to:

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

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 6.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 6.7 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 from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux for SAP Solutions for x86_64 - Extended Update Support 6.7 x86_64
  • Red Hat Enterprise Linux Server - Extended Update Support from RHUI 6.7 x86_64
  • Red Hat Enterprise Linux Server - Extended Update Support from RHUI 6.7 i386
  • Red Hat Enterprise Linux EUS Compute Node 6.7 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 - 1298095 - 1.2.11.15-68.el6_7 ns-slapd crash in ipa context - c_mutex lock memory corruption and self locks
  • BZ - 1309962 - keep alive entries can break replication
  • BZ - 1314241 - Double free while adding entries
  • BZ - 1314729 - change severity of some messages related to "keep alive" entries

CVEs

(none)

References

(none)

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-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

Red Hat Enterprise Linux for x86_64 - Extended Update Support 6.7

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8

Red Hat Enterprise Linux Workstation 6

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

Red Hat Enterprise Linux Desktop 6

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8

Red Hat Enterprise Linux Server from RHUI 6

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

Red Hat Enterprise Linux for SAP Solutions for x86_64 - Extended Update Support 6.7

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8

Red Hat Enterprise Linux Server - Extended Update Support from RHUI 6.7

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

Red Hat Enterprise Linux EUS Compute Node 6.7

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8

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

SRPM
389-ds-base-1.2.11.15-72.el6_7.src.rpm SHA-256: b7d7e0b2d338cd0f3088d6b756107e90fc04b13c1c0f2ed4feb99125058630dd
x86_64
389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 3cf7e3035b75eedaf97d32985065e09163ca3af64f72d0f5955d2fe486e8c1f8
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-debuginfo-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 486bc07dac5e7151a6d0d976011aba13d35a06e1f2068e1a06dcb5ba9c9ffc94
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: f861f917b3698e868dc7ae0fdeb44938aa1cff029ad624cd81af78cf09ea1372
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca
389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm SHA-256: 61b11b7ceef45fe8ab049d127a0b19b37e677976d6ce46086f3461217988b8e8
i386
389-ds-base-1.2.11.15-72.el6_7.i686.rpm SHA-256: 8b00bb22a360d353b7481e91523df2de865c3594fc7b500a594ad45b43b3fa86
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-debuginfo-1.2.11.15-72.el6_7.i686.rpm SHA-256: 27c1fee69b4a5f88dd98f8f5d275c5741b0e5f45cc2af8064859652f4f9915ce
389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm SHA-256: 102aa9e766ab52ada6f40fad018feb13f09e3ca37d2db226acd95b2689fd0d15
389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm SHA-256: a4e75c066c2c115d05f08365ae9f9c21c889da176b3f73f58bcceda2c1268fca

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
© 2026 Red Hat

Red Hat legal and privacy links

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