https://bugzilla.novell.com/show_bug.cgi?id=738757 https://bugzilla.novell.com/show_bug.cgi?id=738757#c10 Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|aduffeck@suse.com | --- Comment #10 from Vincent Untz <vuntz@suse.com> 2012-01-13 15:09:12 UTC --- Ah, that's good info, thanks. So apparently pam_winbind sends a message of a type that is not handled: switch (query->msg_style) { case PAM_PROMPT_ECHO_ON: res = gdm_session_worker_ask_question (worker, utf8_msg, &user_answer); break; case PAM_PROMPT_ECHO_OFF: res = gdm_session_worker_ask_for_secret (worker, utf8_msg, &user_answer); break; case PAM_TEXT_INFO: res = gdm_session_worker_report_info (worker, utf8_msg); break; case PAM_ERROR_MSG: res = gdm_session_worker_report_problem (worker, utf8_msg); break; default: g_assert_not_reached (); break; } I'll look at the pam_winbind code to see which message it could be. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.