mountebank-ldap
v1.0.15
Published
LDAP protocol for Mountebank
Downloads
14
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.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=*"