| | |
| | | |
| | | // 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", |
| | |
| | | // 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" |
| | | }, |
| | | |