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
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to