From 8dd4c87972373e0eb1c074905819ae51187f98ad Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 21 Oct 2016 09:55:23 +0000 Subject: [PATCH] OPENDJ-3414 Support deep querying of LDAP attributes having JSON syntax --- opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties b/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties index 225bf31..3c1e587 100644 --- a/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties +++ b/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties @@ -145,4 +145,6 @@ ERR_JSON_TRAILING_CONTENT_87=The value could not be parsed as valid JSON because it contains trailing content after the JSON value ERR_JSON_EMPTY_CONTENT_88=The value could not be parsed as valid JSON because it is empty ERR_JSON_QUERY_PARSE_ERROR_89=The value '%s' could not be parsed as a valid JSON query filter - +ERR_PATCH_JSON_INTERNAL_PROPERTY_90=The patch request cannot be processed because it attempts to modify the \ + internal field '%s' of object '%s'. This capability is not currently supported by Rest2Ldap. Applications should \ + instead perform a patch which replaces the entire object '%s' -- Gitblit v1.10.0