exeba
exeba
https://github.com/sebastianbergmann/exporter/pull/35 will make tests pass
``` class Base { private $privateField; public function __construct($value) { $this->privateField = $value; } } class Derived extends Base { private $privateField; public function __construct($value, $parentValue) { parent::__consturct($parentValue); $this->privateField =...
Dovecot allows multiple uris for ldap passdb and userdb lookups, I've briefly looked over their code and it seems that part of that is already supported in openldap library. With...
I confirm that setting a connection timeout of 1 second via LDAP_OPT_NETWORK_TIMEOUT allows for faster switch in case of unavailable server. It's still not optimal but way better than the...
I think we have the same problem: - 2 servers - Debian 11 - keydb-server 6:6.3.2-1+deb11u, - multi master & active replica Very modest traffic, I cannot relate the hanging...