As with a standard Import Set, a Transform Map is necessary to copy the data into the target tables. The provided Transform Maps are useful for Active Directory servers, but will need modification for anything else. Additionally, since they are in global, they won't directly work with our scoped tables. So we'll create our own, copying some of the best bits.
First, let's load some data into the Import Set tables:
- Navigate to System LDAP > Data Sources. Firstly, delete the Gardiner Hotels/Groups entry by selecting it with the checkbox, then choosing Delete from the Action on selected rows dropdown.
- Select the Gardiner Hotels/Users and click on Load All Records. This will create the ldap_import staging table. ...