13 lines
604 B
Diff
13 lines
604 B
Diff
diff -upr gdm-2.19.7-pre/daemon/verify-pam.c gdm-2.19.7-post/daemon/verify-pam.c
|
|
--- gdm-2.19.7-pre/daemon/verify-pam.c 2007-09-02 20:29:36.000000000 -0500
|
|
+++ gdm-2.19.7-post/daemon/verify-pam.c 2007-09-02 20:34:26.000000000 -0500
|
|
@@ -699,7 +699,7 @@ gdm_verify_standalone_pam_conv (int num_
|
|
text = g_strdup (m);
|
|
|
|
/* PAM requested textual input with echo off */
|
|
- question_msg = g_strdup_printf ("question_msg=%s$$echo=%d", text, TRUE);
|
|
+ question_msg = g_strdup_printf ("question_msg=%s$$echo=%d", text, FALSE);
|
|
|
|
gdm_slave_send_string (GDM_SOP_SHOW_QUESTION_DIALOG, question_msg);
|
|
|