which is portable, which means LDAPTimeout is used for bind & search regardless of
this LDAP options availability.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1496177 13f79535-47bb-0310-9956-
ffa450edef68
"ldap connection: Setting op timeout to %ld seconds.",
timeout);
-#ifndef LDAP_OPT_TIMEOUT
-
- ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->server, APLOGNO(01314)
- "LDAP: LDAP_OPT_TIMEOUT option not supported by the "
- "LDAP library in use. Using LDAPTimeout value as search "
- "timeout only." );
-#endif
-
return NULL;
}