Simple Web UI for basic LDAP operations
Install system packages:
sudo apt-get install build-essential python3 python3-dev \
libldap2-dev libsasl2-dev slapd ldap-utils python-tox \
lcov valgrind
Install Python packages:
sudo pip3 install -r requirements
Make a config file (which may be created conveniently by copying and adapting from the example-config.ini in repository). Rename the config file as config.ini.
Simple run the command:
FLASK_APP=app.py flask run
Then, access the Web page at http://localhost:5000