Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-33851

libldap provided by RHEL 7 not thread safe, linked by MongoDB Enterprise

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Packaging
    • Labels:
      None
    • ALL

      There are two versions of the LDAP library in OpenLDAP: libldap and libldap_r. libldap_r is apparently a threadsafe version of libldap.

      Other downstream distributions such as Debian symlink libldap to libldap_r. RHEL 7 does not, thus MongoDB Enterprise can have multiple threads using libldap with the potential for race conditions.

      To work around this issue, one can manually symlink libldap to libldap_r as needed.

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            spencer.brown@mongodb.com Spencer Brown
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: