Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

haraka-plugin-ldap-pool

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-ldap-pool - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

config/ldap-pool.ini

6

index.js

@@ -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' ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc