mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
06.45.2016 212a37f67d81a2659a11fc5398095755fb34a02c
OPENDJ-3060 Use "root" connection factory instead of "cts" in OAuth2 config

authorization.oauth2.cts.ldapConnectionFactory was set to 'cts' in
opendj-rest2ldap-config.json.
This was intented to be an example but it is a bit misleading as there
is no 'cts' connection factory defined by default.
Changes it to 'root' (which is the default value anyway).
1 files modified
2 ■■■ changed files
opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json 2 ●●● patch | view | raw | blame | history
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.