]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 dd41cb169b927f53a4365b2ecd1403f556bd4c4d..a62e37862c0649e81a99466fabe87a1e4255d88d 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);