Este conteúdo não está disponível no idioma selecionado.
Chapter 4. Red Hat Directory Server 13.0
Learn about important updates and new features, known issues, and fixed issues implemented in Directory Server 13.0.
4.1. Important updates and new features Copiar o linkLink copiado para a área de transferência!
Learn about new features and enhancements in Red Hat Directory Server 13.0 that are included in the 389-ds-base
package and documented in Red Hat Enterprise Linux 10.0 Release Notes:
-
RHEL 10 provides
python-pyasn1
version 0.6.1 -
RHEL 10 provides
389-ds-base
version 3.0.6 -
389-ds-base
now fully supports LMDB - Directory Server now provides buffering of the error, audit, and audit fail logs
- Now you can configure hashing iterations values in PBKDF2-* Password Storage Schemes plug-in entries
-
dsctl healthcheck
now warns about creating a substring index on the membership attribute
4.2. Fixed issues Copiar o linkLink copiado para a área de transferência!
Learn about issues fixed in Red Hat Directory Server 13.0 that have a significant impact on users.
Various Directory Server web console fixed issues
In Directory Server 13.0, 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.
Issues fixed in the 389-ds-base
package
Directory Server 13.0 issues that were fixed in the 389-ds-base
package are documented in Red Hat Enterprise Linux 10.0 Release Notes:
- The Account Policy plug-in now uses a proper flag for an update in a replication topology
- TLS 1.3 can now be used to connect to an LDAP server running in FIPS mode
- A race condition with paged result searches no longer closes the connection with a T3 error code
- Reindexing no longer fails when an entry RDN have the same value as the suffix DN
4.3. Technology Previews Copiar o linkLink copiado para a área de transferência!
Learn about unsupported Technology Previews in Red Hat Directory Server 13.0 that are included in the 389-ds-base
package and documented in Red Hat Enterprise Linux 10.0 Release Notes:
(Jira-RHEL-67196)
4.4. Deprecated functionality Copiar o linkLink copiado para a área de transferência!
Winsync
has been deprecated
The Winsync
plug-in that is used for synchronization with Windows has been deprecated starting with Red Hat Directory Server 12.6 and will be removed in future releases.
4.5. Removed functionalities Copiar o linkLink copiado para a área de transferência!
Learn about a functionalities that have been removed in Red Hat Directory Server 13.0.
PassSync
has been removed
The PassSync
package that was used for synchronization with Active Directory has been removed in Red Hat Directory Server 13.0 because PassSync
is not maintained upstream.
Consider using Identity Management (IdM) and cross-forest trust with AD for synchronization with Windows. For details, see Integrating RHEL systems directly with Windows Active Directory.
(Jira-DIRSRV-329)
Functionalities removed from the 389-ds-base
package
Learn about Red Hat Directory Server 13.0 functionalities that were removed from the 389-ds-base
package and documented in Red Hat Enterprise Linux 10.0 Release Notes:
4.6. Known issues Copiar o linkLink copiado para a área de transferência!
Learn about known problems and, if applicable, workarounds in Directory Server 13.0.
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 if the configuration was changed outside the console window.
(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)
Could not open LDIF file "/tmp/example.ldif", errno 2 (No such file or directory)
Workaround: 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/
# mv /tmp/example.ldif /var/lib/dirsrv/slapd-<instance_name>__/ldif/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Set permissions that allow the
dirsrv
user to read the file:chown dirsrv /var/lib/dirsrv/slapd-<instance_name>/ldif/example.ldif
# chown dirsrv /var/lib/dirsrv/slapd-<instance_name>/ldif/example.ldif
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Restore the SELinux context:
restorecon -Rv /var/lib/dirsrv/slapd-<instance_name>/ldif/
# restorecon -Rv /var/lib/dirsrv/slapd-<instance_name>/ldif/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
For more information, see the solution article 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 13.0 known issues that affect 389-ds-base package
are documented in Red Hat Enterprise Linux 10.0 Release Notes: