GNOME Bugzilla – Bug 698266
Handle "Decrypt Integrity Check" kerberos error as password invalid
Last modified: 2013-04-23 14:53:31 UTC
The "Decrypt Integrity Check" error returned from kerberos should be handles as password invalid. As noted here: http://www.cmf.nrl.navy.mil/krb/kerberos-faq.html#badpass
Created attachment 241942 [details] [review] user-accounts: Detect correct password incorrect krb5 code Oddly enough this is the standard krb5 error code for an incorrect password. Which error code is returned depends on how the protocol is being used. FreeIPA returns this one.
Tested on gnome-3-8 branch, also applies to master.
Review of attachment 241942 [details] [review]: > Detect correct password incorrect krb5 code I can't parse that. Looks good to commit after fixing the subject line to be clearer (fix "incorrect password" error detection with FreeIPA?)