diff options
author | miwi <miwi@FreeBSD.org> | 2018-07-07 01:50:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2018-07-07 01:50:13 +0800 |
commit | ea45d65b1f65cfe52dfbacd99ea82dd4a5789d99 (patch) | |
tree | c6cbea97e07d904da981eb23999a67019ae974c9 /net/Makefile | |
parent | a968d736b3a9583760381dc090ca2e23cdde7658 (diff) | |
download | freebsd-ports-gnome-ea45d65b1f65cfe52dfbacd99ea82dd4a5789d99.tar.gz freebsd-ports-gnome-ea45d65b1f65cfe52dfbacd99ea82dd4a5789d99.tar.zst freebsd-ports-gnome-ea45d65b1f65cfe52dfbacd99ea82dd4a5789d99.zip |
ldappool 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
WWW: https://pypi.org/project/ldappool/
PR: 228847
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d1230bdc5605..5a4670c840d9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1065,6 +1065,7 @@ SUBDIR += py-ldap SUBDIR += py-ldap0 SUBDIR += py-ldap3 + SUBDIR += py-ldappool SUBDIR += py-ldaptor SUBDIR += py-libcloud SUBDIR += py-libdnet |