Posted by james.cartledge on September 20, 2009 at 11:44pm
Jump to:
| 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.
| Attachment | Size |
|---|---|
| schema.patch | 1.19 KB |
Comments
#1
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.