ldap_search (3) Linux Manual Page
NAME ldap_search, ldap_search_s, ldap_search_st, ldap_search_ext, ldap_search_ext_s – Perform an LDAP search operation LIBRARY OpenLDAP LDAP (libldap, -lldap) SYNOPSIS #include <ldap.h> #include <sys/types.h> int ldap_search_ext( LDAP *ld, char *base, int scope, char *filter, char *attrs[], int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeout, int sizelimit, int *msgidp); int ldap_search_ext_s( LDAP *ld, char *base, int scope,…
