Configure Mac Tiger with Active Directory
Getting a Mac onto Active Directory has in the past caused many headaches. But it seems that Mac OS X 10.4 (Tiger) has automated several key steps that used to make it difficult to configure Active Directory via Apple's built-in Open Directory software. Prerequisite information that must be obtained by the Sys or Netadmin:
- Must have local administrative rights on the Mac
- Must have a domain administrator password to bind the computer to the network
- Must have the Active Directory domain name (such as east.microsoft.com)
- Must have the domain controller's DNS name for LDAP functionality (such as dc.east.microsoft.com)
- Launch Directory Access, located in the /Applications/Utilities folder.
- Click the lock button on the bottom left to authenticate the administrative password
- Once authenticated, double-click the Active Directory line to configure it.
- Fill in the Active Directory Domain (east.microsoft.com) and Computer ID. The ID will be the computer's name in AD so you should try to use the standardized name for your AD environment.
- Click the Bind... button and you will be prompted for a domain administrator's credentials (technically any account enabled to add objects to the directory). Enter this information in and if needed, change the OU as required by your AD installation. By default it goes to Active Directory's default container of "Computers" within the root of the domain.
- Once you click OK, the machine will go through a few steps to join the domain. Once complete, the Bind... button will become Unbind.
- Finally, to aid in system management, click the "Show Advanced Options" button and then click the Administrative tab. If you have multiple domain controllers, you can here select a preferred server. Also you can click the option to Allow administration for enterprise and domain administrators. Click OK to complete the Active Directory configuration.
- Double-click LDAPv3 to begin configuring it.
- Click the New... button and then click the Manual button that appears in the pop-up for the quickest configuration
- Now you should be back at the base configuration pop-up. Name the configuration as you see fit and then hit Tab to enter your domain controller's DNS name or IP address.
- Then click the dropdown for LDAP mappings and select Active Directory. Then you will have to enter the search suffix base. Use the DNS domain name for this, but you need it represented in FQDN format. In my example of east.microsoft.com, it would turn into:
DC=east,DC=microsoft,DC=com
- Click OK to exit both menus and quit out of Directory Access.