<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/modauthmysql/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/modauthmysql/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/modauthmysql/bugs/</id><updated>2014-06-25T01:03:45.099000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>#16  mod_auth_mysql doesn't work with Apache 2.4</title><link href="https://sourceforge.net/p/modauthmysql/bugs/16/?limit=50#8c20" rel="alternate"/><published>2014-06-25T01:03:45.099000Z</published><updated>2014-06-25T01:03:45.099000Z</updated><author><name>Andrew Kerr</name><uri>https://sourceforge.net/u/ajkerr/</uri></author><id>https://sourceforge.net4de261c9f8b0c499dc92145002d9ed337612433a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Why not add a comment to the main description page of this project indicating that it's no longer maintained?  Even better - with links to current modules that offer similar functionality?&lt;/p&gt;
&lt;p&gt;It would save people a lot of time, and maybe also discourage current Linux distributions (e.g. Ubuntu) from making this package installable from distros that use Apache 2.4 by default.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#16  mod_auth_mysql doesn't work with Apache 2.4</title><link href="https://sourceforge.net/p/modauthmysql/bugs/16/?limit=50#e504" rel="alternate"/><published>2014-05-19T19:24:31.924000Z</published><updated>2014-05-19T19:24:31.924000Z</updated><author><name>Jerry Stuckle</name><uri>https://sourceforge.net/u/jstuckle/</uri></author><id>https://sourceforge.neta50a40a414ace0380cdcf0ce76760eb5224d8a5c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;You didn't say what your entries are, so there is no way to help you.  However, you should know that mod_auth_mysql has been replaced by the more generic Apache module mod_auth_db.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title> mod_auth_mysql doesn't work with Apache 2.4</title><link href="https://sourceforge.net/p/modauthmysql/bugs/16/" rel="alternate"/><published>2014-05-19T18:46:51.951000Z</published><updated>2014-05-19T18:46:51.951000Z</updated><author><name>charles</name><uri>https://sourceforge.net/u/strawberrybrick/</uri></author><id>https://sourceforge.net2aae1a1a436d9d9cfbc71b3cdb8237d6e86efc8a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If credentials is right I receive 401 error and "&lt;span&gt;[:error]&lt;/span&gt; &lt;span&gt;[pid ####]&lt;/span&gt; No requires line available" in error.log. Else - just 401.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Authentication issue with clause 'OR' in conditions</title><link href="https://sourceforge.net/p/modauthmysql/bugs/15/" rel="alternate"/><published>2008-09-02T13:19:42Z</published><updated>2008-09-02T13:19:42Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net809eeb0a466db4902df6ecc3f52774d92a22d125</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I can had authenticate with this mod without actual positive response from MySQL.&lt;br /&gt;
This Apache server authentication is used for SVN-WEB/DAV purposes.&lt;/p&gt;
&lt;p&gt;Apache version :&lt;br /&gt;
Server version: Apache/2.2.6 (FreeBSD)&lt;br /&gt;
Server built:   Aug 27 2008 18:30:57&lt;/p&gt;
&lt;p&gt;MySQL client :&lt;br /&gt;
mysql  Ver 14.12 Distrib 5.0.45, for portbld-freebsd7.0 (i386) using  5.2&lt;/p&gt;
&lt;p&gt;Mod_Auth_MySQL :&lt;br /&gt;
3.0.0&lt;/p&gt;
&lt;p&gt;Configuration file :&lt;/p&gt;
&lt;p&gt;AuthMySQLHost ******.cyanide-studio.com&lt;br /&gt;
AuthMySQLUser svn&lt;br /&gt;
AuthMySQLPassword ********&lt;br /&gt;
AuthMySQLNameField username&lt;br /&gt;
AuthMySQLPasswordField password&lt;br /&gt;
AuthMySQLPwEncryption md5&lt;/p&gt;
&lt;p&gt;AuthMySQLDB cyanide&lt;br /&gt;
AuthMySQLUserTable svn&lt;br /&gt;
AuthMySQLUserCondition "code='super' OR code='loki'"&lt;/p&gt;
&lt;p&gt;With this AuthMySQLUserCondition parameter it authenticate anyone.&lt;br /&gt;
I modified the AuthMySQLUserCondition in : "(code='super' OR code='loki')" to make it working.&lt;/p&gt;
&lt;p&gt;I'm not sure, but with the few tests I ran it seems that if there's one or more result from the SQL request, you're authenticated. and without the () there's always more than one result (the "super" group users).&lt;br /&gt;
And anyone within or not the super group can login.&lt;br /&gt;
It seems that the actual mod request is a SELECT * request, which causes the problem.&lt;/p&gt;
&lt;p&gt;You can contact me at : admin AT cyanide-studio DOT com&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
Bastien Semene&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Symbol not found: ap_pstrcat</title><link href="https://sourceforge.net/p/modauthmysql/bugs/14/" rel="alternate"/><published>2008-07-28T18:52:21Z</published><updated>2008-07-28T18:52:21Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4ab1816fc7bd89edb05e3ddda79f73f97a098519</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Problem: &lt;br /&gt;
httpd: Syntax error on line 117 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_auth_mysql.so into server: dlopen(/usr/libexec/apache2/mod_auth_mysql.so, 10): Symbol not found: _ap_pstrcat\n  Referenced from: /usr/libexec/apache2/mod_auth_mysql.so\n  Expected in: dynamic lookup\n&lt;/p&gt;
&lt;p&gt;Solution:&lt;br /&gt;
Replace the line that says "#define STRCAT ap_pstrcat" with "#define STRCAT apr_pstrcat"&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Mistake on CONFIGURE page</title><link href="https://sourceforge.net/p/modauthmysql/bugs/13/" rel="alternate"/><published>2008-03-12T15:00:41Z</published><updated>2008-03-12T15:00:41Z</updated><author><name>wimpunk</name><uri>https://sourceforge.net/u/wimpunk/</uri></author><id>https://sourceforge.net1acff5c4d64b9ec22776c319b84719fae6354f34</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There's a mistake on the CONFIGURE page on &lt;a href="http://modauthmysql.sourceforge.net/CONFIGURE"&gt;http://modauthmysql.sourceforge.net/CONFIGURE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In "EXAMPLE of Basic Authentication" you have:&lt;/p&gt;
&lt;p&gt;CREATE TABLE user_info (&lt;br /&gt;
user_name CHAR(30) NOT NULL,&lt;br /&gt;
user_passwd CHAR(20) NOT NULL,&lt;br /&gt;
user_group CHAR(10),&lt;br /&gt;
[ any other fields if needed ]&lt;br /&gt;
PRIMARY KEY (user)&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;While I think it should be:&lt;/p&gt;
&lt;p&gt;CREATE TABLE user_info (&lt;br /&gt;
user_name CHAR(30) NOT NULL,&lt;br /&gt;
user_passwd CHAR(20) NOT NULL,&lt;br /&gt;
user_group CHAR(10),&lt;br /&gt;
[ any other fields if needed ]&lt;br /&gt;
PRIMARY KEY (user_name)&lt;br /&gt;
)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>doesn't compile with apache 2.2</title><link href="https://sourceforge.net/p/modauthmysql/bugs/12/" rel="alternate"/><published>2007-02-12T15:40:21Z</published><updated>2007-02-12T15:40:21Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb105d86dec437342cb7e5982e94ea63aab830929</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have those error messages&lt;/p&gt;
&lt;p&gt;bash-3.1$ /user/ndebeiss/home/Desktop/apache/apache-2.2.4/bin/apxs -c -lmysqlclient -I/user/ndebeiss/home/Desktop/installs/apache/mysql/include -lm -lz mod_auth_mysql.c&lt;br /&gt;
/user/ndebeiss/home/Desktop/apache/apache-2.2.4/build/libtool --silent --mode=compile gcc -prefer-pic   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/user/ndebeiss/home/Desktop/apache/apache-2.2.4/include  -I/user/ndebeiss/home/Desktop/apache/apache-2.2.4/include   -I/user/ndebeiss/home/Desktop/apache/apache-2.2.4/include  -I/user/ndebeiss/home/Desktop/installs/apache/mysql/include  -c -o mod_auth_mysql.lo mod_auth_mysql.c &amp;amp;&amp;amp; touch mod_auth_mysql.slo&lt;br /&gt;
mod_auth_mysql.c:591: error: expected expression before 'mysql_auth_config_rec'&lt;br /&gt;
mod_auth_mysql.c:591: error: initializer element is not constant&lt;br /&gt;
mod_auth_mysql.c:591: error: (near initialization for 'mysql_auth_cmds[0].cmd_data')&lt;br /&gt;
mod_auth_mysql.c:595: error: expected expression before 'mysql_auth_config_rec'&lt;br /&gt;
mod_auth_mysql.c:595: error: initializer element is not constant&lt;br /&gt;
mod_auth_mysql.c:595: error: (near initialization for 'mysql_auth_cmds[1].cmd_data')&lt;br /&gt;
mod_auth_mysql.c:599: error: expected expression before 'mysql_auth_config_rec'&lt;br /&gt;
mod_auth_mysql.c:599: error: initializer element is not constant&lt;br /&gt;
mod_auth_mysql.c:599: error: (nea&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>APR_OFFSETOF should be used instead of APR_XtOffsetOf</title><link href="https://sourceforge.net/p/modauthmysql/bugs/11/" rel="alternate"/><published>2007-02-06T17:26:00Z</published><updated>2007-02-06T17:26:00Z</updated><author><name>Chad Skeeters</name><uri>https://sourceforge.net/u/goobsoft/</uri></author><id>https://sourceforge.net9f1642e24c80a72f1f8921b30b869fd26765b49f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="http://mail-archives.apache.org/mod_mbox/apr-dev/200205.mbox/%3C20020517130442.B14245" rel="nofollow"&gt;http://mail-archives.apache.org/mod_mbox/apr-dev/200205.mbox/%3C20020517130442.B14245&lt;/a&gt;@clove.org%3E&lt;/p&gt;
&lt;p&gt;On debian etch, this won't compile without this change.&lt;/p&gt;
&lt;p&gt;Chad Skeeters&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>phpmyadmin error</title><link href="https://sourceforge.net/p/modauthmysql/bugs/10/" rel="alternate"/><published>2006-12-12T22:46:21Z</published><updated>2006-12-12T22:46:21Z</updated><author><name>Petyuska</name><uri>https://sourceforge.net/u/ppetyuska/</uri></author><id>https://sourceforge.net7b69370a280c475891ba26535d3faaddc69a166b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;mod_auth_mysql-3.0.0&lt;br /&gt;
phpMyAdmin 2.6.2-Debian-3sarge3 with http_auth&lt;br /&gt;
MySQL 4.0.24_Debian-10sarge2&lt;br /&gt;
Apache/1.3.33 (Debian GNU/Linux)&lt;/p&gt;
&lt;p&gt;i use this 4 program on a debian server and when im activate the mod_auth_mysql plugin in the phpmyadmin page database content page is empty.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mod_auth_mysql + apache 2.2</title><link href="https://sourceforge.net/p/modauthmysql/bugs/9/" rel="alternate"/><published>2006-11-19T11:42:16Z</published><updated>2006-11-19T11:42:16Z</updated><author><name>Aiv</name><uri>https://sourceforge.net/u/dalewski/</uri></author><id>https://sourceforge.neted4fbec4d0e71746b7825381d4381730b62b9bf4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is a problem with mod_auth_mysql with apache 2.2&lt;/p&gt;
&lt;p&gt;My .htacces file looks like:&lt;br /&gt;
&amp;lt;IfModule mod_auth_mysql.c&amp;gt;&lt;br /&gt;
AuthName "Login"&lt;br /&gt;
AuthType Basic&lt;br /&gt;
require valid-user&lt;br /&gt;
AuthMySQLUser login&lt;br /&gt;
AuthMySQLPassword password&lt;br /&gt;
AuthMySQLDB db&lt;br /&gt;
AuthMySQLUserTable admin&lt;br /&gt;
AuthMySQLNameField admin_login&lt;br /&gt;
AuthMySQLPasswordField admin_password&lt;br /&gt;
AuthMySQLNoPasswd Off&lt;br /&gt;
AuthMySQLAuthoritative On&lt;br /&gt;
#AuthMySQLKeepAlive off&lt;br /&gt;
AuthMySQLPwEncryption MD5&lt;br /&gt;
AuthMySQLEnable On&lt;br /&gt;
AuthMySQLUserTable "admin"&lt;br /&gt;
AuthMySQLUserCondition "(admin.admin_type = 'admin' or admin.admin_type = 'admin2')"&lt;br /&gt;
&amp;lt;/IfModule&amp;gt;&lt;/p&gt;
&lt;p&gt;and when i try to log in i have error in apache log:&lt;/p&gt;
&lt;p&gt;[error] Internal error: pcfg_openfile() called with NULL filename&lt;/p&gt;
&lt;p&gt;In google You can find informations about this error. You can repair this with directive:&lt;/p&gt;
&lt;p&gt;AuthUserFile /dev/null&lt;/p&gt;
&lt;p&gt;but when i add this i can't log in:&lt;/p&gt;
&lt;p&gt;[error] [client ...] user admin not found: /area/ &lt;/p&gt;
&lt;p&gt;mod_auth_mysql don't even try to connect to my mysql server.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>