Este contenido no está disponible en el idioma seleccionado.
Chapter 4. Red Hat Directory Server 12.7
Learn about important updates and new features, known issues, and fix issues implemented in Directory Server 12.7.
4.1. New features and enhancements Copiar enlaceEnlace copiado en el portapapeles!
Learn about new features and enhancements in Red Hat Directory Server 12.7 that are included in the 389-ds-base package and documented in Red Hat Enterprise Linux 9.7 Release Notes:
4.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
Learn about issues fixed in Red Hat Directory Server 12.7 that have a significant impact on users.
Various Directory Server web console fixed issues
Directory Server 12.7 includes the following fixes for web console issues and typos:
- Correct dialog layout for removing members from a group.
- Correct formatting in the Account Lockout settings.
- Resource charts show client connections as expected.
- Improved MemberOf plugin configuration.
- Uploading and editing certificates works as expected.
- Editing a custom schema attribute works as expected.
- Adding a group as a member to another group works correctly.
Directory Server 12.7 bugs fixed in the 389-ds-base package are documented in Red Hat Enterprise Linux 9.7 Release Notes:
- Newly created user password policies are displayed correctly
- The RootDN Access Control plugin with wildcards for IP addresses no longer fails
- The Databases menu opens as expected in the Directory Server web console
- Directory Server no longer fails when adding nsslapd-referral
- The Directory Server monitoring information is available as expected when NDN cache is disabled
- Directory Server correctly displays the number of child entries under a specific node
- The Directory Server web console now shows the server version
- Directory Server no longer fails during NDN cache operations
- Directory Server correctly displays membership in nested groups
-
389-ds-baseno longer fails during the LMDB offline import -
dsconfcorrectly returns replication monitoring information -
ipa-healthchecknow ignores the replica busy condition - Directory Server starts correctly in the read-only mode
4.3. Deprecated features Copiar enlaceEnlace copiado en el portapapeles!
Learn about deprecated features in Red Hat Directory Server 12.7 that are included in the 389-ds-base package and documented in Red Hat Enterprise Linux 9.7 Release Notes:
4.4. Known issues Copiar enlaceEnlace copiado en el portapapeles!
Learn about newly identified and previously known issues and, if applicable, workarounds in Directory Server 12.7. A known issue is listed in all future release notes until resolved, at which point it is published as a fixed issue.
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 by 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.
To work around this problem, 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)
To work around this problem, complete the following steps:
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/Set permissions that allow the
dirsrvuser to read the file:# chown dirsrv /var/lib/dirsrv/slapd-<instance_name>/ldif/example.ldifRestore the SELinux context:
# restorecon -Rv /var/lib/dirsrv/slapd-<instance_name>/ldif/
For more information, see the LDAP Service cannot access files under the host’s /tmp and /var/tmp directories Red Hat Knowledgebase solution.
(BZ#2075525)
Known issues in the 389-ds-base package
Red Hat Directory Server 12.7 known issues that affect 389-ds-base package are documented in Red Hat Enterprise Linux 9.7 Release Notes: