4. Run the below query
insert into sdldapfieldmap values (7, null, 'SD_FIELD_NAME', 'AD_FIELD_NAME', true);
- The number 7 should be incremented for every row
- SD_FIELD_NAME is the field name in the application (Ex:Organization)
- AD_FIELD_NAME is the AD attribute name (Ex: company)
For example,
insert into sdldapfieldmap values (7, null, 'Organization', 'company', true);