From bffb0216bf1c1ae7a7988670a535a18d5905f186 Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Mon, 23 Jun 2014 09:51:38 +0000 Subject: [PATCH] OPENDJ-1351 (CR-3830) Require a privilege needed for searching cn=changelog - Upgrade task * tools.properties ** Adding the description message of the upgrade task * Upgrade.java ** Upgrade task n° 2.7.0.10820 which add the 'changelog-read' value to the Root DNs default privilege list * ExternalChangeLogTest.java ** ChangeLog privilege unit test code refactoring to make it more compact ant more meaningful --- opendj-sdk/opends/src/messages/messages/tools.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 59ba407..9318ad7 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -2587,3 +2587,4 @@ INFO_UPGRADE_TASK_10133_2_SUMMARY_10022=Configuring 'CertificateExactMatch' matching rule INFO_UPGRADE_TASK_10733_1_SUMMARY_10023=Removing 'dc=replicationchanges' backend INFO_UPGRADE_TASK_10733_2_SUMMARY_10024=Removing ACI for 'dc=replicationchanges' +INFO_UPGRADE_TASK_10820_SUMMARY_100025=Adding default privilege 'changelog-read' to all root DNs -- Gitblit v1.10.0