
April 30th, 2008, 06:56 PM
|
 | In Geostationary Orbit | | Join Date: Jul 2002 Location: Northern Virginia
Posts: 7,127
Thanks: 35
Thanked 192 Times in 187 Posts
| |
| [HOWTO] Use Address Book with Microsoft Exchange
Read the MacOSXHints.com hint Use Address Book with Microsoft Exchange using LDAP and thought this was great. Quote:
This quick how-to deals with getting Address Book to work with LDAP (Microsoft Active Directory in our case).
Step 1: Determine the default naming context (base dn) for the search. Fire up Terminal and issue an ldapsearch to determine the default naming context:
$ ldapsearch -h your.exchange.server -x -b '' -s base '(objectclass=*)' 'namingContexts'
Search for the lines beginning with namingContexts:
namingContexts: DC=mycompany,DC=com
namingContexts: CN=Configuration,DC=mycompany,DC=com
namingContexts: CN=Schema,CN=Configuration,DC=mycompany,DC=com
The result you are looking for is the "base/root" and that is the shortest one in the case of Exchange (BTW, this will work on other LDAP servers, too). In this case, that's the first line, ie. DC=mycompany,DC=com.
Step 2: Configure Address Book to query the server. Fire up Address Book and go to the Preferences (Command-,). Select the LDAP tab, then click the "+" to add a new server. In the Server field, complete the hostname of your Exchange server (or Active Directory domain controller in the case of larger companies). In the Search Base field, use the information that you retrieved from ldapsearch earlier. It will be in the format DC=company,DC=com. Choose Simple authentication, and User Name and Password should be your standard Windows login credentials.
|
__________________ Mac Pro Dual 2.8 Quad (1st gen), 14G Ram, Two DVD-RW Drives, OS X 10.6.2 Mac Book Pro Core 2 Duo 2.16Ghz, SuperDrive, ATI X1600, 2GB RAM, OS X 10.6.2 2TB Time Capsule 32G iPhone 3GS Black |