From 4c0475f46e5cda9d995e792b459825e06fe19557 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Wed, 01 Jun 2016 15:41:34 +0000
Subject: [PATCH] OPENDJ-2774: Define revised Rest2LDAP configuration model.

---
 opendj-server-legacy/src/messages/org/opends/messages/config.properties |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/config.properties b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
index 62d6eca..f8709b7 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/config.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
@@ -825,4 +825,24 @@
 ERR_UNABLE_TO_LOAD_CONFIGURATION_ENABLED_SCHEMA_745=Unable to load the \
  configuration-enabled schema: %s
 ERR_CONFIG_BACKEND_CANNOT_DELETE_ENTRY_746=Backend config error when trying to \
- delete an entry: %s
\ No newline at end of file
+ delete an entry: %s
+ERR_CONFIG_HTTPENDPOINT_INVALID_AUTHZ_DN_747=The HTTP endpoint configuration \
+ defined in %s is referencing a non existing authorization DN %s
+ERR_CONFIG_HTTPENDPOINT_CONFLICTING_AUTHZ_DN_748=The HTTP endpoint configuration \
+ defined in %s is referencing mutually exclusive authorization DNs %s and %s
+ERR_CONFIG_REST2LDAP_UNABLE_READ_749=Unable to read the configuration from %s in the \
+ REST2LDAP endpoint configuration entry %s: %s
+ERR_CONFIG_REST2LDAP_UNEXPECTED_JSON_750=Invalid JSON element %s from %s in the REST2LDAP \
+ endpoint configuration entry %s: %s
+ERR_CONFIG_REST2LDAP_INVALID_751=Invalid configuration element from %s in the REST2LDAP \
+ endpoint configuration entry %s: %s
+ERR_CONFIG_OAUTH2_INVALID_JSON_POINTER_752=The OAuth2 authorization mechanism defined \
+ in %s contains an invalid JSON Pointer %s: %s
+ERR_CONFIG_OAUTH2_NON_EXISTING_DIRECTORY_753=The authorization mechanism defined in %s \
+ is referencing a non-existing or non-readable directory: %s
+ERR_CONFIG_AUTHZ_REFERENCED_DN_DOESNT_EXISTS_754=The authorization mechanism defined \
+ in %s is referencing a non existing DN: %s
+ERR_CONFIG_OAUTH2_INVALID_URL_755=The authorization mechanism defined in %s is referencing \
+ an invalid URL %s: %s
+ERR_CONFIG_OAUTH2_CONFIG_ERROR_756=Unable to configure the authorization mechanism defined \
+ in %s: %s

--
Gitblit v1.10.0