Download & Extend

Schema module complains of schema mismatches in ldapauth table

Project:LDAP integration
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

As the title says - ldapauth schema definitions don't supply a default for NOT NULL columns.
This causes the 'Problems with your site' warning to show up on admin screens if you have the Schema module installed.

The attached patch resolves this.

AttachmentSize
schema.patch1.19 KB

Comments

#1

Status:active» closed (won't fix)

this is a bug with the schema module. there are no real defaults for many of these fields and thats ok. As long as they are not left empty when a record is inserted.

a default name of '' is more incorrect than no default at all because it implies its ok.

nobody click here