mountebank-ldap
v1.0.15
Published
LDAP protocol for Mountebank
Readme
LDAP protocol for Mountebank
Installation
Install Mountebank.
Install 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.jsonThen 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

