Install the ADAM configuration file
Install the ADAM configuration file through the Windows command line.
시작하기 전에
Role required: admin
프로시저
-
Install the configuration file.
C:\WINDOWS\adam>adamsync /install localhost:50000 MS-AdamSyncConf-SNC.XML -
Run the synchronization file to log to the console.
C:\WINDOWS\adam>adamsync /sync localhost:50000 "ou=users,dc=service-now,dc=adam" /log - -
Review the results by using the ADSIEdit console.
You should see the new objects and attributes that were created by ADAMSync.
-
Run ldap to test the UserProxy authentication.
Automating the sync process
Set up the sync process as a Windows Scheduled Task. You must either provide the credentials in the config file, command line, or run the Scheduled Task with an account that has access.
Special notes- You can create multiple configuration files and scheduled jobs to sync ADAM from multiple sources.
This example imports the sAMAccountName attribute which can be used as the application logon. If you are going to sync source you need to make sure you have a unique attribute value that can be used for the logon credentials. sAMAccountName is guaranteed to be unique within a domain, but not across multiple domains.
- If you are using Microsoft Exchange, we recommend excluding cn=SystemMailbox* objects as part of the object-filter configuration.
- You can create multiple configuration files and scheduled jobs to sync ADAM from multiple sources.