Skip to content

Commit

Permalink
Finish 3.4.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Mar 19, 2020
2 parents b3ef6e0 + 06572b5 commit 605fb46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ The maximum number of pooled LDAP connections that will be maintained by the int

> If you encounter the error "max waitingClients count exceeded" you will need to increase the maximum connection pool size.
### Disable Connection Pooling

*Admin Only Setting* | *Changes Require Integration Restart*

If checked, the integration will not use connection pooling. When connection pooling is disabled, each search request to the LDAP server will bind and unbind a new connection. If you disable connection pooling, this integration should be set to **On-Demand Only**. This option must be set to "Only admins can view and edit". This setting must be configured as an admin-only setting.

> If you are encountering `ECONNRESET` or `ECONNREFUSED` errors after a short period of time (e.g., 15 minutes), please try disabling connection pooling (checking this option)
### Search Distinguished Name

Expand Down
3 changes: 1 addition & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ module.exports = {
},
{
key: 'disableConnectionPooling',
name:
'Disable Connection Pooling (Change Requires Integration Restart)',
name: 'Disable Connection Pooling (Change Requires Integration Restart)',
description:
'If checked, the integration will not use connection pooling. When connection pooling is disabled, each search request to the LDAP server will bind and unbind a new connection. If you disable connection pooling, this integration should be set to On-Demand Only. This option must be set to "Only admins can view and edit". This setting must be configured as an admin-only setting.',
default: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "./integration.js",
"name": "LDAP",
"description": "Polarity LDAP Integration",
"version": "3.4.0-beta",
"version": "3.4.1-beta",
"license": "MIT",
"author": "Polarity",
"private": true,
Expand Down

0 comments on commit 605fb46

Please sign in to comment.