Initial Release 6

Function : LDAP
ldap_search_ext_s - Synchronous search of the LDAP directory with controls.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

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

Description :

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

Parameters :

See Also :

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