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

Mark Craig
03.21.2016 93987748f55c669f911a28a4a58a6a5d547fc75e
OPENDJ-3049 Document REST2LDAP OAuth 2.0 capabilities

This patch edits some comments in the JSON configuration file.
1 files modified
7 ■■■■ changed files
opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json 7 ●●●● patch | view | raw | blame | history
opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/classes/opendj-rest2ldap-config.json
@@ -55,12 +55,15 @@
        // Authenticated connections which will be used for searches during
        // authentication and proxied operations (if enabled). This factory
        // will re-use the server "default" configuration.
        // will re-use the server "bind" configuration.
        "root" : {
            "inheritFrom"    : "bind",
            // Defines how authentication should be performed. Only "simple"
            // authentication is supported at the moment.
            // If the OAuth 2.0 authorization policy is configured below,
            // then the directory service must be configured
            // to allow the user configured here to perform proxied authorization.
            "authentication" : {
                "simple" : {
                    "bindDN"       : "cn=directory manager",
@@ -77,7 +80,7 @@
        // Perform all operations using a pre-authorization connection. 
        "anonymous": {
            // Specify the connection factory to use to perform LDAP operations.
            // If missing, "root" factory will be used.
            // If missing, the "root" factory will be used.
            "ldapConnectionFactory": "root"
        },