Skip to content
/ bina Public

A web App to search in a LDAP for users and contacts.

Notifications You must be signed in to change notification settings

hitalos/bina

Repository files navigation

Bina

A web App to search in a LDAP for users and contacts.

Requirements

  • One or many LDAP servers like Active Directory

Installing

  • Download the released binary for your Operational System

Configuring

After install, edit an config.yml file and set variables (like the example).

Docker

To build a image

make container_image

To run

docker run --rm -t -i -p 8000:8000 -v ./config.yml:/app/config.yml bina:latest

Debugging

Before running app, set environment variable DEBUG:

DEBUG=1