Package: libapache2-mod-auth-mysql Version: 4.3.9-2.1+b1 and 4.3.9-2 as well
While using apache2 statement "require group group_name" auth-mysql fail to authenticate and does this: [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1482): Handling an authentication request for section / [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1523): Starting basic user auth for [admin] in /, child pid 14355 [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1338): Constructing password collection query with passfield=[passwd], table=[mysql_auth], userfield=[admin], where_clause=[] [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1192): sec->dbh in / is [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1199): Ordinary query [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1204): No DB connection open - firing one up [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1096): Opening DB connection for / [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1165): Persistent in / is 1 [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1212): Correctly opened a new DB connection [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1216): Running query: [SELECT passwd FROM mysql_auth WHERE username='admin'] [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1298): Checking with Crypt_DES [Tue Oct 17 20:23:35 2006] [debug] mod_auth_mysql.c(1300): Auth succeeded [Tue Oct 17 20:23:35 2006] [error] [client 10.5.2.60] access to /admin failed, reason: user admin not allowed access For some reason "group" directive is handled the same way as "user" one while debug messages should be different as I can see in source code . "require valid-user" and "require user user_name" works fine. -- Regards Milan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

