Chapter 4. Red Hat Directory Server 12.6


Learn about important updates and new features, known issues, and bug fixes implemented in Directory Server 12.6.

4.1. Important updates and new features

Learn about new features and important updates in Red Hat Directory Server 12.6 that are included in the 389-ds-base package and documented in Red Hat Enterprise Linux 9.6 Release Notes:

4.2. Bug fixes

Learn about bugs fixed in Red Hat Directory Server 12.6 that have a significant impact on users.

Various Directory Server web console fixed issues

In Directory Server 12.6, various web console issues and typos were fixed, including:

  • The web console now supports instances with LMDB.
  • The MemberOf plug-in configuration works as expected when deleting Shared Config Entry.
  • The web console no longer becomes unresponsive when you create an ou entry by using the LDAP Browser.
  • A database name and suffix are validated as expected.
  • More clear confirmation, alert messages.
  • Adding the person object class no longer fails.
  • The Subtrees field is no longer mandatory when configuring the Attribute Uniqueness plug-in over object classes.
  • Updating the NDN cache size no longer fails.

4.3. Deprecated functionality

Learn about a functionality that has been deprecated in Red Hat Directory Server 12.6.

Winsync and PassSync have been deprecated

The Winsync plug-in and the PassSync package that were used for synchronization with Windows have been deprecated in Red Hat Directory Server 12.6 and will be removed in future releases because PassSync is not maintained upstream. Consider using Identity Management (IdM) and cross-forest trust for Active Directory as an alternative.

(Jira-DIRSRV-329)

4.4. Known issues

Learn about known problems and, if applicable, workarounds in Directory Server 12.6.

Directory Server web console does not automatically update settings that are changed outside the web console

Because of the design of the Directory Server module in the Red Hat Enterprise Linux 8 web console, the web console does not automatically display the latest settings if you change the configuration outside of the console window. For example, if you change the configuration using the command line while the web console is open, the new settings are not automatically updated in the web console. This applies also if you change the configuration by using the web console on a different computer.

Workaround: Manually refresh the web console in the browser.

(BZ#1654281) (BZ#1751047)

Directory Server can import LDIF files only from /var/lib/dirsrv/slapd-<instance_name>/ldif/

Since RHEL 8.3, Red Hat Directory Server (RHDS) uses its own private directories, and the PrivateTmp systemd directive is enabled by default for the LDAP services. As a result, RHDS can only import LDIF files from the /var/lib/dirsrv/slapd-<instance_name>/ldif/ directory. If the LDIF file is stored in a different directory, such as /var/tmp, /tmp, or /root, the import fails with an error similar to the following:

Could not open LDIF file "/tmp/example.ldif", errno 2 (No such file or directory)
Copy to Clipboard

Workaround: Complete the following steps:

  1. Move the LDIF file to the /var/lib/dirsrv/slapd-<instance_name>/ldif/ directory:

    # mv /tmp/example.ldif /var/lib/dirsrv/slapd-<instance_name>/ldif/
    Copy to Clipboard
  2. Set permissions that allow the dirsrv user to read the file:

    # chown dirsrv /var/lib/dirsrv/slapd-<instance_name>/ldif/example.ldif
    Copy to Clipboard
  3. Restore the SELinux context:

    # restorecon -Rv /var/lib/dirsrv/slapd-<instance_name>/ldif/
    Copy to Clipboard

For more information, see the Red Hat Knowledgebase solution LDAP Service cannot access files under the host’s /tmp and /var/tmp directories.

(BZ#2075525)

Known issues in the 389-ds-base package

Red Hat Directory Server 12.6 known issues that affect 389-ds-base package are documented in Red Hat Enterprise Linux 9.6 Release Notes:

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat