Today, the LDAP connection pool returns OperationFailed when its alarm triggers before the system LDAP library returns a response. This contrasts with the system LDAP libraries, which return NetworkTimeout when they are unable to get a reply from the remote LDAP host.
Since NetworkTimeout is retriable and also more informative than OperationFailed, we should change the error code returned.