haraka-plugin-ldap-pool
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,9 +7,2 @@ 'use strict'; | ||
/** | ||
* ldap-pool.js | ||
* This haraka module implements pooling of bound LDAP connections to avoid | ||
* the necessity to open and bind new connections for every request. | ||
*/ | ||
var LdapPool = function(config) { | ||
@@ -16,0 +9,0 @@ this._set_config(config); |
{ | ||
"name": "haraka-plugin-ldap-pool", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The ldap-pool module provides a LDAP client connection pool for other Haraka LDAP modules.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25677
410