mountebank-ldap

1.0.15 • Public • Published

LDAP protocol for Mountebank

Installation

Install Mountebank.

Install npm package.

Usage

Create protocols.json file and imposters.json file (examples in repo).

Then run Mountebank with these files:

mb --configfile imposters.json --protofile protocols.json

Then you can run a search query (ldapsearch is part of OpenLDAP which is available in many Linux repos and via Homebrew):

ldapsearch -H ldap://localhost:3898 -x -b o=iapdir "objectclass=*"

How it works

Sequence diagram showing data flow between client, custom protocol, and Mountebank.

Readme

Keywords

Package Sidebar

Install

npm i mountebank-ldap

Weekly Downloads

2

Version

1.0.15

License

MIT

Unpacked Size

26.3 kB

Total Files

5

Last publish

Collaborators

  • d-anjou