From: Michael <mi...@st...> - 2000-10-10 18:17:08
|
Konstantin Chuguev wrote: > > LDAP_BEGIN_ALLOW_THREADS( self ); > result_type = ldap_result( self->ldap, msgid, all, tvp, &msg > ); > result = ldap_result2error( self->ldap, msg, 0 ); > LDAP_END_ALLOW_THREADS( self ); Hmm, my slapd logs the occurence of the referral right after calling the search() method of the LDAP object. I guess the function ldap_result2error() should be called in l_ldap_search() either. Ciao, Michael. |