From ab1a29b5a1cfeda2469f6ca4c3fa86094c83bc58 Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Tue, 26 Mar 2013 13:22:14 +0000 Subject: [PATCH] CR-1472 Fix OPENDJ-823 Authz users forced to change their password shouldn't be able to modify entries --- opends/src/messages/messages/core.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 670c240..cf9e089 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1279,8 +1279,8 @@ MILD_ERR_ENQUEUE_BIND_IN_PROGRESS_501=A bind operation is currently in \ progress on the associated client connection. No other requests may be made \ on this client connection until the bind processing has completed -MILD_ERR_ENQUEUE_MUST_CHANGE_PASSWORD_502=You must change your password \ - before you will be allowed to request any other operations +MILD_ERR_ENQUEUE_MUST_CHANGE_PASSWORD_502=%s must change their password \ + before it will be allowed to request any other operations MILD_ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN_504=An error occurred \ while attempting to decode the ds-pwp-password-policy-dn value "%s" in user \ entry "%s" as a DN: %s @@ -1374,8 +1374,8 @@ result in multiple password values in the user entry, which is not allowed MILD_ERR_MODIFY_PW_VALIDATION_FAILED_544=The provided password value was \ rejected by a password validator: %s -MILD_ERR_MODIFY_MUST_CHANGE_PASSWORD_545=You must change your password before \ - you will be allowed to perform any other operations +MILD_ERR_MODIFY_MUST_CHANGE_PASSWORD_545=%s must change their password before \ + it will be allowed to perform any other operations INFO_ERROR_CATEGORY_PASSWORD_POLICY_546=pw-policy MILD_WARN_BIND_PASSWORD_EXPIRING_547=The user password is about to expire \ (time to expiration: %s) -- Gitblit v1.10.0