ldap_next_reference (3) Linux Manual Page
NAME ldap_first_reference, ldap_next_reference, ldap_count_references – Stepping through continuation references in a result chain LIBRARY OpenLDAP LDAP (libldap, -lldap) SYNOPSIS #include <ldap.h> int ldap_count_references(LDAP *ld, LDAPMessage *result) LDAPMessage *ldap_first_reference(LDAP *ld, LDAPMessage *result) LDAPMessage *ldap_next_reference(LDAP *ld, LDAPMessage *reference) DESCRIPTION These routines are used to step through the continuation references in a result chain received from ldap_result(3) or…
