PingDirectory suite of products 9.3.0.5 (March 2024) - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3
category
Product
pd-93
pingdirectory
ContentType_ce

Added logging history for the setup tool

PingDirectory
ImprovedDS-47831
A copy of the setup script output is now saved to an archive file in the /history directory. This should help with troubleshooting installations where multiple server images have been extracted on top of each other and setup has been run multiple times.

Fixed a NullPointerException caused by an unconfigured alert handler

PingDirectory, PingDirectoryProxy, PingDataSync, PingDataMetrics
FixedDS-47455
Fixed an issue where a NullPointerException was thrown when an alert or alarm was raised and one or more of the alert handlers weren't configured. This most commonly happened when the server was being stopped.

Now, instead of throwing a NullPointerException, the server logs this message: Alert notification '<notification>' will not be processed by alert handler '<alert_handler>' since that alert handler does not have configuration.

Fixed an encoding issue with UTF-8 in URI search filters

PingDirectory, PingDataSync
FixedDS-48300
Fixed an issue where PingDataSync couldn't properly encode certain UTF-8 characters used in a URI search request filter sent to an external server. The server is now able to encode filter values that include any UTF-8 characters.

Fixed an issue with attribute duplication

PingDirectory
FixedDS-48585
Fixed an issue where replace operations that target attributes with subordinate types would cause the subordinate attribute values to be duplicated.

Fixed an issue where the server could throw a DATABASE_LOCK_CONFLICT error

PingDirectory
FixedDS-45949
Fixed an issue where aborting a transaction on a PingDirectory server could sometimes fail to release a write-lock, causing all subsequent transactions to fail with the error DATABASE_LOCK_CONFLICT until the server was restarted.

Fixed a potential NullPointerException during replication

PingDirectory
FixedDS-47289
Fixed a potential NullPointerException that the server could throw during replication if missing changes were found for a replica, but that replica didn't exist on all servers. This scenario can happen when an obsolete replica is purged concurrent to the check for missing changes.

Fixed a replication issue where a suffix could have multiple generation IDs

PingDirectory
FixedDS-47695
The generation ID, represented by ds-sync-generation-id, is a value used by replication to determine if replicas are compatible and can be replicated. To address the issue of multiple generation IDs for the same suffix, the generation ID is now calculated independent of the disk order in which the entries are stored. This new behavior is helpful when entries are imported on new servers instead of initializing them.

Fixed an issue with dsreplication status information

PingDirectory
FixedDS-47326
Fixed an issue where running the dsreplication status --displayservertable command sometimes failed to display peer server statuses or generation IDs.

Fixed the default behavior of check-replication-domains

PingDirectory
FixedDS-47655
Changed the check-replication-domains tool to default to the server's root directory and removed the --serverRoot argument requirement.

Fixed an incorrect suggestion in the replication terminal output

PingDirectory
FixedDS-47878
Fixed a problem where dsreplication initialize suggested using the --force option if you were unable to connect to the server properly.

Fixed an issue that prevented use of the Changelog Password Encryption plugin in replicated environments

PingDirectory
FixedDS-48205
Fixed an issue where the Changelog Password Encryption plugin would not work properly in a replicated environment if a password was changed with a Password Modify extended operation.

Fixed an issue with error logging

PingDirectory
FixedDS-48084
Fixed an issue where a cn=config does not exist error message would appear in the error logs after navigating to the status page of the administrative console.

Fixed an issue with backend availability reporting

PingDirectoryProxy
FixedDS-48040
Fixed an issue where PingDirectoryProxy wouldn't accurately report the availability of backends added through automatic backend discovery.