Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'What if Exchange and Active Directory aren't on the same box?' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
What if Exchange and Active Directory aren't on the same box?
Authored by: habesct on Thu, May 1 2008 at 9:16AM PDT
I am having the same issue, but how do you determine that info? I know the exchange server from my outlook settings, but how can I possibly find the AD info without IT help?



[ Reply to This | # ]
What if Exchange and Active Directory aren't on the same box?
Authored by: corienti on Thu, May 1 2008 at 10:17AM PDT
Try this, where "xyz" is the domain name of your company on your internal network.
(ie, if your mail server was mail.xyz.com)

dig -t SRV _ldap._tcp.xyz.com

... what should get returned is something like this:

0 100 389 domain-server.xyz.com.

And that - domain-server.xyz.com - is your AD server. That's what you need to use with ldapsearch.

[ Reply to This | # ]

What if Exchange and Active Directory aren't on the same box?
Authored by: habesct on Thu, May 1 2008 at 12:27PM PDT
Awesome... that did it! Thank you very much for the help!

[ Reply to This | # ]