ldap_url_search_st() function searches the directory for matching entries, based on the contents of the URL. This function works like ldap_url_search_s() and lets you specify a timeout period for the search.
For more information, see "Processing an LDAP URL" on page 254.
#include <ldap.h>
int ldap_url_search_st( LDAP *ld, char *url, int attrsonly,
struct timeval *timeout, LDAPMessage **res );
ld |
Connection handle, which is a pointer to an |
url | |
attrsonly | |
timeout | |
res |
LDAP_SUCCESS if successful. ldap_search(), ldap_search_s().
Last Updated: 10/01/98 17:06:23