On 6/5/04 3:59 pm, Mark Menke <[EMAIL PROTECTED]> wrote: > Ahhh. I'm still figuring out all the nuances. I didn't understand there > was a difference between a referal and a reference. I was getting 3 message
Yes, the difference is subtle. There's something in our faq about this - from memory the difference is that if the entire operation needs to be sent elsewhere (eg the base object in the search is non-local) then you get a referral. If some local processing can occur, but some other servers may need contacting, then you get continuation references. > type 0x13 and one 0x05 with a 0 result code. 0x13 is [application 19] which is SearchResultReference (ie continuation references) and 0x05 is [application 5] which is SearchResultDone (which might have a referral). It all fits together :-) > I've got it working now. Thanks for the info. > > -Mark Cheers, Chris
