On Mon, Oct 13, 2008 at 11:36 AM, Mark H. Wood <[EMAIL PROTECTED]> wrote: > There's a DNS way to probe for LDAP (and Kerberos) services. ><snip/> > > That is: if the machine is named "host.baz.bar.foo.xcorp.com" you > would try to resolve: > > _tcp._ldap.baz.bar.foo.xcorp.com SRV > _tcp._ldap.bar.foo.xcorp.com SRV > _tcp._ldap.foo.xcorp.com SRV > _tcp._ldap.xcorp.com SRV > > When any SRV RRs are returned, they should point to the DCs for that > context.
That will be quite useful. Right now I have two "guesses" as to the ldap server. I will add this DNS resolution as another guess.