![]() |
VOOZH | about |
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Task for LDAP allows you to easily transfer LDAP objects. In this article you will export data from SQL Server to LDAP.
To get started, add a new ADO.NET Source control and a new LDAP Destination control to the data flow task.
π The source and destination components used in this example.Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to set required connection properties in the Connection Manager.
To establish a connection, the following properties under the Authentication section must be provided:
BaseDN: This will limit the scope of LDAP searches to the height of the distinguished name provided.
Note: Specifying a narrow BaseDN may greatly increase performance; for example, cn=users,dc=domain will only return results contained within cn=users and its children.
In the destination component Connection Manager, define mappings from the SQL Server source table into the LDAP destination table and the action you want to perform on the LDAP objects. In this article, you will insert User entities to LDAP.
You can now run the project. After the SSIS Task has finished executing, data from your SQL table will be exported to the chosen table.
π The SQL Server table to export into LDAP.Download a free trial of the LDAP SSIS Component to get started:
Download NowLearn more:
π LDAP IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with LDAP directory services through SSIS Workflows.
Use the LDAP Data Flow Components to synchronize with LDAP servers like Active Directory. Perfect for data synchronization, local back-ups, workflow automation, and more!