Package: libpam-mysql
Version: 0.5.0-6
Severity: minor

The following code snippet contains the problem:

        if (mysql_num_rows(result) != 1) {
                syslog(LOG_ERR, "%s", "pam_mysql: select returned more than one 
result");
                mysql_free_result(result);
                return PAM_AUTH_ERR;
        }

0 != 1, so no matching rows spits out this log message.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libpam-mysql depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libmysqlclient10            3.23.56-2    LGPL-licensed client library for M
ii  libpam0g                    0.76-22      Pluggable Authentication Modules l
ii  zlib1g                      1:1.2.2-3    compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to