1.0.15 • Published 3 years ago

mountebank-ldap v1.0.15

Weekly downloads
16
License
MIT
Repository
gitlab
Last release
3 years ago

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.

1.0.15

3 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago