From 212a37f67d81a2659a11fc5398095755fb34a02c Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 08 Jun 2016 14:37:08 +0000
Subject: [PATCH] OPENDJ-3060 Use "root" connection factory instead of "cts" in OAuth2 config
---
opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json b/opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json
index 8528222..0bdfb06 100644
--- a/opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json
+++ b/opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json
@@ -219,7 +219,7 @@
// This value is only used in gateway mode.
// This attribute must reference a connection factory defined in the "ldapConnectionFactories" section.
// Default value: "root" (i.e the root connection factory will be used to access the CTS).
- "ldapConnectionFactory": "cts",
+ "ldapConnectionFactory": "root",
// The access token base DN.
// This attribute is required and must have a string syntax.
--
Gitblit v1.10.0