windows-authentication-recognize-time-out-of-bounds-error-20010823
authorDerrick Brashear <shadow@dementia.org>
Thu, 23 Aug 2001 18:46:32 +0000 (18:46 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 23 Aug 2001 18:46:32 +0000 (18:46 +0000)
so people don't get "unknown" error 37

src/kauth/user_nt.c

index dd41cb1..a62e378 100644 (file)
@@ -49,6 +49,8 @@ static char *ka_MapKerberosError(int code)
                        return "server and client clocks are badly skewed";
                case SKDC_RETRY:
                        return "Authentication Server was unavailable";
+               case RD_AP_TIME:
+                       return "server and client clocks are badly skewed";
                default:
                        sprintf(bogusReason, "unknown authentication error %d",
                                code);