From 53d48707db58d3ef95e4cc672ffc94093da69e62 Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Wed, 27 Jan 2016 13:53:27 +0000 Subject: [PATCH] OPENDJ-2036: add separate messages for authzID account problems --- opendj-server-legacy/src/messages/org/opends/messages/protocol.properties | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties index 20a27e8..60ba645 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties @@ -20,7 +20,7 @@ # CDDL HEADER END # # Copyright 2006-2009 Sun Microsystems, Inc. -# Portions Copyright 2013-2015 ForgeRock AS +# Portions Copyright 2013-2016 ForgeRock AS # Portions copyright 2013-2014 Manuel Gaupp @@ -673,8 +673,6 @@ control for user %s is not allowed by the password policy configuration ERR_PROXYAUTH2_CANNOT_LOCK_USER_373=Unable to obtain a lock on user \ entry %s for the proxied authorization V2 control validation -ERR_PROXYAUTH2_UNUSABLE_ACCOUNT_374=Use of the proxied authorization V2 \ - control for user %s is not allowed by the password policy configuration ERR_ACCTUSABLEREQ_CONTROL_HAS_VALUE_375=Cannot decode the provided \ control as an account availability request control because the provided \ control had a value but the account availability request control should not \ @@ -920,4 +918,12 @@ ERR_TRANSACTION_ID_CONTROL_HAS_NO_VALUE_1530=No value was provided for the transaction \ id control, whereas an UTF-8 encoded value is expected ERR_UNEXPECTED_EXCEPTION_ON_CLIENT_CONNECTION_1531=Exception on the underlying client connection: %s -ERR_IO_ERROR_ON_CLIENT_CONNECTION_1532=The underlying client connection timed out or closed: %s \ No newline at end of file +ERR_IO_ERROR_ON_CLIENT_CONNECTION_1532=The underlying client connection timed out or closed: %s +ERR_PROXYAUTH2_ACCOUNT_DISABLED_1533=Use of the proxied authorization V2 \ + control for user %s is not allowed: the account is disabled +ERR_PROXYAUTH2_ACCOUNT_EXPIRED_1534=Use of the proxied authorization V2 \ + control for user %s is not allowed: the account is expired +ERR_PROXYAUTH2_ACCOUNT_LOCKED_1535=Use of the proxied authorization V2 \ + control for user %s is not allowed: the account is locked +ERR_PROXYAUTH2_PASSWORD_EXPIRED_1536=Use of the proxied authorization V2 \ + control for user %s is not allowed: the account's password is expired -- Gitblit v1.10.0