Initial Release 6

Function : LDAP
ldap_search_st - Synchronous timed search of the LDAP directory.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_search_st(
LDAP *ld,
const char *base,
int scope,
const char *filter,
char **attrs,
int attrsonly,
timeval *timeout,
LDAPMessage **res);

Description :

This function performs a synchronous search of the LDAP directory, with a specified timeout value, and returns a requested set of attributes for each entry matched.
Parameters :

See Also :

LDAP_SCOPE_xxx
----------------------------------------------------------------------------------------------------------