On Tue, Jul 04, 2006 at 03:44:33PM +0100, Adrian Bridgett wrote: > w00t - found it. The code was using ap_set_flag_slot which sets an > int, however the data structure was only a char. So any setting of > Auth_MySQL_Empty_Passwords was overwriting authoritative and setting > it to zero. Patch attached (manually edited from one that has SHA512 > in it).
Word. It seems like a much simpler patch would be to change the types of those flags to be ints instead of chars. Would that work equally well to solve the problem, do you think? > > > Auth_MySQL_DB jira > > > > I feel for you. At least I only have to use it -- I can't imagine what it > > must be like to have to administer it... > > heh :-) I quite like it, but packaging Java apps is a right PITA. Testify! I've seen worse systems, I suppose, but it's main focus appears to be providing Management Information rather than being a useful tool for the troops. - Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

