GNOME Bugzilla – Bug 123958
gdm do not refresh the root login for gdm configuration
Last modified: 2004-05-06 16:58:17 UTC
Follow up of Mdk bug http://qa.mandrakesoft.com/show_bug.cgi?id=5949 First set your root account WITHOUT password. Then in gdm, select action, then configure gdm. When you close the configuration screen; you will still see the root password request ...
empty root password? evil. In any case, fixing in HEAD
Reopening, I'm still seeing it in 2.4.4.4, which is supposed to fix this.. But it might be caused by bug #119853
The bug is only present when using gdmgreeter which continue to append text to pam-message.. Investigation in process
Created attachment 25562 [details] [review] Clear pam message when given empty string, don't append it...
The attached patch fixes the bug in greeter-item-pam.c by forcing replacement of pam-message when new message is empty (instead of appending it), since GDM_MSG with empty message is always used to clear the message. It might be useful to have the same login in gdmlogin.c (but it is not needed to fix this bug..)
fixing in CVS, thanks