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.

CommentFileSizeAuthor
schema.patch1.19 KBjames.cartledge

Comments

johnbarclay’s picture

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.