In a process of deep contemplation, Mark Merchant carefully constucted the following missive on 8/31/2005 1:29 PM:
i'm writing an app which interfaces with an active directory. during
the query i'm getting a resultCode=10.

what is that? ( a referral? ), and what do i do about it?

thx.
MM


When you get a referral, use the net::LDAP::MEssage method referrals()

    Returns a list of referrals from the result message.

I've never seen it, but once you try it you can parse out the server names and write a recursive query.

Reply via email to