Install python-ldappool by entering the following commands in the terminal:
sudo apt update sudo apt install python-ldappool
Description:
connection pool for python-ldap - Python 2.7
A simple connector pool for python-ldap. The pool keeps LDAP connectors alive and let you reuse them, drastically reducing the time spent to initiate a ldap connection. . The pool has useful features like: * transparent reconnection on failures or server restarts * configurable pool size and connectors timeouts * configurable max lifetime for connectors * a context manager to simplify acquiring and releasing a connector . This package provides the Python 2.7 module.
Homepage: https://github.com/openstack/ldappool.git
Version: 2.2.0-0ubuntu1
Section: universe/python