DrupalBB and LDAP Integration installing module DB error
reynierpm - October 4, 2007 - 01:45
| Project: | LDAP integration |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi every:
I try to use LDAP Integration with DrupalBB but when I try to activate the module I get this DB error:
user warning: BLOB/TEXT column 'ldapdata_rwattrs' can't have a default value query: ALTER TABLE ldapauth ADD ( ldapdata_binddn VARCHAR(255) NOT NULL default '', ldapdata_bindpw VARCHAR(255) NOT NULL default '', ldapdata_bindpw_clear VARCHAR(2) NOT NULL default '', ldapdata_rwattrs LONGTEXT NOT NULL default '', ldapdata_roattrs LONGTEXT NOT NULL default '', ldapdata_mappings LONGTEXT NOT NULL default '' ) in D:\ServidorApp\WWW\drupal\includes\database.mysqli.inc on line 151.Why happen this?

#1
I have the same problem as reynierpm. I have tried all sorts of things found on forums etc. such as the database version update of ldapauth, but nothing works. I get MySQL errors when activating the LDAP modules, and as a result I get errors when selecting the "LDAP Data" option and then edit my LDAP entry. All related to problems with the database.