A web App to search in a LDAP for users and contacts.
- One or many LDAP servers like Active Directory
- Download the released binary for your Operational System
After install, edit an config.yml
file and set variables (like the example).
make container_image
docker run --rm -t -i -p 8000:8000 -v ./config.yml:/app/config.yml bina:latest
Before running app, set environment variable DEBUG
:
DEBUG=1