SOLVED: THIS IS STUPID!! The Where clause requires that YOU put an additional "AND" in there.
Auth_MySQL_Where " AND type = 'Admin' AND enabled = 1 " So the auth_mysql code must be making a "SELECT * FROM user WHERE username = 'foo' AND password = 'bar' WHERE 1" or some other completely retarded logic, when it should simply be putting a "WHERE " (with the intentional trailing space) and the string you gave it in the directive. UGH! -- gutsy does not have a working apache+mysql authentication solution https://bugs.launchpad.net/bugs/150649 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
