On 12/1/06 8:13, Harden, Clif <[EMAIL PROTECTED]> wrote:

>  
> 
> Oh the joys of working with AD!  :(
> 
> Looking at these messages leads me to believe that
> Peter has the same situation that I have working with
> our AD.  His ldapsearch examples and problems with the
> null password lead me to believe this.
> 
> Here is my AD situation.
> 
> With our AD, you can not CONNECT to it without passing
> a binddn.  So when I try to do the Net::LDAP new command
> to our AD server it fails, you do not even get a chance to
> bind to it.  

That's very odd. Connection happens at the TCP layer, which is entirely
independent of any application protocol (LDAP or otherwise). There's no way
to "connect" with a DN, *unless* what you have to do is send the TCP "SYN"
packet together with a Bind PDU.

If you sniff a successful "connect with a DN" from another UA, does that
look like what's happening?

Cheers,

Chris


Reply via email to