Datasources - livianaf/FIMSyncTest GitHub Wiki

Datasources

This sheet contains the information required to access data sources.

  • Alias - Unique name used to identify the data source in screen, extension and attributes sheet.
  • Type - Three types are allowed: AD for Active Directory sources, LDS for Light AD sources and DB for Metaverse database sources.
  • Rol - It is a text to classify the AD or LDS source. It will be used in Extension.
  • Server - Server name or IP.
  • Port - Port number of AD or LDS service.
  • Usr - User name to access service.
  • Pwd - Password.
  • Connection - Connection string of DB source.
  • Base - In AD and LDS sources it contains the root DN where objects are managed. In DB sources it contains the name of Metaverse object schema to be read.

back to Configuration file