Comment 7 for bug 607357

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: gnome-about-me: cannot cope with incorrect current password under LDAP backend

in fact it might still apply to the new user-accounts dialog which has similar looking code

" switch (passwd_handler->backend_state) {
                case PASSWD_STATE_AUTH:
                        /* Passwd is asking for our current password */

                        if (is_string_complete (str->str, "assword: ", "failure", "wrong", "error", NULL))
 {

                                if (strstr (str->str, "assword: ") != NULL) {"

so to check and maybe to adapt for that version as well