[EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > Operating system: any > PHP version: 4.0.6 > PHP Bug Type: LDAP related > Bug description: ldap rebind procedure implementation > > A ldap rebind procedure for automatical referral chase is > not provided in php4. The solution of #9704 doesn't work > "ldap result". This is an inherent problem with synchronous > ldap calls. > > I have written an implementation of ldap_set_rebind_proc > registering a php rebind callback. A patch is available on > request (or would it be ok to attach a 240-line patch > here?). The patch is vs. ext/ldap/ldap.c 1.90 from CVS. We have seen bigger patches, however, for something of this size you should: a) post the patch to thE PHP-DEV list. b) apply for a CVS account to /ext/ldap c) also create a patch for the documentation... referral chasing does no good if folks don't know what to do (or how to chase it, or that it works now). The patch to allow multiple servers never got documented, so many users are still stuck with one server. Because it is 240 lines, there might be some macros to speed it up, which is another reason why peer review (on PHP-dev) is a good idea. -Ronastillwonderingaboutthe_mod_functionsbop -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]