Blame SOURCES/mod_auth_kerb-5.4-expired.patch

b5a845
diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c
b5a845
index 2aab5ee..ca81878 100644
b5a845
--- a/src/mod_auth_kerb.c
b5a845
+++ b/src/mod_auth_kerb.c
b5a845
@@ -1744,7 +1744,6 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
b5a845
      goto end;
b5a845
   }
b5a845
 
b5a845
-#if 0
b5a845
   /* This is a _Kerberos_ module so multiple authentication rounds aren't
b5a845
    * supported. If we wanted a generic GSS authentication we would have to do
b5a845
    * some magic with exporting context etc. */
b5a845
@@ -1752,7 +1751,6 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
b5a845
      ret = HTTP_UNAUTHORIZED;
b5a845
      goto end;
b5a845
   }
b5a845
-#endif
b5a845
 
b5a845
   major_status = gss_display_name(&minor_status, client_name, &output_token, NULL);
b5a845
   gss_release_name(&minor_status, &client_name);