On Sun, Mar 12, 2006 at 04:23:41PM +0100, ossi petz wrote: > Package: libapache2-mod-auth-mysql > Version: 4.3.9-2.dotdeb.0
This is not a Debian-released version of this package. Can you please attempt to reproduce this bug on an entirely Debian system, just for completeness? > the module ignores charset / collation settings in /etc/my.cnf > this causes queries to fail if groups are searched in blob fields which > are stored in utf8 format: Considering that the list of groups is supposed to be text anyway, shouldn't the field (if you've got *that* many groups) be a TEXT type rather than a BLOB? At any rate, you sound like you know a fair bit more about this sort of thing than me -- can you provide a patch or suggestion for where to start looking in the API for a solution to this problem? The module doesn't set any fancy MySQL options or anything, it just uses the standard function calls to talk to MySQL. What do I have to call to make this all work (and I wonder why it isn't some sort of default)? - Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

