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

2021-09-22 Thread Christian Ehrhardt 
While clarifying remaining work on (admittedly too old) bugs I found that this isn't present (neither the bug nor the package) anymore nowadays. Due to time that passed it would today be covered by mod_authn_dbd [1] in package apache2-bin. Since it seems to work as of today [2] and the reported r

[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 apache+my

[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 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 https://bugs.launchpad.

[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 notific

[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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[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 c

[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): AuthName "CRiMson -- use: test/test123

[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 supp

[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 Ub

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

2008-11-19 Thread Julien Rottenberg
typo : AuthName "Trac ubuntu-fr platform The apache conf really says : AuthName "Trac ubuntu-fr platform" -- 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

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

2008-11-19 Thread Julien Rottenberg
Yes, Hardy is affected too. Here is is the part for our trac login : AuthMYSQL on AuthMySQL_Authoritative on # connect to db AuthMySQL_Host localhost AuthMySQL_User auth_fr AuthMySQL_Password protect_the_innocent Auth_MySQL_DB svn_fr_auth AuthName "Trac

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

2008-10-29 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 RC or later? ** Changed in: libapache-mod-auth-mysql (Ubuntu) Status: New => Incomplete -- gutsy does not have a working apache+mysql authentication solution https://bugs.launchpad.net/bugs/150649 You received this bug notification because you ar

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

2008-09-13 Thread Krishna E. Bera
Thanks Someone, that worked for me when i got the Internal error with pcfg_openfile() in Hardy! In my experience the problem with the auth_mysql module seems to be that the config variables keep changing with every new version. -- gutsy does not have a working apache+mysql authentication solutio

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

2007-12-08 Thread SomeOne
I have encountered the same bug as described above. However I have also accidently encountered that the stack smashing only seems to occur when the option "AuthMySQL_Encryption_Types" contains the method "MySQL". When using "Plaintext" or "PHP_MD5" libapache2-mod-auth-mysql 4.3.9-4 from gutsy wo

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

2007-10-15 Thread Mrts
To get mysql authentication working in Gutsy, you have to manually compile mod_auth_mysql: 1. wget http://heanet.dl.sourceforge.net/sourceforge/modauthmysql/mod_auth_mysql-3.0.0.tar.gz 2. wget http://www.bleb.org/software/mod_auth_mysql-3.0.0-apache-2.2.3.patch 3. tar zxf mod_auth_mysql-3.0.0.tar

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

2007-10-12 Thread Daveski
My mistake. I have taken a long hard look at my configuration and now I have it working in Feisty. Apologies for the incorrect information. Am I able to delete the comments which muddy the water? -- gutsy does not have a working apache+mysql authentication solution https://bugs.launchpad.net/bug

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

2007-10-12 Thread Mrts
Please look at my report, result 2. These errors occur when you don't use the AuthUserFile directive. -- 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 t

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

2007-10-11 Thread Daveski
Best I get is either a prompt for username and password which loops without authenticating, or this: [Thu Oct 11 23:54:04 2007] [error] [client 127.0.0.1] user daveski not found: /test/test.html [Thu Oct 11 23:54:39 2007] [error] Internal error: pcfg_openfile() called with NULL filename [Thu Oct

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

2007-10-11 Thread Daveski
I seem to be having very similar problems with this module in Feisty. I have not had the stack smash - I always seem to get the Could not open password file: (null) -- gutsy does not have a working apache+mysql authentication solution https://bugs.launchpad.net/bugs/150649 You received this bug n

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

2007-10-09 Thread Mrts
** Description changed: Binary package hint: libapache2-mod-auth-mysql As of Mon Oct 8 17:08:24 EEST 2007, there is no working solution to authenticate with mysql from apache. This is a serious problem that might hinder migration to gutsy in many sites. I have to file this bug aga

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

2007-10-08 Thread Mrts
See also #150651 -- 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 the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com