I have a multisite install with about 15 sites that use the ldap_integration module and recently I have been getting an error message on all the sites. I was wondering if anyone had any ideas why this field dropped off the table but all the other fields are there?

user warning: Unknown column 'ldapdata_bindpw_clear' in 'field list' query: SELECT ldapdata_mappings, ldapdata_roattrs, ldapdata_rwattrs, ldapdata_binddn, ldapdata_bindpw, ldapdata_bindpw_clear FROM ldapauth WHERE sid = 1 in /var/www/drupal/sites/all/modules/ldap_integration/ldapdata.admin.inc on line 66.

Comments

miglius’s picture

Maybe it was never created? Try reinstalling the module or manually creating the field.

kevishie’s picture

Status: Active » Closed (fixed)

I manually created the field and haven't had any problems. Closing