LDAP_REBINDPROC_CALLBACK specifies the prototype for a callback function. If you define a function with this prototype and specify it when calling the ldap_set_rebind_proc() function, your function will be called by your LDAP client. The client will call your function to retrieve authentication information when automatically following referrals to other servers.
The prototype specified by this data type is:
typedef int (LDAP_CALL LDAP_CALLBACKFor information on the arguments, return values, and purpose of this function, see
LDAP_REBINDPROC_CALLBACK)( LDAP *ld, char **dnp, char **passwdp,
int *authmethodp, int freeit, void *arg);
ldap_set_rebind_proc().
Last Updated: 10/01/98 17:05:28