Set up ADAMSync
ADAMSync is included with Windows Server 2003 R2. Download and install ADAMSync if you are using a different OS.
Extending the schema
The ADAM schema needs to be extended to support ADAMSync.
- Run the following command from c:\windows\adam to import the ADAMSync schema extensions.
You may have to change the server:port and add credentials if the current user doesn't have
access. See the AdamSyncMetadata.ldf file for
details.
ldifde -i -f MS-AdamSyncMetadata.LDF -s localhost:50000 -j . -c "cn=Configuration,dc=X" #configurationNamingContext - Do the same with MS-AdamSchemaW2k3.ldf to support Windows 2003
attributes.
ldifde -i -u -f MS-AdamSchemaW2K3.LDF -s localhost:50000 -j . -c "cn=Configuration,dc=X" #configurationNamingContext
Recommended schema changes
Here are some additional schema changes we recommend.
- Open a new MMC console and add the ADAM Schema Snap-in.
- Connect to the ADAM instance.
- Expand the Classes folder and locate the userProxy class, open Properties.
- Verify the following optional attributes on the Attributes tab, add any that do not already
exist.
- company
- department
- givenNane
- physicalDeliveryOfficeName
- sAMAccountName
- sn
- telephoneNumber
- title
- userAccountControl
- userPrincipalName
- Restart the ADAM Service to enable the new settings.