haraka-plugin-ldap-pool
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -8,3 +8,3 @@ 'use strict'; | ||
/** | ||
* ldappool.js | ||
* ldap-pool.js | ||
* This haraka module implements pooling of bound LDAP connections to avoid | ||
@@ -123,4 +123,4 @@ * the necessity to open and bind new connections for every request. | ||
var plugin = this; | ||
plugin.loginfo("loading ldappool.ini"); | ||
var cfg = plugin.config.get('ldappool.ini', function() { | ||
plugin.loginfo("loading ldap-pool.ini"); | ||
var cfg = plugin.config.get('ldap-pool.ini', function() { | ||
plugin._load_ldappool_ini(); | ||
@@ -127,0 +127,0 @@ }); |
{ | ||
"name": "haraka-plugin-ldap-pool", | ||
"version": "0.0.1", | ||
"description": "The ldappool module provides a LDAP client connection pool for other Haraka LDAP modules.", | ||
"version": "0.0.2", | ||
"description": "The ldap-pool module provides a LDAP client connection pool for other Haraka LDAP modules.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -1,4 +0,4 @@ | ||
# ldappool | ||
# haraka-plugin-ldap-pool | ||
The ldappool module provides a LDAP client connection pool for other LDAP | ||
The haraka-plugin-ldap-pool module provides a LDAP client connection pool for other LDAP | ||
modules. | ||
@@ -8,3 +8,3 @@ | ||
All configuration is done in `config/ldappool.ini`. | ||
All configuration is done in `config/ldap-pool.ini`. | ||
The following options are configurable: | ||
@@ -11,0 +11,0 @@ |
@@ -12,3 +12,3 @@ 'use strict'; | ||
}; | ||
this.plugin = new fixtures.plugin('ldappool'); | ||
this.plugin = new fixtures.plugin('ldap-pool'); | ||
this.cfg = { | ||
@@ -15,0 +15,0 @@ server : [ 'ldap://localhost:389', 'ldaps://localhost:636' ], |
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
25848
12