[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2010-06-14 Thread Daniel Mack
the solution to your problem : add AuthBasicAuthoritative Off AuthUserFile /dev/null to your Directory or your .htaccess -file. Its a known bug - it is also mentioned in the platform-specific USAGE-file. -- gutsy does not have a working apache+mysql authentication solution

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2010-06-14 Thread Marc_Richter
Hi Daniel, As you might see, I told in my report that it doesn't work even with these options. Here you are: https://bugs.launchpad.net/ubuntu/+source/libapache-mod-auth-mysql/+bug/506540 . Even in this Bug there are those lines given multiple times. -- gutsy does not have a working

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2010-06-04 Thread Dave Walker
@Adam Did you try Daevid's work around in comment 15[0]? [0] https://bugs.edge.launchpad.net/ubuntu/+source/libapache-mod-auth- mysql/+bug/150649/comments/15 -- gutsy does not have a working apache+mysql authentication solution https://bugs.launchpad.net/bugs/150649 You received this bug

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2010-05-05 Thread Adam Del Vecchio
Tested on brand new install of Lucid Lynx, also affected. -- 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. --

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2009-02-10 Thread Daevid Vincent
I've been struggling with this in a brand new 8.10 server myself that I just setup yesterday. Not sure how or why, but i got this magic incantation to work (do note however, I'm storing the passwords in plaintext in mySQL): Directory /home/dae51d/public_html/examples/crimson AuthName

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2009-02-10 Thread Daevid Vincent
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

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2009-02-05 Thread Steve Dalton
I can also reproduce this bug in Intrepid. Are there any work-arounds? I have tried using DBD as an alternative - it works fine but does not support MD5 passwords and as it is a drupal database I am trying to authenticate off I am stuck with MD5. Is this module really deprecated? Without DBD

[Bug 150649] Re: gutsy does not have a working apache+mysql authentication solution

2008-12-03 Thread Julien Rottenberg
I can reproduce this bug on Hardy ** Changed in: libapache-mod-auth-mysql (Ubuntu) Status: Incomplete = Confirmed -- 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