CoreOne Universal Connector Data Provider Configuration
Introduction
The Data Provider Configuration contains all information necessary to connect to a configured source system. This configuration always contains at least the following information.
Connection Parameters
The connection parameters depending on the source system. For an LDAP Data Providers there are for example as following:
Parameter | Description | Example |
---|---|---|
Server | The LDAP Server to make the connection to | 10.10.12.201 |
Username | The username to execute the request with. Only needed if a different user than the one used to run the service or system connector with. | import_user |
Password | The password of the previous user if set. | * * * * * * * * |
Path | The root to connect to | DC=itsense,DC=test |
GetForeignIdsFilter
A filter to load all entities in the source system. This filter will vary depending on the current Data Adapter. For an Active Directory Provider this could be for example a simple query that loads all users in the provided context:
(objectClass=user)
PropertiesToLoad
A list of properties or attributes to load from the source system. Depending on the current Data Provider the syntax will vary. For an Active Directory Provider this could be a simple list of attributes:
"givenName", "sn", "mobile", "sAMAccountname", "language"
Target System Id
If the source system is not directly connected to the CoreOne Application Service, you may choose to run the import from any attached CoreOne System Connector. Simply provide the ID of any system hosted in the appropriate target network.
Â
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.