I am designing a site where I am mapping a number of active directory fields in to Drupal profiles. Everything worked fine with the default fields and even some of my own after editing the ldapdata.conf.php file.

I started running in to a problem after mapping about 6 attributes. The settings on the "Drupal-LDAP fields mapping" admin page would reset after updating. I found this to be an issue with the database structure for "ldapdata_mappings" which only allowed 255 chars which my "ldapdata_mappings" exceeded this value. I changed my database structure to allow for the extra data and the mappings are working.

This problem was also experienced in 6.x-1.0-alpha2, however I updated to the latest snapshot just in case the problem had been resolved and then found a work around.

Comments

miglius’s picture

Status: Active » Fixed

This is resolved in the latest dev release, but you have to reinstall the module to create proper database columns.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.