Initial Release 6

Function : LDAP
ldap_parse_reference - Extract referrals and controls.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_parse_reference(
LDAP *ld,
LDAPMessage *ref,
char ***referralsp,
LDAPControl ***serverctrls,
int freeit);

Description :

This function is used to extract referrals and controls from a SearchResultReference message.

Parameters :

See Also :

ldap_controls_free
----------------------------------------------------------------------------------------------------------