Closed (won't fix)
Project:
LDAP integration
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 23:44 UTC
Updated:
3 Aug 2011 at 04:04 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| schema.patch | 1.19 KB | james.cartledge |
Comments
Comment #1
johnbarclay commentedthis 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.