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).
| | |
| | | // 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. |