Initial Release 6

Function : LDAP
ldap_search_ext - Asynchronous search of the LDAP directory with controls.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_search_ext(
LDAP *ld,
const char *base,
int scope,
const char *filter,
char **attrs,
int attrsonly,
LDAPControl **serverctrls,
LDAPControl **clientctrls,
timeval *timeout,
int sizelimit,
int *msgidp);

Description :

This function performs an asynchronous search, with controls, of the LDAP directory and returns a requested set of attributes for each entry matched.

Parameters :

See Also :

LDAP_NO_LIMIT
----------------------------------------------------------------------------------------------------------