From: Erick C. <e...@ar...> - 2009-11-30 19:57:25
|
hi everyone, every day I get an e-mail from logwatch including a section, a sample of which I've reproduced below. my question for the list today is: this seems to me like debugging output... how can I get only problems instead of following the workings of pam_mysql blow by blow? thanks - erick -------------------- sasl auth daemon Begin ------------------------ **Unmatched Entries** pam_mysql - option debug is set to "" pam_mysql - pam_mysql_close_db() called. pam_mysql - pam_sm_authenticate() called. pam_mysql - pam_mysql_open_db() called. pam_mysql - pam_mysql_open_db() returning 0. pam_mysql - pam_mysql_check_passwd() called. pam_mysql - pam_mysql_format_string() called pam_mysql - pam_mysql_quick_escape() called. pam_mysql - SELECT password FROM users WHERE email = 'e...@ar...' pam_mysql - pam_mysql_check_passwd() returning 6. pam_mysql - pam_mysql_sql_log() called. pam_mysql - pam_mysql_sql_log() returning 0. pam_mysql - pam_mysql_converse() called. pam_mysql - pam_mysql_open_db() called. pam_mysql - pam_mysql_check_passwd() called. pam_mysql - pam_mysql_format_string() called pam_mysql - pam_mysql_quick_escape() called. pam_mysql - SELECT password FROM users WHERE email = 'e...@ar...' pam_mysql - pam_mysql_check_passwd() returning 0. pam_mysql - pam_mysql_sql_log() called. pam_mysql - pam_mysql_sql_log() returning 0. pam_mysql - pam_sm_authenticate() returning 0. pam_mysql - option user is set to "mail_admin" pam_mysql - option passwd is set to "mail_admin_pwd" pam_mysql - option host is set to "127.0.0.1" pam_mysql - option db is set to "mail" pam_mysql - option table is set to "users" pam_mysql - option usercolumn is set to "email" pam_mysql - option passwdcolumn is set to "password" pam_mysql - option crypt is set to "Y" pam_mysql - option debug is set to "" pam_mysql - pam_mysql_close_db() called. pam_mysql - pam_sm_acct_mgmt() called. pam_mysql - pam_mysql_open_db() called. pam_mysql - pam_mysql_open_db() returning 0. pam_mysql - pam_mysql_query_user_stat() called. pam_mysql - pam_mysql_format_string() called pam_mysql - pam_mysql_quick_escape() called. pam_mysql - SELECT 0, password FROM users WHERE email = 'e...@ar...' pam_mysql - pam_mysql_query_user_stat() returning 0. pam_mysql - pam_mysql_sql_log() called. pam_mysql - pam_mysql_sql_log() returning 0. pam_mysql - pam_sm_acct_mgmt() returning 0. pam_mysql - pam_mysql_release_ctx() called. pam_mysql - pam_mysql_destroy_ctx() called. pam_mysql - pam_mysql_close_db() called. <snip> ---------------------- sasl auth daemon End ------------------------- |