-
- Downloads
Protocols.LDAP: Use SSL in blocking mode.
SSL.File defaults to non-blocking mode and the LDAP module attempts syncronous blocking writes. Non-blocking mode causes these writes to eg fail with EAGAIN if the connection hasn't finished being negotiated before the first write. Fixes "LDAP write error: Resource temporarily unavailable".
Loading
Please register or sign in to comment