AD Scheduled Import : Option to verify AD attribute mapped to the Fields in SDP MSP
Option to verify AD attribute mapped to the Fields in SDP MSP in scheduled AD import.
Once the setting is configured while doing a manual import, the same configuration will be mapped for scheduled AD import as well. Kindly use the below query to view the AD setting configured (AD attribute mapped to the Fields in SDP MSP ) for the particular domain
Use the below query to get the Domain ID
select * from domaininfo
Get the domain ID from the above query and use it on the below query to get the AD attribute mapping,
select * from sdadfieldmap where domain_id=<domain_id>;
New to ADSelfService Plus?
Related Articles
Import additional fields from the Active Directory.
1.) You may need to first add additional fields under Admin\Users Additional-Fields \Common Additional-Fields if not already done. 2.) The configured additional field will appear in the "Import from Active Directory" window under Admin \ Active ...
How to import users from AD under a site value configured in different attributes of AD
Applicable for build - 14306 and above. SDP MSP uses attribute values while importing from AD. By Default , the officesite name in AD config is mapped to SDP MSP Site field. In case users wants to use different field for the same purpose, use its ...
Setting up Active directory domains in SDP-MSP to manage users.
We can set up multiple domains from Active directory for each account to import and manage users or share a single domain to multiple accounr. 2 types of domain can be added. 1. Account specific domain. 2. Shared domain. Account Specific domain: 1: ...
Criteria for User Account overwrite in Active Directory User Imports
While performing a user import from Active Directory, Criteria 1: ObjectGUID - If the ObjectGUID of a user account in ServiceDesk Plus MSP matches with the user account in Active Directory, then the record in ServiceDesk Plus MSP will be ...
How to import user additional fields using LDAP
In order to import additional fields or map any other fields in AD to the system fields, a row needs to be updated with the appropriate values You can follow the below steps 1. Take a trimmed backup of the database. 2. Connect to the Database 4. Run ...