mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
383 B
Text
9 lines
383 B
Text
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
|